aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/validations
Commit message (Expand)AuthorAgeFilesLines
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-2/+2
* removing dead code from activerecord tests. [#4187 state:resolved]Aaron Patterson2010-03-151-19/+0
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-7/+7
* Ensure new validates works with uniqueness validator.José Valim2010-01-082-85/+78
* Be sure to dup load paths before clearing the array.José Valim2010-01-071-1/+1
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-072-82/+25
* Simplify repair_validations on AR and make it work with new callbacks.José Valim2010-01-013-15/+5
* Don't publicize with_scope for tests since it may shadow public misuseJeremy Kemper2009-12-281-1/+1
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-202-852/+9
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-082-30/+6
* allow ActiveRecord#RecordInvalid exception message to be localizedSven Fuchs2009-08-261-0/+188
* Fixed typo in test name and CHANGELOG [#3017 state:resolved]Arthur Zapparoli2009-08-101-1/+1
* validate uniqueness with limit in utf8Elise Huard2009-08-091-0/+10
* Fix standalone test missing developer fixtureJeremy Kemper2009-08-091-1/+2
* Added a uniqueness validation test that uses diacritics.Hugo Peixoto2009-08-091-2/+2
* Add test to verify that the new :inverse_of association option will indeed fi...Wolfram Arnold2009-08-081-0/+23
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-3/+12
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-202-0/+742
* Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-202-5/+5
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-204-0/+505