gitlab-org--gitlab-foss/app/models/concerns
Yorick Peterse 7eb502c036 Change "recent" scopes to sort by "id"
These scopes can just sort by the "id" column in descending order to
achieve the same result. An added benefit is being able to perform a
backwards index scan (depending on the rest of the final query) instead
of having to actually sort data.
2015-11-11 15:17:12 +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 Change "recent" scopes to sort by "id" 2015-11-11 15:17:12 +01: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