Ruby on Rails and Rake problems: uninitialized constant Rake::DSL

A tweet from DHH earlier. Rake .9.0 breaks Rails and several other things, you need to:

gem "rake", "0.8.7"

in your Gemfile.

Leave a Comment