Skip to content

Instantly share code, notes, and snippets.

@mattsmith
Created August 29, 2012 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattsmith/3507211 to your computer and use it in GitHub Desktop.
Save mattsmith/3507211 to your computer and use it in GitHub Desktop.
Issue with Panda Gem
NoMethodError: undefined method `hydra' for Typhoeus::Hydra:Class
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/faraday-0.8.0/lib/faraday/adapter/typhoeus.rb:7:in `setup_parallel_manager'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/faraday-0.8.0/lib/faraday/adapter/typhoeus.rb:21:in `perform_request'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/faraday-0.8.0/lib/faraday/adapter/typhoeus.rb:14:in `call'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/faraday-0.8.0/lib/faraday/request/url_encoded.rb:14:in `call'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/faraday-0.8.0/lib/faraday/request/multipart.rb:13:in `call'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/faraday-0.8.0/lib/faraday/connection.rb:226:in `run_request'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/faraday-0.8.0/lib/faraday/connection.rb:99:in `post'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/panda-1.5.0/lib/panda/adapters/faraday.rb:27:in `block in post'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/panda-1.5.0/lib/panda/adapters/faraday.rb:63:in `rescue_json_parsing'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/panda-1.5.0/lib/panda/adapters/faraday.rb:26:in `post'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/panda-1.5.0/lib/panda/connection.rb:27:in `post'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/panda-1.5.0/lib/panda/modules/builders.rb:36:in `create'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/panda-1.5.0/lib/panda/modules/builders.rb:41:in `create!'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/panda-1.5.0/lib/panda/modules/builders.rb:22:in `create!'
from (irb):5
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/railties-3.2.3/lib/rails/commands/console.rb:47:in `start'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/railties-3.2.3/lib/rails/commands/console.rb:8:in `start'
from /Users/matt/.rvm/gems/ruby-1.9.3-p194@thinkific/gems/railties-3.2.3/lib/rails/commands.rb:41:in `<top (required)>'
from script/rails:6:in `require'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment