Ruby on rails/Rails/en

From 2value wiki 2
Revision as of 17:38, 31 January 2012 by Hvancann (talk | contribs) (Created page with "{{Parent}} {{Languages|Ruby_on_rails}} Advantages of Ruby on Rails (RoR) :RoR is a framework that makes it easier to develop, deploy and maintain Web applications. :RoR uses ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Language: Nederlands

Advantages of Ruby on Rails (RoR)

RoR is a framework that makes it easier to develop, deploy and maintain Web applications.
RoR uses the meta-programming capabilities of Ruby extensively, meaning developers do not have to write as much code as compared to other languages and frameworks.
RoR introduces the Active Record framework that was popularized by Martin Fowler. This makes it easy for :RoR-based Web applications to interact with databases.
RoR gives precedence to convention over configuration. This helps eliminate the huge amounts of configuration code that needs to be written in other frameworks.
RoR automatically creates much of the scaffolding code required to create Web-based applications.
RoR creates simple automated tests for applications that can be easily extended.