1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model
Gaurav Sharma f6edb1589f Don't assume that the column is of integer type
Postgres adapter does not convert integers to string upon assignment, so initialize with correct value.
2012-09-21 11:31:35 -04:00
..
allow_mass_assignment_of_matcher.rb Better method name and implementation. 2012-04-24 16:21:23 -05:00
allow_value_matcher.rb Add documentation for strict validation testing 2012-09-14 09:59:24 -04:00
ensure_exclusion_of_matcher.rb Continue adding options hash 2012-04-24 16:33:47 -05:00
ensure_inclusion_of_matcher.rb Add #allow_blank and #allow_nil options to #ensure_inclusion_of . 2012-06-06 11:02:43 +03:00
ensure_length_of_matcher.rb ensure_length_of only works with string/text columns. 2012-06-04 11:56:47 -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
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 ensure_length_of only works with string/text columns. 2012-06-04 11:56:47 -04: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