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/active_record/railties
Erik Michaels-Ober e2b49b203f Use Hash#each_key instead of Hash#keys.each
Hash#keys.each allocates an array of keys; Hash#each_key iterates through the
keys without allocating a new array. This is the reason why Hash#each_key
exists.
2014-09-29 17:27:10 +02:00
..
console_sandbox.rb Revert "Merge pull request #12085 from valk/master" 2013-09-03 12:18:41 -03:00
controller_runtime.rb fix db_runtime attribute value after raising ActionView::MissingTemplate exception 2013-02-27 16:35:22 +02:00
databases.rake Use Hash#each_key instead of Hash#keys.each 2014-09-29 17:27:10 +02:00
jdbcmysql_error.rb Clean up module docs [ci skip] 2012-03-07 01:04:14 +05:30