thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
Reade Harris 8a563c18a5 Improve error message handling in ValidateNumericalityOfMatcher and OnlyIntegerMatcher. 2012-11-09 09:35:20 -05:00
..
allow_mass_assignment_of_matcher.rb Updated description of AllowMassAssignmentMatcher. 2012-10-08 09:33:16 -04:00
allow_value_matcher.rb Don't memoize the message finder so that we can make sure there is an instance when we need it 2012-10-15 11:31:45 -04:00
disallow_value_matcher.rb Improve error message handling in ValidateNumericalityOfMatcher and OnlyIntegerMatcher. 2012-11-09 09:35:20 -05:00
ensure_exclusion_of_matcher.rb Add in_array to ensure_exclusion_of 2012-09-21 11:58:07 -04:00
ensure_inclusion_of_matcher.rb Use an arbitrary string for ensure_inclusion instead of using next function 2012-10-15 11:28:43 -04:00
ensure_length_of_matcher.rb Fix ensure_length_of matcher to work for is_equal_to cases when the attribute has other validations on it. 2012-09-21 14:07:25 -04:00
errors.rb Try next values in array only. 2012-10-05 12:58:43 -04:00
exception_message_finder.rb Extract ExceptionMessageFinder from AllowValueMatcher 2012-09-12 20:48:30 -04:00
helpers.rb Make the code easier to read. 2012-04-10 22:55:33 -04:00
only_integer_matcher.rb Improve error message handling in ValidateNumericalityOfMatcher and OnlyIntegerMatcher. 2012-11-09 09:35:20 -05:00
validate_acceptance_of_matcher.rb more config hashes 2012-04-24 17:00:26 -05:00
validate_confirmation_of_matcher.rb Add validates_confirmation_of matcher 2011-12-15 11:42:26 -05:00
validate_format_of_matcher.rb Merge pull request #140 2012-08-14 15:26:43 -07:00
validate_numericality_of_matcher.rb Improve error message handling in ValidateNumericalityOfMatcher and OnlyIntegerMatcher. 2012-11-09 09:35:20 -05:00
validate_presence_of_matcher.rb Whitespace. 2012-05-07 10:26:35 -04:00
validate_uniqueness_of_matcher.rb Don't assume that the column is of integer type 2012-09-21 11:31:35 -04:00
validation_matcher.rb Remove duplication in ValidationMatcher 2012-09-12 09:47:20 -04:00
validation_message_finder.rb Extract ValidationMessageFinder from AllowValueMatcher 2012-09-12 20:25:33 -04:00