Skip to content

Instantly share code, notes, and snippets.

@proton
Created August 15, 2012 21:07
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 proton/3363692 to your computer and use it in GitHub Desktop.
Save proton/3363692 to your computer and use it in GitHub Desktop.
>> Using rack adapter
/home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- active_support/core_ext/class/inheritable_attributes (LoadError)
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `block in require'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:236:in `load_dependency'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/activesupport-3.2.7/lib/active_support/dependencies.rb:251:in `require'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/bundler/gems/active_merchant-b9eb7e1590f2/lib/active_merchant.rb:29:in `<top (required)>'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/bundler-1.1.5/lib/bundler/runtime.rb:68:in `require'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/bundler-1.1.5/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/bundler-1.1.5/lib/bundler/runtime.rb:66:in `each'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/bundler-1.1.5/lib/bundler/runtime.rb:66:in `block in require'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/bundler-1.1.5/lib/bundler/runtime.rb:55:in `each'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/bundler-1.1.5/lib/bundler/runtime.rb:55:in `require'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/bundler-1.1.5/lib/bundler.rb:119:in `require'
from /home/proton/projects/webra/config/application.rb:13:in `<top (required)>'
from /home/proton/projects/webra/config/environment.rb:5:in `require'
from /home/proton/projects/webra/config/environment.rb:5:in `<top (required)>'
from /home/proton/projects/webra/config.ru:3:in `require'
from /home/proton/projects/webra/config.ru:3:in `block in <main>'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
from /home/proton/projects/webra/config.ru:1:in `new'
from /home/proton/projects/webra/config.ru:1:in `<main>'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/thin-1.4.1/lib/rack/adapter/loader.rb:33:in `eval'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/thin-1.4.1/lib/rack/adapter/loader.rb:33:in `load'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/thin-1.4.1/lib/rack/adapter/loader.rb:42:in `for'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/thin-1.4.1/lib/thin/controllers/controller.rb:169:in `load_adapter'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/thin-1.4.1/lib/thin/controllers/controller.rb:73:in `start'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/thin-1.4.1/lib/thin/runner.rb:185:in `run_command'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/thin-1.4.1/lib/thin/runner.rb:151:in `run!'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/gems/thin-1.4.1/bin/thin:6:in `<top (required)>'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/bin/thin:19:in `load'
from /home/proton/.rvm/gems/ruby-1.9.3-p194@webra/bin/thin:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment