Difference between revisions of "Ruby on rails/Rails/en"
Jump to navigation
Jump to search
(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 ...") |
|||
Line 1: | Line 1: | ||
{{Parent}} | {{Parent}} | ||
− | {{Languages|Ruby_on_rails}} | + | {{Languages|Ruby_on_rails/Rails}} |
Advantages of Ruby on Rails (RoR) | Advantages of Ruby on Rails (RoR) | ||
Latest revision as of 17:40, 31 January 2012
Parent: Ruby on rails/Rails
Language: | Nederlands • English |
---|
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.