Ruby on Rails : quickness and quality
Ruby on Rails is an open-source framework written in Ruby, following the design pattern Model-View-Controller. It is based on two essential points: do not repeat yourself (no code duplication), and convention over configuration (very fast development when you follow conventions).
Ruby on Rails is usable on most operationg systems, and supports most modern web servers and many database systems.
It is a young framework, but it quickly gained popularity thanks to its two principles allowing quality development. Less widespread than PHP, it remains a product of choice for its technical benefits: you can trust your application robustness.


