I’m trying to put Spree 0.30.1 on Heroku and I’m getting the following
error message (from the heroku logs);
NameError (undefined local variable or method ‘auth_user’ for
#ProductsController:0x2b4ee9fb07f8):
I’ve tried Google and the Spree Google Group but I’m no nearer to an
answer. Can anyone point me in the right direction
(or any direction)?
Ewen
Ewen
2
On Fri, Nov 26, 2010 at 3:32 AM, Ewen [email protected] wrote:
I’m trying to put Spree 0.30.1 on Heroku and I’m getting the following
error message (from the heroku logs);
NameError (undefined local variable or method ‘auth_user’ for
#ProductsController:0x2b4ee9fb07f8):
- Does your app run locally in production mode?
- Is whatever supplies ‘auth_user’ specified in your .gems file?
- Does your Heroku DB match your local DB, either through having
run all migrations or doing heroku db:push
?
–
Hassan S. ------------------------ [email protected]
twitter: @hassan