riding the rails


I've started a non-trivial project using RoR. So far it's been pretty painless. The community in #rubyonrails, on freenode has been very helpful. Getting my head around activerecord's association's was a little bit of effort (belongs_to, has_one, has_many). It's nice to see that I could scale a rails application across a server farm if I needed it to. The framework does lend itself to fairly rapid development.

What I've noticed so far: