Ruby on Rails Framework
Jump to navigation
Jump to search
A Ruby on Rails Framework is a web application framework that ...
- See: Active Record Pattern, Cross-Platform, Ruby Programming Language, MIT License, Model–View–Controller, Web Service.
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Ruby_on_Rails Retrieved:2015-9-12.
- Ruby on Rails, or simply Rails, is a web application framework written in Ruby under 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.