Prem Sichanugrist
|
8f97e9d19a
|
Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-21 12:37:46 +01:00 |
|
Samuel Elliott
|
31ea83eb89
|
Adding Proc support to validation messages so that they can become a little more dynamic, allowing for customisations during the request [#3514 status:resolved].
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-17 14:40:10 +01:00 |
|
José Valim
|
5fdd0e80a4
|
Be sure to convert namespaced names to we have 'Parrots name' instead of 'Parrots.name' in error messages.
|
2010-01-02 22:27:02 +01:00 |
|
José Valim
|
74098e4cb6
|
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there.
|
2009-12-23 13:30:58 +01:00 |
|
Akira Matsuda
|
0990a13500
|
Ensure validation errors to be ordered in declared order
[#2301 state:committed milestone:2.3.5]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-09-11 18:52:22 -07:00 |
|
José Valim
|
4f37b97033
|
Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed.
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-09-08 10:26:39 -05:00 |
|
James Hill
|
cfd421daa2
|
Allow validations to use values from custom readers [#2936 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-08-05 11:45:01 -05:00 |
|
Pratik Naik
|
320933205e
|
Deprecate Errors#on_base/add_to_base/invalid?/each_full
|
2009-03-21 18:34:05 +00:00 |
|
Pratik Naik
|
7d187c193c
|
Validation tests arent using any fixtures
|
2009-03-20 18:07:35 +00:00 |
|
Pratik Naik
|
37283a6aae
|
Deprecate Error#on(attribute) in favour of Errors#[attribute]
|
2009-03-20 17:36:22 +00:00 |
|
Pratik Naik
|
4367f39dea
|
TestDatabase -> TestsDatabase
|
2009-03-20 16:02:12 +00:00 |
|
Pratik Naik
|
60756ad4ec
|
Move relevant validation tests from Active Record to Active Model
|
2009-03-20 15:07:49 +00:00 |
|