Lawrence Pit
|
9bd91b00b8
|
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-05-03 13:37:32 +02:00 |
|
José Valim
|
b078f7fd39
|
Fix typos and add tests to ensure they will be caught the next time.
|
2010-01-11 23:38:35 +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 |
|
Kane
|
cf9f361699
|
added proc and symbol support to validates_numericality_of [#3049 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-08-31 13:35:14 -05:00 |
|
Pratik Naik
|
6173e5bfae
|
Add ActiveModel::Validations tests for regular ruby classes
|
2009-03-20 22:21:27 +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 |
|