Suspenders that you take with you #1310
nickcharlton
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
Administrate comes to mind, but that also requires an authentication system and some type of "Admin" concept, which can vary across applications. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I wonder if this should be the responsibility of another gem? I mention this because I worry versioning and maintenance could become tricky. I also like the idea of keeping Suspenders narrowly focused on new apps. That being said, Suspenders could add this new Gem during app creation . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In thoughtbot/guides#720, we explored the idea of having generators that might not make sense for when you're first creating an application, but that you're likely going to need later.
This could look like having a set of generators which aren't run by Suspenders by default, but rather when moving on to a new feature which might warrant it.
In the situation of Pundit, we'd be looking at adding the gem and some custom configuration that we'd want to do every time.
Are there other things similar to Pundit which we might want to explore?
Beta Was this translation helpful? Give feedback.
All reactions