| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor `has_secure_password` to extract dedicated attribute module | Ryuta Kamizono | 2019-04-05 | 1 | -0/+7 |
* | Fix numericality validator to still use value before type cast except Active ... | Ryuta Kamizono | 2018-08-24 | 1 | -0/+14 |
* | has_secure_password: use `recovery_password` instead of `activation_token` | bogdanvlviv | 2018-07-08 | 1 | -2/+2 |
* | Fix Ruby warnings tickled by the test suite | utilum | 2018-06-30 | 1 | -1/+2 |
* | Merge pull request #26764 from choncou/improve_has_secure_password | Rafael Mendonça França | 2018-06-28 | 1 | -1/+2 |
|\ |
|
| * | This addition will now allow configuring an attribute name for the | Unathi Chonco | 2016-10-12 | 1 | -1/+2 |
* | | Add cases to test combining validation conditions | bogdanvlviv | 2017-11-06 | 2 | -1/+5 |
* | | Use frozen string literal in activemodel/ | Kir Shatrov | 2017-07-16 | 13 | -0/+26 |
* | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 13 | -13/+0 |
* | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 13 | -0/+13 |
|/ |
|
* | Removed deprecated :tokenizer in the length validator | Rafael Mendonça França | 2016-10-10 | 1 | -4/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 4 | -4/+4 |
* | applies new string literal convention in activemodel/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Remove unused require and unused model stub | Jon Moss | 2016-05-31 | 1 | -3/+0 |
* | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 1 | -1/+0 |
* | Merge pull request #16381 from kakipo/validate-length-tokenizer | Rafael Mendonça França | 2015-02-13 | 1 | -0/+4 |
|\ |
|
| * | Allow symbol as values for `tokenize` of `LengthValidator` | kakipo | 2014-08-03 | 1 | -0/+4 |
* | | Move model definition to test/models for test order indenendency | Akira Matsuda | 2014-08-28 | 1 | -0/+15 |
|/ |
|
* | Merge pull request #15959 from aditya-kapoor/remove-unneeded-cases | Rafael Mendonça França | 2014-07-29 | 1 | -13/+0 |
|\ |
|
| * | remove unneeded test model for ActiveModel test cases. | Aditya Kapoor | 2014-06-28 | 1 | -13/+0 |
* | | automatically include ActiveModel::Validations when include ActiveModel::Secu... | Aditya Kapoor | 2014-07-03 | 2 | -2/+0 |
|/ |
|
* | Fix some validators when used on model instance | Eric Hutzelman | 2014-02-26 | 1 | -1/+2 |
* | Removed old tests | Godfrey Chan | 2014-01-24 | 1 | -11/+0 |
* | Rewrote the tests for has_secure_password | Godfrey Chan | 2014-01-24 | 2 | -2/+2 |
* | Unused classes in AMo tests | Akira Matsuda | 2013-12-19 | 1 | -11/+0 |
* | Let validates_inclusion_of accept Time and DateTime ranges | Akira Matsuda | 2013-10-23 | 1 | -1/+1 |
* | Convert ActiveModel to 1.9 hash syntax. | Patrick Robertson | 2013-05-01 | 3 | -6/+6 |
* | test for ActiveModel::Conversion#to_partial_path and namespaced models | Yves Senn | 2013-01-14 | 1 | -0/+4 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -27/+0 |
* | fix failing isolated tests | Francesco Rodriguez | 2012-10-26 | 1 | -0/+1 |
* | AM::Serializers::Xml depends on AM::Naming | Francesco Rodriguez | 2012-10-26 | 1 | -1/+0 |
* | attr_accessible and attr_protected raise an exception pointing to use plugin ... | Guillermo Iguaran | 2012-09-16 | 1 | -0/+3 |
* | Remove MassAssignmentSecurity from ActiveModel | Guillermo Iguaran | 2012-09-16 | 4 | -88/+7 |
* | Integrate ActiveModel::ForbiddenAttributesProtection from StrongParameters gem | Guillermo Iguaran | 2012-09-16 | 1 | -0/+7 |
* | has_secure_password should not raise a 'digest missing' error if the calling ... | Robby Grossman | 2012-07-31 | 1 | -0/+11 |
* | Updated tests for has_secure_password. | Erich Menge | 2012-05-08 | 3 | -2/+11 |
* | Rely on a public contract between railties instead of accessing railtie metho... | José Valim | 2011-11-23 | 1 | -6/+2 |
* | Let ActiveModel instances define partial paths. | Grant Hutchins & Peter Jaros | 2011-07-25 | 1 | -0/+3 |
* | Allow to specify mass-assignment roles as array | Alexander Uvarov | 2011-06-23 | 1 | -1/+9 |
* | Methods that return nil should not be considered YAML | Joshua Wehner | 2011-05-10 | 1 | -0/+4 |
* | Allow observers to be enabled and disabled. | Myron Marston | 2011-04-28 | 1 | -0/+27 |
* | AM mass assignment security attr_accessible and attr_protected now allow for ... | Josh Kalderimis | 2011-04-24 | 1 | -0/+11 |
* | Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]" | Santiago Pastorino | 2011-02-27 | 1 | -5/+0 |
* | failing test for i18n key collision with namespaced models | Santiago Pastorino | 2011-02-27 | 1 | -0/+4 |
* | Override attributes_protected_by_default when has_secure_password is called. | Tsutomu Kuroda | 2011-02-09 | 2 | -0/+19 |
* | Optionally pass in the attribute being validated to an instance method validator | Carl Lerche | 2011-02-05 | 1 | -0/+4 |
* | Be able to pass a validator method to #validates | Carl Lerche | 2011-02-05 | 1 | -0/+4 |
* | Provide a way to specify alternate option keys for validates | Carl Lerche | 2011-02-05 | 1 | -0/+4 |
* | Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword... | David Heinemeier Hansson | 2010-12-18 | 1 | -0/+8 |