Ruby on Rails Sunday, November 28, 2010

On Fri, Nov 26, 2010 at 3:32 AM, Ewen <ejc7@aecameron.co.uk> 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>):

1. Does your app run locally in production mode?
2. Is whatever supplies 'auth_user' specified in your .gems file?
3. Does your Heroku DB match your local DB, either through having
run all migrations or doing `heroku db:push` ?

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
twitter: @hassan

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment