Development¶
These development pages assume that you have a basic-> good competency in rails and focuses more on the conventions we have put in place to develop BioRails.
The development pages are organised into
- Basics
- Components
- Examples
Domain Links¶
System¶
There are a number of difference types of deployment.
- Mod_rails see http://www.modrails.com/
- mongrel http://mongrel.rubyforge.org/wiki/Apache
- thin see. http://code.macournoyer.com/thin/usage/
mod_rails is just like a php or asp application and the directory is simply marked as the application. Thin and mongrel are aimed a larger grid/cluster style implementations.