Closed egbert closed 9 years ago
an additional advantage would be that this crud interface could be used in publicly accessible parts of apps, which has the potential for a lot more exposure of the gems :smile:
So what would this look like, would you still have tabs or just the resource on the page? What would the differences with brightcontent-core be?
I guess the tabs could be a separate gem as well? The differences with brightcontent-core would be:
I think brightcrud would be a better name btw :wink:
Closing due to inactivity and lack of interest in this change.
I wanted to use just the crud controllers and views in a project and was able to accomplice this without too much trouble.
But it would be nice if you could do this:
brightscaffold
? :wink: )ThingsController < Brightscaffold::BaseController
resources :things
Then you'd just supply your own layout and take care of your own authorization.
Thoughts?