.. |
absence_validation_test.rb
|
Add ActiveModel::Validations::AbsenceValidator , a validator to check the absence of attributes.
|
2012-12-15 16:27:44 -05:00 |
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
|
fix typo in callbacks test
|
2012-07-24 12:01:41 +04:00 |
conditional_validation_test.rb
|
Follow code conventions on some tests
|
2011-05-10 20:58:36 -03:00 |
confirmation_validation_test.rb
|
validates_confirmation_of does not override writer methods.
|
2013-03-04 18:51:34 +01:00 |
exclusion_validation_test.rb
|
Fix method redefined warnings.
|
2012-08-29 02:38:12 +09:00 |
format_validation_test.rb
|
prevent users from unknowingly using bad regexps that can compromise security (http://homakov.blogspot.co.uk/2012/05/saferweb-injects-in-various-ruby.html)
|
2012-06-14 18:10:49 +02:00 |
i18n_generate_message_validation_test.rb
|
convert comments to 1.9 hash syntax
|
2012-10-22 19:34:24 +02:00 |
i18n_validation_test.rb
|
use Array() instead flatten
|
2012-11-05 18:29:31 +03:00 |
inclusion_validation_test.rb
|
Fix method redefined warnings.
|
2012-08-29 02:38:12 +09:00 |
length_validation_test.rb
|
Take care of whitespaces and changing the hash syntax
|
2013-02-04 09:59:22 -02:00 |
numericality_validation_test.rb
|
added :other_than => :!= option to numericality validator
|
2011-12-21 10:54:44 +01:00 |
presence_validation_test.rb
|
Add CHANGELOG entry for #8622
|
2012-12-26 19:22:38 -03:00 |
validates_test.rb
|
convert comments to 1.9 hash syntax
|
2012-10-22 19:34:24 +02: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
|
fix some typos found in activemodel
|
2013-03-18 17:20:05 +05:30 |