aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor `has_secure_password` to extract dedicated attribute moduleRyuta Kamizono2019-04-051-0/+7
* has_secure_password: use `recovery_password` instead of `activation_token`bogdanvlviv2018-07-081-2/+2
* Merge pull request #26764 from choncou/improve_has_secure_passwordRafael Mendonça França2018-06-281-1/+2
|\
| * This addition will now allow configuring an attribute name for theUnathi Chonco2016-10-121-1/+2
* | Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|/
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* automatically include ActiveModel::Validations when include ActiveModel::Secu...Aditya Kapoor2014-07-031-1/+0
* Rewrote the tests for has_secure_passwordGodfrey Chan2014-01-241-1/+1
* Updated tests for has_secure_password.Erich Menge2012-05-081-0/+3
* Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword...David Heinemeier Hansson2010-12-181-0/+8