  |
Rails Framework Documentation - http://api.rubyonrails.org/
Official API of the framework. Provides an explanation of every class and functionality. |
  |
PeepCode Screencasts for Ruby on Rails Developers - http://peepcode.com/
High quality RoR screencasts. English, Español, Italiano. |
  |
Railscasts: Free Ruby on Rails Screencasts - http://www.railscasts.com/
Well produced, short, to-the-point RoR screencasts of tips, tricks, tutorials. |
  |
Rolling with Ruby on Rails - http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html
Curt Hibbs shows off RoR by building simple application that needs little Ruby experience. Descriptions, instructions, screenshots. [ONLamp.com] |
  |
Nuby on Rails - http://nubyonrails.com/
RoR for newbies, Weblog on wide range of beginner, intermediate, and advanced topics; by Geoffrey Grosenbach, host of official RoR Podcast, and producer of PeepCode screencasts. |
  |
Rolling with Ruby on Rails, Part 2 - http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html
Curt Hibbs shows off RoR by finishing sample application in 47 lines of code. Descriptions, instructions, screenshots. [ONLamp.com] |
  |
Using Ruby on Rails for Web Development on Mac OS X - http://developer.apple.com/tools/rubyonrails.html
Tutorial: text, code samples, screenshots, diagrams, tables, links. [Apple Developer Connection] |
  |
Rolling with Ruby on Rails Revisited - http://www.onlamp.com/pub/a/onlamp/2006/12/14/revisiting-ruby-on-rails-revisited.html
Curt Hibbs and Bill Walton show how easy it is to build a new program with latest versions of RoR web framework. ONLamp.com. |
  |
Ruby on Rails Tutorials - http://www.tutorialized.com/tutorials/Ruby-on-Rails/1
Several topics, with forum comments. Tutorialized.com. |
  |
Rails for PHP Developers - http://railsforphp.com/
Weblog with code comparisons between PHP and RoR. |
  |
Really Getting Started in Rails - http://www.slash7.com/articles/2005/01/24/really-getting-started-in-rails/
Tutorial in response to Curt Hibbs' Rolling with RoR from Amy Hoy. |
  |
Building Ruby, Rails, LightTPD, and MySQL on Tiger - http://hivelogic.com/articles/ruby_rails_lighttpd_mysql_tiger/
Tutorial to manually build and install four programs, on Mac OS X 10.4: Tiger. [Hivelogic] |
  |
Getting Your Feet Wet with Ruby on Rails - http://www.webmonkey.com/05/28/index4a.html
Basics of why Rails is cool, installing Ruby and Rails, setting up database, creating scaffolding, customizing program. Webmonkey. |
  |
Four Days on Rails - http://rails.homelinux.org/
Tutorial, divided into simple subtasks, formatted for two-sided printing on 40 pages A4; for Linux, Windows. Files: PDF, zip. [English, Spanish, Portuguese; Chinese, Japanese, Korean] |
  |
Fast-track Your Web Apps with Ruby on Rails - http://www.ibm.com/developerworks/linux/library/l-rubyrails/
Recent Web development system growing fast, automates making most common application types, allows meeting custom or atypical needs. Compared to many Free Software libraries that do parts of applications, RoR integrated tool set does all parts. Text, code samples. [IBM developerWorks] |
  |
Ruby on Rails Training - http://www.webucator.com/webdev/ruby.cfm
Custom onsite RoR training classes; by Webucator. |
  |
Deploying Ruby on Rails - http://www.hostlibrary.com/deployingrubyonrails/
Article introduces installing and deploying RoR; text and code samples. Host Library. |
  |
Rails Forum: Tutorials - http://railsforum.com/viewforum.php?id=20
A collection of original Ruby on Rails tutorials from the members of Rails Forum. |
  |
Tutorial in Ruby on Rails - http://wiki.rubyonrails.com/rails/pages/tutorial/
Simple, brief "hello world" program, text and code samples, wiki-based. |
  |
The Complete Guide to Rails Plugins: Part I - http://nubyonrails.com/articles/the-complete-guide-to-rails-plugins-part-i
How to use self-contained libraries made for Rails, to reuse other’s code or package your own. Unlike gems, plugins install in Rails applications so it is easier to deploy them remotely with full applications. |
  |
The Complete Guide to Rails Plugins: Part II - http://nubyonrails.com/articles/the-complete-guide-to-rails-plugins-part-ii
How to package helper methods as plugins, which shows basics of making any kind of code-based plugin. |
  |
Distributing Rails Applications - http://www.erikveen.dds.nl/distributingrubyapplications/rails.html
How to turn Rails programs into standalone programs, via Tar2RubyScript and RubyScript2Exe; not the proper way to deploy Rails programs on production servers; by Erik Veenstra. |
  |
Learning Ruby: A Guide to Online Tutorials, Examples and Downloads - http://www.maxkiesler.com/index.php/weblog/comments/learning_ruby_a_guide_to_online_tutorials_examples_and_downloads/
Article presents best ones that Ideacodes LLC web consultant Max Kiesler found over the last year of many hours searching google, del.icio.us, digg, etc., looking for usable and relevant examples. |
  |
A Many-to-Many Tutorial for Rails - http://jrhicks.net/Projects/rails/has_many_and_belongs_to_many.pdf
Treats some more complex parts of Web application programming, in simple style; text, screenshots, diagrams, code samples. |
  |
Ruby on Rails Tutorial - http://www.tutorialspoint.com/ruby-on-rails/
Learn in simple, easy steps: installation, framework, strengths with examples, action pack, action view, active record, scaffolding, migrations, controller, views, layouts, AJAX. Free. Tutorials Point. |
  |
Raleigh on Rails - http://www.raleighonrails.com/
RoR training classes, introductory and advanced; taught by David Alan Black. Raleigh, NC, USA. |
  |
Ruby on Rails Cheat Sheet - http://www.addedbytes.com/cheat-sheets/ruby-on-rails-cheat-sheet/
Free printable RoR cheat sheets in PNG and PDF format. |
  |
Top 12 Ruby on Rails Tutorials - http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials/
List with descriptions, links, many forum comments. [Digital Media Minute] |
  |
Installing Ruby on Rails with Lighttpd and MySQL on Fedora Core 4 - http://digitalmediaminute.com/howto/fc4rails/
Detailed tutorial; text, code samples. |
 |
Ruby on Rails Training Course - http://marakana.com/training/ruby/ruby_on_rails.html
Practical introduction to features: command-line options, syntax, built-in variables, functions, many commonly used classes and modules. [Marakana Inc.] |