script/migrator for navigating migrations

I got tired of digging through migrations, so here’s a simple console navigator. The instructions are all in there.

Rails 3 Reading Material

Rails 3 is going to bring a lot of new stuff to the table. Wouldn’t hurt to organize some reading material in categorized and chronological order. So here goes whatever I scavenged so far. Leave comments so I can add more links or if I should mark something as obsolete.

Router

Revamped Routes in Rails 3 [...]

Multiple Table Inheritance with ActiveRecord

Update 02/02/10: There are two new sections: Fixing method_missing and Handling attributes hash, which fix a few issues that popped up since first post.

If you aren’t interested in reading all the details you may want to make the long story short.

Imagine writing an online shop with different types of products. Normally all products would have [...]