1

On the 3.1RC, I have created a new app, and when I try to run the db:create job I'm getting this:

[15:38][*********@***********:~/**********/db(master)]$ rake db:create (in /Users/*********/*********) rake aborted! uninitialized constant Rake::DSL 

any ideas appreciated.

2
  • 1
    This is a known issue with Rake 0.9.0. See: stackoverflow.com/questions/6085610/… Commented May 27, 2011 at 21:03
  • thanks. don't know why that previous thread didn't show up in my search. either way...that did the trick.. Commented May 29, 2011 at 9:52

1 Answer 1

3

Use

gem "rake", "0.8.7" 

In your gemfile, as stated rake 0.9.0 breaks a few things.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.