summaryrefslogtreecommitdiff
path: root/spec/controllers/root_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add user preference to view project activity and starred project activity as ↵Stan Hu2015-09-261-1/+23
| | | | | | default dashboard Closes #2662
* Move partial to right place and fix tests.Douwe Maan2015-09-081-4/+4
|
* Add RootControllerRobert Speicher2015-06-131-0/+32
This controller is now the target for `root_url`. It sub-classes DashboardController so we can render the old default without a redirect if the user hasn't customized their dashboard location.