Difference between revisions of "Ruby on Rails"

From Script | Spoken-Tutorial
Jump to: navigation, search
Line 1: Line 1:
Ruby on Rails is the web framework meant for building web based application.
+
==Introduction to Ruby On Rails==
Ruby on Rails is also called  in short as Rails and RoR.
+
'''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 Rail'''s 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 on Rails inherits the rich object oriented design from ruby programming language.  
Line 10: Line 10:
  
  
__TOC__
 
  
#Hello Rails !
+
== ==
 +
 
 +
#Hello Rails!
 
#*Introduction
 
#*Introduction
 
#**What is Ruby On Rails  
 
#**What is Ruby On Rails  
Line 31: Line 32:
 
#**Creation of the database
 
#**Creation of the database
 
#**Establishing  relationship between the models
 
#**Establishing  relationship between the models
 +
#Designing views for LIS
 +
#*Create views for both the models book and subject
 +
#Validation in Rails
 +
#*Introduction
 +
#**What is validation
 +
#**It's use
 +
#*Types of validation in rails
 +
#*Applying validation in library information system

Revision as of 16:40, 10 January 2013

Introduction to Ruby On Rails

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
  4. Designing views for LIS
    • Create views for both the models book and subject
  5. Validation in Rails
    • Introduction
      • What is validation
      • It's use
    • Types of validation in rails
    • Applying validation in library information system

Contributors and Content Editors

Afrin, Minal, Nancyvarkey