1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/CHANGELOG.md
Hendy Tanata 3d6176fded Load only needed records on ActiveRecord::Relation#inspect
Instead of loading all records and returning only a subset of those,
just load the records as needed.

Fixes #25537.
2017-03-28 19:40:52 -07:00

339 B

  • Load only needed records on ActiveRecord::Relation#inspect.

    Instead of loading all records and returning only a subset of those, just load the records as needed.

    Fixes #25537.

    Hendy Tanata

Please check 5-1-stable for previous changes.