Skip to content

Instantly share code, notes, and snippets.

@sebareca
Created September 14, 2012 13:56
Show Gist options
  • Save sebareca/3722049 to your computer and use it in GitHub Desktop.
Save sebareca/3722049 to your computer and use it in GitHub Desktop.
Ethon error uninitialized constant Ethon::Easies (NameError)
/Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/typhoeus-0.5.0.alpha/lib/typhoeus/responses/informations.rb:9:in `<module:Informations>': uninitialized constant Ethon::Easies (NameError)
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/typhoeus-0.5.0.alpha/lib/typhoeus/responses/informations.rb:6:in `<module:Responses>'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/typhoeus-0.5.0.alpha/lib/typhoeus/responses/informations.rb:2:in `<module:Typhoeus>'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/typhoeus-0.5.0.alpha/lib/typhoeus/responses/informations.rb:1:in `<top (required)>'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/typhoeus-0.5.0.alpha/lib/typhoeus/response.rb:2:in `<top (required)>'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/typhoeus-0.5.0.alpha/lib/typhoeus.rb:9:in `<top (required)>'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.2.0/lib/bundler/runtime.rb:68:in `require'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.2.0/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.2.0/lib/bundler/runtime.rb:66:in `each'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.2.0/lib/bundler/runtime.rb:66:in `block in require'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.2.0/lib/bundler/runtime.rb:55:in `each'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.2.0/lib/bundler/runtime.rb:55:in `require'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.2.0/lib/bundler.rb:128:in `require'
from /Users/myusr/projects/myapp/config/application.rb:7:in `<top (required)>'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/commands.rb:39:in `require'
from /Users/myusr/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/commands.rb:39: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