1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/validations
Sean Griffin 84efde740d Revert "Extract PredicateBuilder::CaseSensitiveHandler"
This reverts commit 3a1f6fe7b4.

This commit takes the code in a direction that I am looking to avoid.
The predicate builder should be purely concerned with AST construction
as it matters to methods like `where`. Things like case sensitivity
should continue to be handled elsewhere.
2016-08-31 12:38:37 -04:00
..
absence.rb Revert changes to validations from PR #18612 2016-02-23 15:21:46 -05:00
associated.rb Improve support for non Active Record objects on validates_associated 2015-11-08 10:58:39 -02:00
length.rb Revert changes to validations from PR #18612 2016-02-23 15:21:46 -05:00
presence.rb Revert changes to validations from PR #18612 2016-02-23 15:21:46 -05:00
uniqueness.rb Revert "Extract PredicateBuilder::CaseSensitiveHandler" 2016-08-31 12:38:37 -04:00