You've heard it before..."If you want to learn Rails...master Ruby
first."
Probably the most engaging learning tool/game I've seen come out of
the RoR community is Ruby Koans. It's on GitHub
http://github.com/edgecase/ruby_koans
or if you're not yet "Git savy" and want a taste of enlightenment go
to
http://rubykoans.com
It not only teaches you Ruby but it also introduces Test Driven
Development (TDD)...
good luck!