RailsCasts Pro episodes are now free!

Learn more or hide this

M's Profile

GitHub User: SMWEB

Site: http://solymosi.eu

Comments by M

Avatar

If you need something like hash_secure_password on Rails 3.0.x, you can use my plugin at https://github.com/SMWEB/salt-and-pepper . As a bonus, it only uses a single column in the database and doesn't force you to call your attribute "password".