RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: chrislerum
Site: http://chrislerum.com
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.
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
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.
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