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
While this was technically already implemented directly, not every app that mixes in this gem will want this feature. We need to find a way to make models and their migration set opt-in. On option I'm thinking of is to just store the models in subdirectories, then the calling app would need to add those model and migration directories to their app paths. So for example,
@bdunne@syncrou Thoughts? Maybe we do this for some features like Auth which are optional, but other features like Tenancy we can enforce by just putting stuff in app/models and db/migrate.
I like this idea @Fryguy, do you think we would need to set up a procedure for documenting what exactly is opt_in ( other than looking at the opt_in_models directory? ) Most likely just requiring details in the README would be good enough.
Password Mixin should probably just go to manageiq-password - See ManageIQ/manageiq-password#6
The text was updated successfully, but these errors were encountered: