RailsCasts Pro episodes are now free!

Learn more or hide this

juzzin's Profile

GitHub User: juzzin

Comments by

Avatar

Oh boy. I overlooked a failed migration and this was solved by simply fixing my test database structure.

Avatar

As usual, excellent screencast Ryan. Have you built tests for authentication with has_secure_password? I'm encountering this error when creating a user in a functional test:

ruby
NoMethodError: undefined method `password_digest' for #<User:0x007faf810f8b00>