summaryrefslogtreecommitdiff
path: root/spec/models/concerns/routable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-2801' into 'master'Sean McGivern2017-07-041-0/+13
* Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-06-081-117/+0
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-4/+48
* Cache Routable#full_path in RequestStore to reduce duplicate route loadssh-optimize-duplicate-routable-full-pathStan Hu2017-04-241-0/+18
* use more explicit and explanatory sql statementAlexis Reigel2017-04-061-7/+23
* add method to get a full routable hierarchyAlexis Reigel2017-04-061-1/+92
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-2/+2
* Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-1/+33
* Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets2017-01-251-0/+10
* Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2Dmitriy Zaporozhets2016-12-111-5/+5
* Validate presence of route by Routable concernDmitriy Zaporozhets2016-12-111-0/+4
* Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-0/+67