Consolidating all tutorials here, instead of scattered on the main community page ...

h3. Todo List Tutorial

[[Vincent Foley]] has written a tutorial on how to write a simple todo list program with Rails.  You can get it from multiple places:

* Rails 0.9
** "Single HTML file":http://darkhost.mine.nu:81/~vince/rails/tutorial.html
** "Hieraki":http://manuals.rubyonrails.com/read/book/7
** "Zip file":http://darkhost.mine.nu:81/~vince/rails/rails_tutorial.zip
* Rails 0.8
** "Single HTML file":http://mirror.monsson.dk/rails/tutorial.html
** "Single HTML file":http://jw.fi/rails/tutorial.html 

h3. Rolling with Ruby on Rails

O'Reilly Article on getting started using Rails within Windows and creating a recipe book application.

* Part 1 - http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html
* Part 2 - http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html

h3. Howto make a (small) publication management app

"How to make a (small) publication management app":http://manuals.rubyonrails.com/read/chapter/48#page132

h3. Making a Contact Book

A wiki based tutorial that walks you through setting up Rails, and then creating a contact book application.

[[Tutorial|A Tutorial by Rails' Users]]

h3. Rails Application Walk-through

Scott of Elite Journal fame is partway through a multi-part dissection of a Rails application. Great stuff on models here that doesn't seem to be available anywhere else so far.

* "Installment 1 - app description":http://scott.elitists.net/users/scott/posts/rails-application-walk-through-installment-i
* "Installment 2 - db schema and model relationships":http://scott.elitists.net/users/scott/posts/rails-application-walk-through-installment-ii-the-models
* "Installment 3 - model validations":http://scott.elitists.net/users/scott/posts/rails-application-walk-through-installment-iii-validations

h3. Amy Hoy bloggin' on Rails

This is written & produced by [[Amy Hoy]]. a self-proclaimed  renaissance woman who enjoys designing, coding, and writing for herself and others (but mostly for herself). In her spare time she enjoys cooking, mucking about in her darkroom, and writing about herself in the the third person.

* "Really Getting Started in Rails":http://www.slash7.com/articles/2005/01/24/really-getting-started-in-rails
* "MVC - The Most Vexing Conundrum":http://www.slash7.com/articles/2005/02/22/mvc-the-most-vexing-conundrum
* "Rails - What Goes Where":http://www.slash7.com/articles/2005/03/06/rails-what-goes-where

h3. Learn Ruby

-- add something here --

category:Tutorial
