You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Let's do the basics in one fell swoop. The important thing here being not forcing into anything. Leaving other gems out of this, and keeping our utility classes behind the curtain.
So, install will:
Add the config file
(We're ditching the settings file, but will provide a simpler way to get at Rails' secrets.)
Add the skip generators option, unless told not to
The text was updated successfully, but these errors were encountered:
After looking through this, there wasn't much that would help generically. So I killed the app generator and will rewrite the useful pieces in more appropriate settings (we have issues already for those). The only thing I kept was an option to tell the install generator to add that config block that skips Rails generating all the helper files when using a rails generator.
Additionally, I'm thinking that the options we have ATM in the Cambium configuration are going to quickly become obsolete. I want to keep the config around for a bit though, because I think we'll find some benefit from it before v2.0 is ready.
Let's do the basics in one fell swoop. The important thing here being not forcing into anything. Leaving other gems out of this, and keeping our utility classes behind the curtain.
So, install will:
The text was updated successfully, but these errors were encountered: