Ruby on Rails

From SuperbHosting.net Support Wiki

Jump to: navigation, search

Designed to make web development faster, easier and more efficient, Ruby on Rails is a free web application framework. Often shortened to Rails, or RoR, Ruby on Rails is written in what is known as the 'Ruby' programming language.

The foundation of Ruby on Rails is created by two important principles which are Convention over Configuration (CoC) and Don't repeat yourself (DRY).

  • Convention over Configuration means that a developer only needs to specify unconventional aspects of the application.
  • Don't Repeat Yourself means that information is located in a single, clear place.
Personal tools