Displaying 1 result from an estimated 1 matches for "couldnotcalculateship".
2012 Jun 21
2
Rails production load order giving uninitialized constant (NameError)
...wrong place.
I''ve been getting this error in production (on Heroku) only (it happens
when the application is loading):
2012-06-21T09:30:19+00:00 app[web.1]: /app/app/controllers/spree/
checkout_controller_decorator.rb:3:in `block in '': uninitialized constant
Spree::Calculator::CouldNotCalculateShipping (NameError)
Here''s the gist of my decorator files: https://gist.github.com/2965034
I''m trying to rescue errors from my Spree calculators. I''m thinking it''s an
issue with the load order, but am not familiar enough to know where to
tweak things.
I''...