mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8fee923888
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. |
||
---|---|---|
.. | ||
active_record | ||
rails/generators | ||
active_record.rb |