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
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
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