Ruby on Rails
Wednesday, March 2, 2011
So I found the solution...
Missing these required gems:
delayed_job < 2
delayed_job < 2
means that the application requires the delayed_job gem with a version less than 2 : as specified in the environment.rb :
config.gem 'delayed_job', :version => "<2"
I just had to install a previous version of the delayed_job gem :
$ gem install delayed_job -v 1.8.5
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment