public
Description: Support material for the Rolling with Rails Tutorial
Homepage: http://www.akitaonrails.com
Clone URL: git://github.com/akitaonrails/rolling_with_rails_tutorial.git
commit  4c6ed031d09066bbe85fdee2768403aa8b568abe
tree    67520942b6c9f2b32c346f9c4aa901573a512e87
parent  555087bf52a6985e536bd27f94fe287f86907c9a
100644 29 lines (17 sloc) 1.207 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
== Disclaimer
 
This mini Rails app is meant to just showcase the new features in Rails 2.x but it
should not be used as a reference for 'best practices'.
 
== Dec 2007 - AkitaOnRails.com - Rolling with Rails 2.0 - The First Full Tutorial
 
This is the source code for the first Rails 2.0 tutorial released on
Dec 12th 2007. There is a screencast available that shows it step by step:
 
http://www.akitaonrails.com/2007/12/10/the-first-rails-2-0-screencast-english
 
And the written tutorial in 2 parts here:
 
http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial
http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial-part-2
 
Follow the TAG "for_2.0" at Github.
 
== May 2008 - AkitaOnRails.com - Rolling with Rails 2.1 - The First Full Tutorial
 
This is the source code for the first Rails 2.1 tutorial released on May 25th, 2008. I will update this file with the tutorial link today.
 
Read the tutorials from my blog here:
 
http://www.akitaonrails.com/2008/5/25/rolling-with-rails-2-1-the-first-full-tutorial-part-1
http://www.akitaonrails.com/2008/5/25/rolling-with-rails-2-1-the-first-full-tutorial-part-2
 
Follow the TAG "for_2.1" at Github.