Jim Lindley Notes

If you’ve frozen to the Rails 2.0 preview release via this rake task:

rails:freeze:edge TAG=rel_2-0-0_PR

And are getting errors from the Rails initializer, run it again. The first time it runs, it does not know how to install Active Resource, but once everything else is in place (including the new 2.0 rake tasks), it will correctly download all the right stuff.

(Tip seen on the Rails-Core mailing list, thanks Mislav Marohnić.)

Sorry, comments are closed for this article.