Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has... | Jeroen van Dijk | 2010-06-21 | 1 | -41/+41 |
* | removed AR from all AMo tests, including any unneeded files (schema, fixtures... | Josh Kalderimis | 2010-05-09 | 1 | -1/+0 |
* | Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo... | Lawrence Pit | 2010-05-03 | 1 | -7/+7 |
* | Errors messages are now moved from :activerecord.errors to simply :errors on ... | José Valim | 2010-01-07 | 1 | -36/+0 |
* | Move validator, human_name and human_attribute_name to ActiveModel, remove de... | José Valim | 2009-10-20 | 1 | -1/+0 |
* | Use ActiveModel::TestCase base class | Jeremy Kemper | 2009-09-24 | 1 | -1/+1 |
* | Changed ActiveRecord to use new callbacks and speed up observers by only noti... | José Valim | 2009-09-08 | 1 | -7/+1 |
* | Add I18n translations to ActiveModel and move more AR specific parts to Activ... | Pratik Naik | 2009-03-20 | 1 | -37/+45 |
* | Move relevant validation tests from Active Record to Active Model | Pratik Naik | 2009-03-20 | 1 | -0/+174 |