thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
Daniel Duvall c8c69716e1 Modified default attribute error message generation
Generation of the default attribute error message is now delegated to
ActiveModel::Errors where possible, avoiding inconsistencies where
default locale entries have been overridden from the ActiveModel
defaults and other divergent behavior.
2013-03-08 17:14:08 -05:00
..
allow_mass_assignment_of_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
allow_value_matcher.rb Modified default attribute error message generation 2013-03-08 17:14:08 -05:00
disallow_value_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -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 Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05: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 Use current thoughtbot style in specs 2012-12-26 22:45:54 -05:00
helpers.rb Make the code easier to read. 2012-04-10 22:55:33 -04:00
only_integer_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
validate_acceptance_of_matcher.rb more config hashes 2012-04-24 17:00:26 -05:00
validate_confirmation_of_matcher.rb Use current thoughtbot style in specs 2012-12-26 22:45:54 -05:00
validate_format_of_matcher.rb ValidateFormatOfMatcher#description: "have a valid format for #{@attribute}" 2013-03-08 14:38:08 -05:00
validate_numericality_of_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
validate_presence_of_matcher.rb Whitespace. 2012-05-07 10:26:35 -04:00
validate_uniqueness_of_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
validation_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
validation_message_finder.rb Use current thoughtbot style in specs 2012-12-26 22:45:54 -05:00