thoughtbot--shoulda-matchers/spec/support/unit
Elliot Winkler 6aeccd3c8e Uniqueness: Support PG array columns for scopes
Please note that array columns do not work properly between Rails 4.0
and 4.2.

* If you set an array-of-date or array-of-time attribute to an
  array, it will fail to hold that value. This is an issue with
  timestamp-aware attributes and is fixed in Rails 4.2.

* Even if this worked, the uniqueness validator cannot cope with array
  columns, producing an invalid query. This will be fixed in 4.1.10.
2015-02-13 16:33:26 -07:00
..
helpers Uniqueness: Support PG array columns for scopes 2015-02-13 16:33:26 -07:00
matchers
shared_examples
capture.rb
i18n.rb
rails_application.rb
record_builder_with_i18n_validation_message.rb
record_validating_confirmation_builder.rb
record_with_different_error_attribute_builder.rb