summaryrefslogtreecommitdiff
path: root/_posts/2013-02-07-development-guidelines.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2013-02-07-development-guidelines.md')
-rw-r--r--_posts/2013-02-07-development-guidelines.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2013-02-07-development-guidelines.md b/_posts/2013-02-07-development-guidelines.md
index bd6aeaf..6b8ae38 100644
--- a/_posts/2013-02-07-development-guidelines.md
+++ b/_posts/2013-02-07-development-guidelines.md
@@ -9,6 +9,7 @@ tags: []
- Read and understand the [Architecture overview](/Development/2013/02/07/architecture-overview)
- Follow the guidelines for [Error handling](/Development/2012/07/20/error-handling)
+- Use OpenTox methods `get, post, put, delete` instead of RestClientWrapper or RestClient
- Define gem dependencies (and versions if necessary) in the \*.gemspec file (*not* in the Gemfile, otherwise gems won\'t install properly without bundler)
- Add tests to [opentox-test](http://github.com/opentox/opentox-test) for your new features
- Make sure that *all* tests in [opentox-test](http://github.com/opentox/opentox-test) pass before committing to an official branch (development, master)