gitlab-org--gitlab-foss/app/models/concerns
Yorick Peterse 732f5380af Only sort by IDs by default
Sorting by both "created_at" and "id" in descending order is not needed
as simply sorting by "id" in descending order will already sort rows
from new to old. Depending on the query and data involved sorting twice
can also introduce significant overhead.
2015-11-03 11:54:43 +01:00
..
case_sensitivity.rb Revamp finding projects by namespaces 2015-10-08 14:35:32 +02:00
internal_id.rb Fix method overlap for issue sorting 2015-02-05 16:49:41 -08:00
issuable.rb Merge branch 'cross-reference-mr-on-issues' into 'master' 2015-10-18 12:07:28 +00:00
mentionable.rb Merge branch 'master' into rs-redactor-filter 2015-10-15 11:26:58 +02:00
notifiable.rb Huge replace of old users_project and users_group references 2014-09-14 19:32:51 +03:00
participable.rb Merge branch 'master' into rs-redactor-filter 2015-10-15 11:26:58 +02:00
referable.rb Make cross_project_reference? less magical 2015-05-26 15:49:21 -04:00
sortable.rb Only sort by IDs by default 2015-11-03 11:54:43 +01:00
taskable.rb Fix taskable require 2015-06-10 01:38:45 -04:00
token_authenticatable.rb Try to keep token authenticable compatibility 2014-07-09 14:42:25 +02:00