Active Record shares all the benefits and drawbacks of ORMs in general. You'll have a much easier time using it if you avoid making these 4 small mistakes.
At this year's Atomic Games, we built AIs to play our in-house RTS "Space Battle 2: Resource Collectors." We had so much fun, we decided to open source it.
Using code generation for your Rails utility scripts (like importing demo data into production) that can then be executed remotely (no need to deploy).
One-liners can be piped into the heroku run console command—what about longer scripts you write locally and want to execute in a remote Heroku environment?