On Fri, Jun 6, 2008 at 7:05 AM, Chris Schumann <[EMAIL PROTECTED]> wrote: > On Heroku: >>> u=User.new > #<User id: nil, email: nil, hashpass: nil, login: nil, name: nil, > created_at: nil, updated_at: nil> >>> u.email="ted" > "ted" >>> u.password="ted" > NoMethodError: undefined method `salt=' for #<User:0xb68a7ae4>
I had not migrated properly. Running 'rake db:migrate VERSION=0' followed by 'rake db:migrate' fixed the issue. Sorry to take any time on this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
