Monday, 7 October 2013

Concept of RoR (Ruby on Rails)


Concept of RoR (Ruby on Rails)

The concept of Ruby on Rails was originally developed by David Heinemeier Hansson in July 2004. Ruby is a programming language whereas Ruby on Rails also known as Rails is an open source web application framework.


Basic Uses


  • It allows creating of pages as well as applications in order to collect useful information from the server.
  • To query or communicate the database.


Building Concepts


Ruby on Rails is based on Software Engineering Patterns as listed below:-



  • ARP (Active Record Pattern)
  • CoC (Convention over Configuration)
  • DRY (Don't Repeat Yourself)
  • MVC (Model View Controller)

No comments:

Post a Comment