.. |
acceptance_validation_test.rb
|
removed AR from all AMo tests, including any unneeded files (schema, fixtures and test helper)
|
2010-05-09 00:08:11 +03:00 |
callbacks_test.rb
|
Avoid method redefined warning
|
2010-06-22 15:09:01 +02:00 |
conditional_validation_test.rb
|
Follow code conventions on some tests
|
2011-05-10 20:58:36 -03:00 |
confirmation_validation_test.rb
|
removed AR from all AMo tests, including any unneeded files (schema, fixtures and test helper)
|
2010-05-09 00:08:11 +03:00 |
exclusion_validation_test.rb
|
No need to rescue here. Invoking the wrong method in an object can happen anywhere if you are not careful. In other words, test your shit.
|
2011-04-11 17:47:59 +02:00 |
format_validation_test.rb
|
Follow code conventions on some tests
|
2011-05-10 20:58:36 -03:00 |
i18n_generate_message_validation_test.rb
|
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options.
|
2010-06-21 11:55:21 +02:00 |
i18n_validation_test.rb
|
Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]"
|
2011-02-27 21:30:03 -02:00 |
inclusion_validation_test.rb
|
Follow code conventions on some tests
|
2011-05-10 20:58:36 -03:00 |
length_validation_test.rb
|
Follow code conventions on some tests
|
2011-05-10 20:58:36 -03:00 |
numericality_validation_test.rb
|
Active Model typos.
|
2011-03-05 11:56:34 +01:00 |
presence_validation_test.rb
|
Work around the fact the JSON gem was overwriting to_json implementation for all Ruby core classes.
|
2010-06-26 12:01:13 +02:00 |
validates_test.rb
|
Provide a way to specify alternate option keys for validates
|
2011-02-05 16:00:57 -08:00 |
validations_context_test.rb
|
removed AR from all AMo tests, including any unneeded files (schema, fixtures and test helper)
|
2010-05-09 00:08:11 +03:00 |
with_validation_test.rb
|
Optionally pass in the attribute being validated to an instance method validator
|
2011-02-05 16:44:35 -08:00 |