View Single Post
Old 07-13-2011, 10:26 AM   PM User | #5
Shinki
New to the CF scene

 
Join Date: Jul 2011
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Shinki is an unknown quantity at this point
Yes Ruby on Rails" is a framework. Like many web frameworks, Ruby on Rails uses the MVC (Model-View-Controller) architecture pattern to organize application programming. Ruby on Rails is separated into various packages, namely ActiveRecord (an object-relational mapping system for database access), Active Resource (provides web services), Action Pack, Active Support and Action Mailer. Prior to version 2.0, Ruby on Rails also included the Action Web Service package that is now replaced by Active Resource. Apart from standard packages, developers can make plugins to extend existing packages.
Shinki is offline   Reply With Quote