thoughtbot--shoulda-matchers/spec/support/unit/helpers
Mauro George 73cf275d10 Stop handling AR RangeError when assign a attribute
Active Record 4.2.1 and upper no more raises a `RangeError` on the
assign, only at database level [1].

This will remove all code related to handling of Active Record `RangeError`.

Also, this upgrades the internal dependency on Rails 4.2 to 4.2.3.

[1]: fed7d7cd7c
2015-09-23 15:46:32 -06:00
..
active_model_helpers.rb Handle RangeErrors emitted now in ActiveRecord 4.2 2015-01-22 21:05:09 -07:00
active_model_versions.rb Handle RangeErrors emitted now in ActiveRecord 4.2 2015-01-22 21:05:09 -07:00
active_record_versions.rb Stop handling AR RangeError when assign a attribute 2015-09-23 15:46:32 -06:00
active_resource_builder.rb Reorganize unit tests, part II 2014-11-05 09:53:20 -07:00
allow_value_matcher_helpers.rb Reorganize unit tests, part II 2014-11-05 09:53:20 -07:00
class_builder.rb Rewrite the tests for #permit 2015-02-28 23:41:01 -07:00
column_type_helpers.rb Add support for Postgres 2015-02-12 16:01:00 -07:00
confirmation_matcher_helpers.rb Reorganize unit tests, part II 2014-11-05 09:53:20 -07:00
controller_builder.rb Rewrite the tests for #permit 2015-02-28 23:41:01 -07:00
database_helpers.rb Uniqueness: Support PG array columns for scopes 2015-02-13 16:33:26 -07:00
i18n_faker.rb Reorganize unit tests, part II 2014-11-05 09:53:20 -07:00
mailer_builder.rb Reorganize unit tests, part II 2014-11-05 09:53:20 -07:00
model_builder.rb allow_value: Raise error if attr sets value differently 2015-02-17 23:09:56 -07:00
rails_versions.rb Fix failure message for numericality matcher 2015-06-01 01:38:35 -06:00