Project

General

Profile

« Previous | Next » 

Revision bd3b03ac

Added by Stephen Benjamin almost 6 years ago

fixes #23943 - use order instead of sort

.sort in Rails 5 returns an array, but scopes like in_default_view is
called on the sorted array. This changes the rake task to use SQL
sorting with order instead.

  • added
  • modified
  • copied
  • renamed
  • deleted