nerdgeschoss / shimmer

Shimmer is a collection of Rails extensions that bring advanced UI features into your app and make your life easier as a developer.
https://nerdgeschoss.de
MIT License
6 stars 1 forks source link

Fix projects rake tasks overwriting #76

Closed jmarsh24 closed 1 year ago

jmarsh24 commented 1 year ago

Currently there are various projects where the db tasks are overwritten with rails db:pulll instead of rails db:pull. I think the standard way of addressing this issue is that everything in shimmer should be namespaced under shimmer as to prevent this issue.

Adeynack commented 1 year ago

Duplicate of #32