Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding Proc support to validation messages so that they can become a little ↵ | Samuel Elliott | 2010-01-17 | 1 | -0/+2 | |
| | | | | | | more dynamic, allowing for customisations during the request [#3514 status:resolved]. Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Errors messages are now moved from :activerecord.errors to simply :errors on ↵ | José Valim | 2010-01-07 | 1 | -3/+2 | |
| | | | | I18n yml files. | |||||
* | Use activerecord.errors.format as in Rails 2.3.5. | José Valim | 2010-01-02 | 1 | -3/+3 | |
| | ||||||
* | Be sure to convert namespaced names to we have 'Parrots name' instead of ↵ | José Valim | 2010-01-02 | 1 | -2/+3 | |
| | | | | 'Parrots.name' in error messages. | |||||
* | Move validator, human_name and human_attribute_name to ActiveModel, remove ↵ | José Valim | 2009-10-20 | 1 | -10/+9 | |
| | | | | | | deprecated error messages and add i18n_scope and lookup_ancestors. Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Fix typo. | Brian Donovan | 2009-09-17 | 1 | -1/+1 | |
| | | | | Signed-off-by: Yehuda Katz <wycats@gmail.com> | |||||
* | Ensure validation errors to be ordered in declared order | Akira Matsuda | 2009-09-11 | 1 | -1/+2 | |
| | | | | | | [#2301 state:committed milestone:2.3.5] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Use send instead of instance_eval | Pratik Naik | 2009-08-06 | 1 | -3/+3 | |
| | ||||||
* | Allow validations to use values from custom readers [#2936 state:resolved] | James Hill | 2009-08-05 | 1 | -3/+3 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Simplify AMo validation attribute reader | Joshua Peek | 2009-06-17 | 1 | -3/+3 | |
| | ||||||
* | each yields per message not per attribute | Jeremy Kemper | 2009-06-08 | 1 | -0/+1 | |
| | ||||||
* | Properly require ActiveModel validation dependencies | Joshua Peek | 2009-06-08 | 1 | -7/+9 | |
| | ||||||
* | Merge branch 'master' into active_model | Joshua Peek | 2009-05-29 | 1 | -1/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: activemodel/lib/active_model/core.rb activemodel/test/cases/state_machine/event_test.rb activemodel/test/cases/state_machine/state_transition_test.rb activerecord/lib/active_record/validations.rb activerecord/test/cases/validations/i18n_validation_test.rb activeresource/lib/active_resource.rb activeresource/test/abstract_unit.rb | |||||
* | | Add I18n translations to ActiveModel and move more AR specific parts to ↵ | Pratik Naik | 2009-03-20 | 1 | -34/+22 | |
| | | | | | | | | ActiveRecord::Validations | |||||
* | | Make Active Resource use ActiveModel::Errors | Pratik Naik | 2009-03-19 | 1 | -1/+6 | |
| | | ||||||
* | | Move all the Active Record validations to Active Model | Pratik Naik | 2009-03-19 | 1 | -39/+121 | |
|/ | ||||||
* | Merge with docrails | Pratik Naik | 2008-12-07 | 1 | -0/+2 | |
| | ||||||
* | Something more to work with | David Heinemeier Hansson | 2008-03-31 | 1 | -0/+80 | |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9171 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |