RailsCasts Pro episodes are now free!

Learn more or hide this

Chris Lerum's Profile

GitHub User: chrislerum

Site: http://chrislerum.com

Comments by Chris Lerum

Avatar

If you don't use notification services like growl, put 'notification :off' at top of your Guardfile, and you won't see that notice when tests start up.

Avatar

in the asciicast, this line:
BCrypt::Engine.hash_secret(password, password_salt)

got changed to this:
BCrypt::Engine.hash_secret(password, password_hash)

pass it on to whomever does asciicasts i guess