Learning Rails Progress

About two weeks ago, I decided to start picking up Ruby on Rails (RoR) again. I stumbled upon a getting started tutorial from rubyonrails.org and decided to give it a try.

It is basically a whirlwind tour of RoR by building a (very basic) blogging application. It won’t make you a Rails expert but at least it will give you good idea of what Rails is all about, as explained:

After reading it, you should be familiar with:

After finishing this tutorial, I took the opportunity today to set up a Git repository for my files from the tutorial. The repository is hosted on my free Unfuddle account (highly recommended by the way - they have Subversion and Git).

The next step for me will be twofolds: