TBD Ruby on Rails, or simply Rails, is an open source web application framework written in Ruby. Rails is a full-stack framework that emphasizes the use of well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), the active record pattern, and model–view–controller (MVC).
. |-- app | |-- assets | |-- controllers | |-- helpers | |-- mailers | |-- models | `-- views |-- bin |-- config |-- config.ru |-- db |-- Gemfile |-- Gemfile.lock |-- lib |-- log |-- public |-- Rakefile |-- README.rdoc |-- test |-- tmp `-- vendor
ITEM | DESCRIPTION |
Main Developer | Rails Core Team |
License | MIT |
OS | Cross-platform |
Written In | Ruby |
Official Site | http://rubyonrails.org/ |
S.Yatsuzuka