Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generator behavior #7

Open
MrRezaque opened this issue Nov 2, 2017 · 1 comment
Open

Generator behavior #7

MrRezaque opened this issue Nov 2, 2017 · 1 comment

Comments

@MrRezaque
Copy link

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.

@stakach
Copy link
Contributor

stakach commented Nov 2, 2017

That is weird... Happy for you to create a pull request, I haven't used ActiveRecord in years!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants