Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !77

Generate a single controller for all resources

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge gw-single-controller into master Sep 04, 2015
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 11

Created by: gracewashere

Why?

When we ran the generators on Hound, there was a lot of feedback that people didn't want the extra generated controller files. We didn't need to customize the controllers, and we ended up changing the routing so all dashboards were served by a single controller.

This change makes a single controller the default. As demonstrated with the still-present Admin::CustomersController, users can still override the controllers themselves.

We left the Admin::CustomersController in place because there are tests that exercise Administrate::ApplicationController through it.

(See https://github.com/thoughtbot/hound/pull/897#discussion_r37897790) Tags: #ruby

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gw-single-controller