1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Sean Griffin 8fee923888 Improve performance of AR object instantiation
We introduced a performance hit by adding an additional iteration
through a model's attributes on creation. We don't actually need the
values from `Result` to be a hash, we can separate the columns and
values and zip them up ourself during the iteration that we have to do.
2014-11-05 11:05:16 -07:00
..
active_record Improve performance of AR object instantiation 2014-11-05 11:05:16 -07:00
rails/generators Merge pull request #16062 from sgrif/sg-required-generators 2014-08-17 22:57:21 -03:00
active_record.rb Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"" 2014-07-15 08:43:18 -07:00