| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not validate associated records marked for destruction | Olek Janiszewski | 2011-12-05 | 1 | -0/+10 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 4 | -4/+4 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 4 | -4/+4 |
* | Do not use SQL LIKE operator for case insensitive uniqueness validation | Raimonds Simanovskis | 2011-04-25 | 1 | -0/+26 |
* | DRY up the code which instantiates the association proxy | Jon Leighton | 2011-01-11 | 1 | -13/+0 |
* | removing many unused variables | Aaron Patterson | 2010-11-16 | 2 | -4/+4 |
* | removing unused models from tests | Subba Rao Pasupuleti | 2010-07-21 | 1 | -1/+0 |
* | Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has... | Jeroen van Dijk | 2010-06-21 | 2 | -28/+34 |
* | Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo... | Lawrence Pit | 2010-05-03 | 1 | -2/+2 |
* | removing dead code from activerecord tests. [#4187 state:resolved] | Aaron Patterson | 2010-03-15 | 1 | -19/+0 |
* | Drop AR I18n deprecation and simple use errors.messages as fallback. | José Valim | 2010-01-30 | 1 | -7/+7 |
* | Ensure new validates works with uniqueness validator. | José Valim | 2010-01-08 | 2 | -85/+78 |
* | Be sure to dup load paths before clearing the array. | José Valim | 2010-01-07 | 1 | -1/+1 |
* | Errors messages are now moved from :activerecord.errors to simply :errors on ... | José Valim | 2010-01-07 | 2 | -82/+25 |
* | Simplify repair_validations on AR and make it work with new callbacks. | José Valim | 2010-01-01 | 3 | -15/+5 |
* | Don't publicize with_scope for tests since it may shadow public misuse | Jeremy Kemper | 2009-12-28 | 1 | -1/+1 |
* | Move validator, human_name and human_attribute_name to ActiveModel, remove de... | José Valim | 2009-10-20 | 2 | -852/+9 |
* | Changed ActiveRecord to use new callbacks and speed up observers by only noti... | José Valim | 2009-09-08 | 2 | -30/+6 |
* | allow ActiveRecord#RecordInvalid exception message to be localized | Sven Fuchs | 2009-08-26 | 1 | -0/+188 |
* | Fixed typo in test name and CHANGELOG [#3017 state:resolved] | Arthur Zapparoli | 2009-08-10 | 1 | -1/+1 |
* | validate uniqueness with limit in utf8 | Elise Huard | 2009-08-09 | 1 | -0/+10 |
* | Fix standalone test missing developer fixture | Jeremy Kemper | 2009-08-09 | 1 | -1/+2 |
* | Added a uniqueness validation test that uses diacritics. | Hugo Peixoto | 2009-08-09 | 1 | -2/+2 |
* | Add test to verify that the new :inverse_of association option will indeed fi... | Wolfram Arnold | 2009-08-08 | 1 | -0/+23 |
* | Merge branch 'master' into active_model | Joshua Peek | 2009-05-29 | 1 | -3/+12 |
* | Add I18n translations to ActiveModel and move more AR specific parts to Activ... | Pratik Naik | 2009-03-20 | 2 | -0/+742 |
* | Deprecate Error#on(attribute) in favour of Errors#[attribute] | Pratik Naik | 2009-03-20 | 2 | -5/+5 |
* | Move relevant validation tests from Active Record to Active Model | Pratik Naik | 2009-03-20 | 4 | -0/+505 |