summaryrefslogtreecommitdiff
path: root/app/controllers/root_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add user preference to view project activity and starred project activity as ↵Stan Hu2015-09-261-0/+4
| | | | | | default dashboard Closes #2662
* Fix RootControllerDouwe Maan2015-09-091-1/+1
|
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-081-2/+3
| | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
* Refactor RootControllerRobert Speicher2015-06-131-2/+12
|
* Add RootControllerRobert Speicher2015-06-131-0/+18
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.