search for: _decorator

Displaying 1 result from an estimated 1 matches for "_decorator".

Did you mean: decorator
2012 Jun 21
2
Rails production load order giving uninitialized constant (NameError)
...a related but separate question. Again, please redirect me if I''m in the 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 is...