Instruments of Ruby on Rails Pavlo Mashchak July 09, 2011 Common facets and principles of Ruby on Rails model. And additional instruments for rapid development.
Instruments of Ruby on Rails Overview For last several years we saw significant changes in web frameworks.
Developers strive for:
quality of code,
speed of development processes,
reliable code.
Ruby on Rails in corporate all of these.
Ruby on Rails incorporate all of these. It's modular. With supplied plugins and gems you can build multi-level application. Just add source. http://gems.rubyforge.org/
http://gems.github.com/
Beside you own gem/plugins can be included into the project. Or even you can contribute to Rails if find some bugs.
RVM, gem Bundler.

Instruments ruby on rails