-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3-0-stable] Error in production: uninitialized constant Spree::StoreController #175
Comments
The only issue with a similar error was reported in 2013 (#7) and it was related to Completely removing the gem ( |
Note: in development the server starts just fine |
I have a same problem. gem works fine on dev, but crashes on staging with same error as above. https://github.com/spree-contrib/better_spree_paypal_express/blob/master/app/controllers/spree/paypal_controller.rb#L2 Any ideas? @givanse, maybe you found a solution? |
@nowakov sure, this gem requires it's working in development because it has lazy loading, i think |
I ended up downgrading to 2.X. I don't know why I didn't think about trying to also install the frontend gem, shouldn't be that way I think. |
The server is able to start just fine in development but when passing the variable
RAILS_ENV=production
it doesn't start and shows:Gemfile
The text was updated successfully, but these errors were encountered: