1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/associations
Jeremy Daer 89e2f7e722
Support for unified Integer class in Ruby 2.4+
Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005

* Forward compat with new unified Integer class in Ruby 2.4+.
* Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3.
* Drops needless Fixnum distinction in docs, preferring Integer.
2016-05-18 21:58:51 -07:00
..
association_scope_test.rb
belongs_to_associations_test.rb Give more context from AssociationMismatchError 2016-05-12 22:20:45 -04:00
bidirectional_destroy_dependencies_test.rb
callbacks_test.rb Typos in AR tests 2016-02-03 22:08:13 +09:00
cascaded_eager_loading_test.rb
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb
eager_singularization_test.rb
eager_test.rb don't treat all associations with extensions as instance dependent. 2016-03-03 16:52:35 +01:00
extension_test.rb
has_and_belongs_to_many_associations_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
has_many_associations_test.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
has_many_through_associations_test.rb Rename test method 2016-05-12 22:45:18 +03:00
has_one_associations_test.rb Merge pull request #21581 from ronakjangir47/restrict_with_error 2015-09-17 16:30:10 +02:00
has_one_through_associations_test.rb Skip statement cache on through association reader 2015-08-12 21:17:30 -03:00
inner_join_association_test.rb
inverse_associations_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
join_model_test.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
left_outer_join_association_test.rb Merge pull request #22125 from k0kubun/left_joins 2015-10-30 14:05:11 -06:00
nested_through_associations_test.rb Fix misleading errors for has_one through relations 2015-07-22 00:51:23 +03:00
required_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00