*** Welcome to piglix ***

Ruby on Rails

Ruby on Rails
Ruby On Rails Logo.svg
Original author(s) David Heinemeier Hansson
Initial release 13 December 2005; 11 years ago (2005-12-13)
Stable release
5.0.2 / March 1, 2017; 7 days ago (2017-03-01)
Preview release
5.1.0.beta1 / February 23, 2017; 13 days ago (2017-02-23)
Repository github.com/rails/rails
Development status Active
Written in Ruby
Operating system Cross-platform
Type Web application framework
License MIT License
Website rubyonrails.org

Ruby on Rails, or simply Rails, is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer, and HTML, CSS and JavaScript for display and user interfacing. In addition to MVC, Rails emphasizes the use of other well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), and the active record pattern.

David Heinemeier Hansson extracted Ruby on Rails from his work on the project management tool Basecamp at the web application company also called Basecamp. Hansson first released Rails as open source in July 2004, but did not share commit rights to the project until February 2005. In August 2006, the framework reached a milestone when Apple announced that it would ship Ruby on Rails with Mac OS X v10.5 "Leopard", which was released in October 2007.


...
Wikipedia

...