Introduction to Ruby on Rails

Views:
 
Category: Education
     
 

Presentation Description

No description available.

Comments

By: daya_verma (15 month(s) ago)

nice,,,,,,,,,,,,,,

Presentation Transcript

RubyonRailsZeroToPro.com : 

RubyonRailsZeroToPro.com Introduction to Ruby on Rails

Ruby : 

Ruby General purpose object oriented language

Ruby : 

Ruby Originated in Japan in mid 1990s

Ruby : 

Ruby Based on Perl, Smalltalk, Eiffel, Ada, and Lisp.

Ruby : 

Ruby Offers automatic memory management.

Ruby : 

Ruby Written in C.

Ruby on Rails : 

Ruby on Rails Web application framework for Ruby programming language.

Ruby on Rails : 

Ruby on Rails Open source framework.

Ruby on Rails : 

Ruby on Rails Also known as "Rails" or "RoR"

Ruby on Rails : 

Ruby on Rails Intended to be used with an Agile development methodology.

Ruby on Rails : 

Ruby on Rails Used for short, client-driven projects

Ruby on Rails : 

Ruby on Rails Was created in July 2004

Application Development Framework : 

Application Development Framework Pre-written code that becomes the foundation of the application.

Application Development Framework : 

Application Development Framework Instead of re-inventing the wheel, you borrow the pre-built components from the framework and build rest of the application on top of that.

Agile Software Development : 

Agile Software Development Software development road map that allows for rapid delivery of high-quality software.

Agile Software Development : 

Agile Software Development Also allows for rapid modification of the product with changing customers needs.

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library In order to build a web application, you need:

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library Simply a set of pre-written code.

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library This code forms the foundation of the application.

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library software that manages the data.

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library Web application communicates with the database to retrieve and store data

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library Software that runs your application.

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library Listens to the requests from client browser's.

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library Sends the web pages (both static and dynamic) back to the browser.

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library Used to simplify access to the database

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library Converts database records into objects

Application Building Tools : 

Application Building Tools Framework Web Server Database System Object Relational Mapping Library Most web applications use object relation libraries these days

Component of Rails : 

Component of Rails Framework Web Server Database System Object Relational Mapping Library Rails offers all of this as built-in components.

Component of Rails : 

Component of Rails Framework Web Server Database System Object Relational Mapping Library Rails is not only an application framework, it also includes a database, a web server, and an object relational mapping library.

Component of Rails : 

Component of Rails Framework Web Server Database System Object Relational Mapping Library ActionPack Framework SQLLite3 Database Bundled HTTP Server Active Record Library

Component of Rails : 

Component of Rails Framework Web Server Database System Object Relational Mapping Library ActionPack Framework SQLLite3 Database Bundled HTTP Server Active Record Library Tool Scripts Help you manage your web applications.

RubyonRailsZeroToPro.com : 

RubyonRailsZeroToPro.com For free tutorials visit: http://rubyonrailszerotopro.com