Skip to content

Instantly share code, notes, and snippets.

@dankmitchell
Created December 16, 2013 16:16
Show Gist options
  • Save dankmitchell/7989677 to your computer and use it in GitHub Desktop.
Save dankmitchell/7989677 to your computer and use it in GitHub Desktop.
search module error on heroku
uninitialized constant Lovepleasure
/app/config/initializers/spree.rb:26:in `block in <top (required)>'
/app/vendor/bundle/ruby/2.0.0/bundler/gems/spree-4044bef70ff3/core/lib/spree/core.rb:36:in `config'
/app/config/initializers/spree.rb:9:in `<top (required)>'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/engine.rb:593:in `block (2 levels) in <class:Engine>'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/engine.rb:592:in `each'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/engine.rb:592:in `block in <class:Engine>'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:30:in `instance_exec'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:30:in `run'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:55:in `block in run_initializers'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:54:in `each'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/initializable.rb:54:in `run_initializers'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/application.rb:136:in `initialize!'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/railtie/configurable.rb:30:in `method_missing'
/app/config/environment.rb:5:in `<top (required)>'
/app/vendor/bundle/ruby/2.0.0/gems/polyglot-0.3.3/lib/polyglot.rb:63:in `require'
/app/vendor/bundle/ruby/2.0.0/gems/polyglot-0.3.3/lib/polyglot.rb:63:in `require'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/application.rb:103:in `require_environment!'
/app/vendor/bundle/ruby/2.0.0/gems/railties-3.2.14/lib/rails/application.rb:305:in `block (2 levels) in initialize_tasks'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment