Created
March 29, 2013 11:49
-
-
Save 9z0b3t1c/5270388 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/src/cap-resq-test (master)⚡ ➔ rails c | |
Loading development environment (Rails 3.2.13) | |
irb(main):001:0> Resque.new | |
NoMethodError: undefined method `new' for Resque Client connected to redis://127.0.0.1:6379/0:Module | |
from (irb):1 | |
from /Users/sshingler/.rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/railties-3.2.13/lib/rails/commands/c | |
onsole.rb:47:in `start' | |
from /Users/sshingler/.rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/railties-3.2.13/lib/rails/commands/c | |
onsole.rb:8:in `start' | |
from /Users/sshingler/.rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/railties-3.2.13/lib/rails/commands.r | |
b:41:in `<top (required)>' | |
from script/rails:6:in `require' | |
from script/rails:6:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment