If you GROUP BY, make sure you ORDER BY NULL

Posted Almost 11 years ago by Marcus Mitchell.

TL;DR: If using :group => :some_field you might want to :order => 'NULL'. According to the man By default, MySQL...