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
Carlos Antonio da Silva 492e6b57d4 Avoid iterating over records hash when not necessary
If the reflection scope is not flagged with distinct value, there is no
need to iterate over the records, so we avoid that by doing the check
before iterating rather than inside the iteration block.
2013-04-07 12:14:53 -03:00
..
active_record Avoid iterating over records hash when not necessary 2013-04-07 12:14:53 -03:00
rails/generators Add support for generate scaffold password:digest 2013-03-13 16:06:33 -04:00
active_record.rb Sort modules in alphabetical order. 2013-04-05 15:21:48 +09:00