@Ryan BCrypt actually handles the salting for you automatically, so there is no need to store the sale separately.
Also, DHH is adding has_secure_password to rails which does all the password stuff for you using BCrypt. See:
https://github.com/rails/rails/commit/bd9dc4ff23ab1e185df6ccf35d6058c0a3d234ce
Ryan, in rails master .rb was renamed to .ruby:
https://github.com/rails/rails/commit/de1060f4e02925c12004f2
@Ryan BCrypt actually handles the salting for you automatically, so there is no need to store the sale separately.
Also, DHH is adding has_secure_password to rails which does all the password stuff for you using BCrypt. See:
https://github.com/rails/rails/commit/bd9dc4ff23ab1e185df6ccf35d6058c0a3d234ce