| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 5 | -5/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 5 | -0/+5 |
* | change ActiveModel::Validation to ActiveModel::Validations in comments | Sen Zhang | 2017-02-15 | 1 | -1/+1 |
* | Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene... | Jeremy Daer | 2017-02-06 | 1 | -31/+1 |
|\ |
|
| * | Decouple the building Arel ASTs for uniqueness validator | Ryuta Kamizono | 2016-12-25 | 1 | -31/+1 |
* | | No need `:doc:` for `:nodoc:` classes [ci skip] | Ryuta Kamizono | 2016-12-25 | 1 | -2/+2 |
|/ |
|
* | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2016-12-24 | 1 | -5/+5 |
* | fix the uniqueness validation scope with a polymorphic association | Sergey Alekseev | 2016-11-26 | 1 | -4/+3 |
* | Merge pull request #26905 from bogdanvlviv/docs | Andrew White | 2016-11-13 | 2 | -2/+2 |
|\ |
|
| * | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 2 | -2/+2 |
* | | Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call... | Sean Griffin | 2016-11-01 | 1 | -1/+1 |
|/ |
|
* | Revert "Extract `PredicateBuilder::CaseSensitiveHandler`" | Sean Griffin | 2016-08-31 | 1 | -1/+31 |
* | Extract `PredicateBuilder::CaseSensitiveHandler` | Ryuta Kamizono | 2016-08-16 | 1 | -31/+1 |
* | Revert passing arel node with splat binds for `where` | Ryuta Kamizono | 2016-08-06 | 1 | -2/+5 |
* | Don't passing a nil value to `case_sensitive_comparison` | Ryuta Kamizono | 2016-08-06 | 1 | -7/+7 |
* | Remove unused `table` arg for `UniquenessValidator#scope_relation` | Ryuta Kamizono | 2016-07-18 | 1 | -5/+5 |
* | Prevent `RangeError` for `FinderMethods#exists?` | Ryuta Kamizono | 2016-06-16 | 1 | -1/+0 |
* | Avoid type casting in uniqueness validator | Ryuta Kamizono | 2016-06-04 | 1 | -5/+2 |
* | Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation | Jeremy Daer | 2016-04-18 | 1 | -3/+0 |
|\ |
|
| * | Avoid a string value truncation in uniqueness validation | Ryuta Kamizono | 2016-02-12 | 1 | -3/+0 |
* | | Fix uniqueness validation with an after_create hook. | Joe Rafaniello | 2016-02-25 | 1 | -1/+1 |
* | | Revert changes to validations from PR #18612 | eileencodes | 2016-02-23 | 4 | -15/+0 |
* | | Merge pull request #23628 from maclover7/fix-23625 | Sean Griffin | 2016-02-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix issue #23625 | Jon Moss | 2016-02-18 | 1 | -1/+1 |
| |/ |
|
* | | Reduce `attribute.to_s` | Ryuta Kamizono | 2016-02-22 | 1 | -6/+5 |
* | | Always validate record if validating a virtual attribute | eileencodes | 2016-02-20 | 3 | -3/+3 |
|/ |
|
* | UniquenessValidator exclude itself when PK changed | Diego Silva | 2016-02-09 | 1 | -1/+1 |
* | Refactor `case_{sensitive|insensitive}_comparison` | Ryuta Kamizono | 2016-01-01 | 1 | -3/+6 |
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -1/+0 |
* | Improve support for non Active Record objects on `validates_associated` | Kassio Borges | 2015-11-08 | 1 | -2/+8 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 3 | -8/+11 |
* | uniqueness validation raises error for persisted record without pk. | Yves Senn | 2015-08-20 | 1 | -1/+5 |
* | Properly allow uniqueness validations on primary keys. | Sean Griffin | 2015-07-25 | 1 | -1/+3 |
* | A few documentation fixes [ci skip] | Robin Dupret | 2015-06-23 | 1 | -1/+1 |
* | refactor, don't duplicate presence validator logic. | Yves Senn | 2015-06-22 | 1 | -10/+4 |
* | docs, update Active Model reference for AR length validator. [ci skip] | Yves Senn | 2015-06-22 | 1 | -1/+4 |
* | AR absence validator respects `marked_for_destruction?`. Closes #20449. | Yves Senn | 2015-06-22 | 1 | -0/+24 |
* | Missing note on validates_presence_of validation [ci skip] | Mehmet Emin İNAÇ | 2015-04-11 | 1 | -0/+4 |
* | Fix uniqueness validation with out of range value | Andrey Voronkov | 2015-04-08 | 1 | -0/+2 |
* | `type_cast_for_database` -> `serialize` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | rm `Type#text?` | Sean Griffin | 2015-02-07 | 1 | -1/+1 |
* | Fix validations on child record when record parent has validate: false | eileencodes | 2015-02-01 | 3 | -0/+14 |
* | Remove most type related predicates from `Column` | Sean Griffin | 2015-01-30 | 1 | -2/+3 |
* | Don't rely on the column for type information in uniquness validations | Sean Griffin | 2015-01-01 | 1 | -1/+2 |
* | AR specific length validator to respect `marked_for_destruction`. | Yves Senn | 2014-12-30 | 1 | -0/+21 |
* | Remove all cases of manuallly wrapping `Arel::Nodes::Quoted` | Sean Griffin | 2014-12-29 | 1 | -1/+0 |
* | Go through normal `where` logic in uniqueness validation | Sean Griffin | 2014-12-26 | 1 | -4/+6 |
* | We don't need to cast the value a second time in uniqueness validations | Sean Griffin | 2014-12-26 | 1 | -0/+1 |
* | Correctly ignore `case_sensitive` for UUID uniqueness validation | Sean Griffin | 2014-12-26 | 1 | -1/+1 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |