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
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
..
active_record/connection_adapters
assets
cases Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
fixtures Fixed where for polymorphic associations when passed an array containing different types. 2016-02-16 10:41:26 -08:00
migrations
models Fix undefined method `owners' for NullPreloader:Class 2016-04-06 00:46:55 -03:00
schema Add Expression Indexes and Operator Classes support for PostgreSQL 2016-04-24 14:56:29 -07:00
support
.gitignore
config.example.yml
config.rb