Search code examples
ruby-on-railsrubyruby-on-rails-3rakeresque

Rake db:create error - cannot load such file -- resque/tasks


setting up existing apps on my new machine.

The first app (a simple one) went ok.

For the second app most things are ok but now getting

Rake aborted!
cannot load such file -- resque/tasks

when trying to run rake db:create

I've installed redis and I believe it is running.

How can I resolve this error?

Ruby 1.9.3 Rails 3.2.8

Solution

  • Installed the resque gem to fix this.