Actions
Patch #27671
closedUse reverse_each instead of reverse.each for better performance
Description
Array#reverse_each is faster than Array#reverse.each because reverse_each does not create an intermediate array.
Pull request https://github.com/redmine/redmine/pull/84 by Timur Tarasenko.
Files
Actions