thoughtbot--shoulda-matchers/lib/shoulda/matchers
Elliot Winkler 380d18f062 Revert 561ac3e2f0
(Change `validate_uniqueness_of_matcher` to give non-null columns
default values)

This sounds good in theory, but we cannot choose default values that
make sense in every single context. For instance, if the column only
accepts certain values, then a default value must be chosen which is one
of those values. There is no way we can know this. Instead of making
`validate_uniqueness_of` magical, we should insist that people
create a record that has the proper attributes with the proper values
before using `validate_uniqueness_of`.
2014-05-09 15:17:06 -06:00
..
action_controller Fix several issues with strong parameters matcher 2014-04-22 09:37:30 -05:00
active_model Revert 561ac3e2f0 2014-05-09 15:17:06 -06:00
active_record Fix `belong_to` used with polymorphic association 2014-04-12 14:49:01 -06:00
doublespeak Add a small stubbing library 2014-04-22 09:37:27 -05:00
independent Fix delegate_method to double objects properly 2014-04-22 09:46:31 -05:00
integrations Only include ActiveRecord matchers if AR is defined 2014-04-15 21:25:12 -06:00
action_controller.rb Revert "Remove 'strong_parameters' matcher" 2014-03-26 17:46:04 -04:00
active_model.rb Improve ValidateNumericalityOfMatcher document expression 2014-01-31 09:47:50 -07:00
active_record.rb + Add inverse of matcher for active record association 2014-04-04 11:15:55 -06:00
assertion_error.rb Add support to rails 4.1.0 2014-04-08 17:41:31 -03:00
doublespeak.rb Add a small stubbing library 2014-04-22 09:37:27 -05:00
error.rb Validating presence of a secure password may raise an error 2014-02-28 20:31:41 -07:00
independent.rb Restore delegate_method matcher 2014-03-21 14:54:16 -04:00
rails_shim.rb Fix several issues with strong parameters matcher 2014-04-22 09:37:30 -05:00
version.rb Bump version to 2.6.1 2014-04-30 17:52:47 -04:00
warn.rb Handle ensure_inclusion_of for boolean columns 2014-02-17 15:40:18 -07:00