Microsoft
Ruby On Rails manuals. |
Definition of
Ruby On Rails |
Ruby on Rails, or simply Rails, is a web application
framework written in Ruby under MIT License. Rails is a
model–view–controller (MVC) framework, providing default structures for
a database, a web service, and web pages. It encourages and facilitates
the use of web standards such as JSON or XML for data transfer, and
HTML, CSS and JavaScript for display and user interfacing. In addition
to MVC, Rails emphasizes the use of other well-known software
engineering patterns and paradigms, including convention over
configuration (CoC), don't repeat yourself (DRY), and the active record
pattern
|
|
Manual |
Description |
Online
|
Format / File |
Ads / Size |
|
Ruby-lang.org |
Download Ruby On Rails from this website |
|
|
|
Rubyonrails.org |
This guide covers getting up and running
with Ruby on Rails.
After reading this guide, you will know:
How to install Rails, create a new Rails application, and connect your
application to a database.
The general layout of a Rails application.
The basic principles of MVC (Model, View, Controller) and RESTful
design.
How to quickly generate the starting pieces of a Rails application. |
|
|
Michael Hartl -
Railstutorial.org |
The Ruby on Rails tutorial from his own
author.
Learn web development with Ruby on Rails.
Complete tutorial. Complete book from Michael Hartl. |
|
|
Tutorialspoint - Ruby on Rails |
Ruby on Rails is an extremely productive web
application framework written in Ruby by David Heinemeier Hansson. This
tutorial gives you a complete understanding on Ruby on Rails.
Audience
This tutorial has been designed for beginners who would like to use the
Ruby framework for developing database-backed web applications.
Prerequisites
You need to have a basic knowledge of Ruby and object-oriented
programming to understand this tutorial. In addition, you need to be
familiar with internet and websites programming in general. |
|
|
Railscasts.com |
Rails screen casts. Hundreds of tutorials |
|
|
Codeschool.com - Rails-best-practices |
Learn Rails best practices with the most
useful Rails patterns and techniques. If you're a Rails developer,
consider this your new Rails programming playbook. |
|
|
Rubyist.net |
Complete Tutorial on Ruby on Rails
Getting started - Simple examples - Strings - Regular expressions -
Arrays - Back to the simple examples - Control structures - Iterators -
Object-oriented thinking - Methods - Classes - Inheritance -
Redefinition of methods - Access control - Singleton methods - Modules -
Procedure objects - Variables - Global variables - Instance variables -
Local variables - Class constants - Exception processing: rescue -
Exception processing: ensure - Accessors - Object initialization - Nuts
and bolts - About the guide |
|
|
Codelearn.org. Ruby on Rails tutorial |
This Ruby on Rails tutorial has a
very web-development-centric approach. It is for people who are serious
about developing their own apps in Ruby on Rails. The tutorial
starts with a quick Ruby on Rails introduction which is useful
for beginners. The rest of the tutorial teaches you to build an
example to-do list app to help you get started with your own app.
While it is good to have some knowledge of Ruby, HTML & Linux, some
people who are beginners with no programming background were also able
to complete this tutorial. If you are serious about web
development in Ruby on Rails, you should give this tutorial a shot. |
|
|
Codementor - Ruby-on-rails tutorial |
List of beginner and intermediate tutorials |
|
|
Rubymonk.com |
Beginner - Ruby Primer
Learn Ruby, today. You want to learn Ruby for fun, for a new job, or
just to see what all the fuss is about? Start here.
Ruby Primer: Ascent - intermediate
Experience the next level. You've mastered the Ruby Primer. Now it's
time to master more advanced Ruby skills!
Metaprogramming Ruby - intermediate
Code that writes code. Add more powerful abstractions and reduce
duplication through Ruby that writes Ruby!
Metaprogramming Ruby: Ascent - advanced
Experience dynamic power. You've learned the basics of writing code with
code in Metaprogramming Ruby. Now take it to the next level with eval,
object lifecycle hooks, and more!
Start Course
|
|
|
|
|
|
|
|
|
Home |
|
|
|
|
|
|
|
|
|
|
|
Manuals.astalaweb.net © 2005
Gabriel Chova Blasco -
All rights reserved
|
|
|