The updated Rails Security Guide
Friday, October 10, 2008 at 4:23PM I'm taking part in the Rails Guide Hackfest which is "an attempt to improve Rails documentation and make the barrier to entry as low as possible."
You can take a look at it here: http://guides.rails.info/securing_rails_applications/security.html
If you find a typo or if you'd like to contribute, the Lighthouse ticket is here:
http://rails.lighthouseapp.com/projects/16213/tickets/7




Reader Comments (1)
Thanks a lot for this tutorial! Very useful.
I additionally read comment 8 of [1] to understand why we need a salt for passwords.
Regards,
Peter.
[1]
http://blog.codahale.com/2007/02/28/bcrypt-ruby-secure-password-hashing/