07a308ad1b
`Array.reverse_each` is faster than `Array.reverse.each` because: * reverse.each creates a new array then loops each element * reverse_each loops in reverse order (no intermediate array created) |
||
---|---|---|
.. | ||
fixtures | ||
migrate | ||
optional_migrations | ||
post_migrate | ||
schema.rb | ||
seeds.rb |