Ruby on Rails is an open source framework created in 2005 by David Heinemeier Hansson.
#165on PLDB | 19Years Old |
Ruby on Rails, or Rails, is a server-side web application framework written in Ruby under the MIT License. Rails is a model鈥搗iew鈥揷ontroller (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. Read more on Wikipedia...
class HelloWorld < app
print "Hello World"
end
end