Skip to content

Instantly share code, notes, and snippets.

@coblej
Created February 25, 2014 13:58
Show Gist options
  • Save coblej/9209242 to your computer and use it in GitHub Desktop.
Save coblej/9209242 to your computer and use it in GitHub Desktop.
Error starting rails console with hydra-derivatives master
/Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/gems/railties-4.0.2/lib/rails/railtie/configuration.rb:95:in `method_missing': undefined method `initializer' for #<Rails::Railtie::Configuration:0x007fc82bf76c78> (NoMethodError)
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/bundler/gems/hydra-derivatives-ac37bdc98f1c/lib/hydra/derivatives/railtie.rb:3:in `<class:Railtie>'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/bundler/gems/hydra-derivatives-ac37bdc98f1c/lib/hydra/derivatives/railtie.rb:2:in `<module:Derivative>'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/bundler/gems/hydra-derivatives-ac37bdc98f1c/lib/hydra/derivatives/railtie.rb:1:in `<top (required)>'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `block in require'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:214:in `load_dependency'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/gems/activesupport-4.0.2/lib/active_support/dependencies.rb:229:in `require'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/bundler/gems/hydra-derivatives-ac37bdc98f1c/lib/hydra/derivatives.rb:2:in `<top (required)>'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:85:in `require'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:85:in `rescue in block in require'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:68:in `block in require'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in `each'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in `require'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.5.3/lib/bundler.rb:131:in `require'
from /Users/coblej/Sites/course-assets/config/application.rb:7:in `<top (required)>'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/gems/railties-4.0.2/lib/rails/commands.rb:60:in `require'
from /Users/coblej/.rvm/gems/ruby-2.0.0-p353@sufia/gems/railties-4.0.2/lib/rails/commands.rb:60:in `<top (required)>'
from bin/rails:4:in `require'
from bin/rails:4:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment