Ruby on Rails

From Script | Spoken-Tutorial
Revision as of 16:27, 10 January 2013 by Afrin (Talk | contribs)

Jump to: navigation, search

Ruby on Rails is the web framework meant for building web based application. Ruby on Rails is also called in short as Rails and RoR.

Ruby on Rails was extracted by David Heinemeier Hansson from his work on Basecamp, a project management tool by 37signals (now a web application company).

Ruby on Rails inherits the rich object oriented design from ruby programming language. Ruby code written in a specific convention to call as Ruby on Rails.

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.



  1. Hello Rails  !
    • Introduction
      • What is Ruby On Rails
      • Its benefits
    • MVC(model/view/controller) Architecture
    • REST
    • Installation
    • Verifying Rails installation by creating a demo application
  2. Rails Installation in Windows
    • How to install rails in windows through Rails Installer
  3. Getting Started with Rails
    • An introduction about the example application that is Library information system(LIS)
    • ER Diagram representing the database schema
    • Introduction to Rails command line tool
    • Walk through the file system generated
    • Step by step procedure of developing the application
      • How to start the web server
      • Creation of the database
      • Establishing relationship between the models

Contributors and Content Editors

Afrin, Minal, Nancyvarkey