rails/activemodel/test/cases/validations
2012-07-24 12:01:41 +04: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 Support i18n attributes for confirmation 2012-04-24 01:05:41 -04:00
exclusion_validation_test.rb validates_inclusion_of and validates_exclusion_of now accept 2012-07-20 13:53:31 -03: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 confirmation validation error attribute 2012-04-23 17:16:05 -04:00
i18n_validation_test.rb Don't pass :within option to the i18n 2012-07-20 14:10:25 -03:00
inclusion_validation_test.rb validates_inclusion_of and validates_exclusion_of now accept 2012-07-20 13:53:31 -03:00
length_validation_test.rb To infinity… and beyond! 2012-02-06 12:58:32 +01:00
numericality_validation_test.rb added :other_than => :!= option to numericality validator 2011-12-21 10:54:44 +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 confirmation validation error attribute 2012-04-23 17:16:05 -04: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