Skip to content

Instantly share code, notes, and snippets.

@j0ni
Created June 5, 2011 20:02
Show Gist options
  • Save j0ni/1009351 to your computer and use it in GitHub Desktop.
Save j0ni/1009351 to your computer and use it in GitHub Desktop.
ActiveMerchant load error message in rails 3.0.7
/Users/joni/Scratch/ruby/rails/fraz/vendor/ruby/1.8/gems/active_merchant-1.5.2/lib/active_merchant/lib/validateable.rb:31: uninitialized constant ActiveMerchant::Validateable::HashWithIndifferentAccess (NameError)
from /Users/joni/Scratch/ruby/rails/fraz/vendor/ruby/1.8/gems/active_merchant-1.5.2/lib/active_merchant.rb:33:in `require'
from /Users/joni/Scratch/ruby/rails/fraz/vendor/ruby/1.8/gems/active_merchant-1.5.2/lib/active_merchant.rb:33
from /Users/joni/.rvm/gems/ree-1.8.7-2011.03@global/gems/bundler-1.0.13/lib/bundler/runtime.rb:68:in `require'
from /Users/joni/.rvm/gems/ree-1.8.7-2011.03@global/gems/bundler-1.0.13/lib/bundler/runtime.rb:68:in `require'
from /Users/joni/.rvm/gems/ree-1.8.7-2011.03@global/gems/bundler-1.0.13/lib/bundler/runtime.rb:66:in `each'
from /Users/joni/.rvm/gems/ree-1.8.7-2011.03@global/gems/bundler-1.0.13/lib/bundler/runtime.rb:66:in `require'
from /Users/joni/.rvm/gems/ree-1.8.7-2011.03@global/gems/bundler-1.0.13/lib/bundler/runtime.rb:55:in `each'
from /Users/joni/.rvm/gems/ree-1.8.7-2011.03@global/gems/bundler-1.0.13/lib/bundler/runtime.rb:55:in `require'
from /Users/joni/.rvm/gems/ree-1.8.7-2011.03@global/gems/bundler-1.0.13/lib/bundler.rb:120:in `require'
from /Users/joni/Scratch/ruby/rails/fraz/config/application.rb:7
from /Users/joni/Scratch/ruby/rails/fraz/vendor/ruby/1.8/gems/railties-3.0.7/lib/rails/commands.rb:21:in `require'
from /Users/joni/Scratch/ruby/rails/fraz/vendor/ruby/1.8/gems/railties-3.0.7/lib/rails/commands.rb:21
from script/rails:6:in `require'
from script/rails:6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment