try doing this: heroku rake db:migrate heroku restart
On Sep 29, 9:16 am, rkjbnz <[email protected]> wrote: > I have just deploy my app to Heroku but I am unable to login or even > signup as a new user. I had this app running on a different provider > and I have copied the data to heroku. When I go to user signup I this > error in my logs > > ActionView::TemplateError (undefined method `password' for #<User: > 0x2b0c2f240408>) on line #29 of app/views/users/new.html.haml: > 26: %li > 27: %label{"for"=>"user_password"} > 28: =:type_your_password.l > 29: = f.password_field :password > 30: %li > 31: %label{"for"=>"user_password_confirmation"} > 32: =:re_type_your_password_to_confirm.l > > When I clone the heroku repo and run locally it works fine, sign up > and login. > > Anyone seen this before?? > > Richard -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
