Ruby on Rails
Ruby ("ruby") is a general-purpose, high-level, dynamic, interpreted programming language created in 1995 in Japan.
Ruby on Rails is a high-level framework for web application development that uses the MVC (model-view-controller) design pattern and the CRUD (create, read, update, delete) philosophy.
- to run a web application, you only need a database and a web server
- principle: convention over configuration (the programmer configures only those parts of the application that differ from the default settings)
- another principle: don't repeat yourself