If you've a recent version of rubygems require_gem doesn't exist any
more. Also check your logs for more informative error messages. (and
are you sure you need 0.12.1 rather than 1.2.1 ? 0.12.1 is positively
ancient (3 years old or something))
The scaffolding is indeed different in 2.0.2. I really think you're
wasting your time going through a tutorial for a 3 year old version of
rails. So much stuff has changed (eg 0.12 has no migrations, loads of
functions have been deprecated/renamed (eg find_all => find :all, @params => params) and lots of stuff has been added).
Yeah. I have wondering same thing, do I waste my time. But this is a
school project so I have to do it. But do you know any good tutorials
which is updated to newst version?