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
It overrides rails g scaffold in a strange way. It prevents model to be generated by ActiveRecord(if it's included to app) but doesn't generate its own model.
Because ActiveRecord is significantly more popular than couch for rails environment nowadays, maybe it makes sense to leave generator untouched, so those who what to add couch alongside good ol' relational DB didn't have issues with commenting/uncommenting this dependency when they need to generate something?
It's not something urgent or very important, just my 2 cents.
The text was updated successfully, but these errors were encountered:
It overrides
rails g scaffold
in a strange way. It prevents model to be generated by ActiveRecord(if it's included to app) but doesn't generate its own model.Because ActiveRecord is significantly more popular than couch for rails environment nowadays, maybe it makes sense to leave generator untouched, so those who what to add couch alongside good ol' relational DB didn't have issues with commenting/uncommenting this dependency when they need to generate something?
It's not something urgent or very important, just my 2 cents.
The text was updated successfully, but these errors were encountered: