-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard Manifest generator #182
Comments
rails generate administrate:dashboard Foo |
Perfect. Missed that in the docs |
What about for projects that start using administrate pretty late in the game, when they already have dozens of models, but only want dashboards for some? Is that a solution as well? |
@zamith - you could take a couple approaches there.
If you go with option 2, you'll also need to define a |
@Graysonwright Right, I was wondering about the manifest. I think I'll take number 2. Any interest/ideas to improve the flow in this situation, or is this not a regular use case at all? |
At the moment we don't have a generator for creating only a blank manifest - we could add that in as part of our generator push. Thanks for the suggestion! |
That would be cool. Thanks. |
@Graysonwright Btw, is there a way to specify the directory administrate uses? I already have an |
It seems you also need an |
This should be fixed by #362. |
Rather than running
rails generate administrate:install
and going through the overwrite prompts for each model, would it be possible to have a single-model generator for when new models get added to an application?The text was updated successfully, but these errors were encountered: