summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-02-13 10:20:30 +0100
committerChristoph Helma <helma@in-silico.ch>2013-02-13 10:20:30 +0100
commit6344a29dd9404f3f905bbae8ce0bd177c0018d54 (patch)
tree6563d5c74e0211bc7a82e264210b8e0a07a2126b /_posts
parent3baf9a6d400697110288de12a744ed24f90efcfc (diff)
development guidelines updated
Diffstat (limited to '_posts')
-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)