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

Clashing namespace in Rails::Generators::Actions #3

Open
awernick opened this issue Dec 15, 2015 · 0 comments
Open

Clashing namespace in Rails::Generators::Actions #3

awernick opened this issue Dec 15, 2015 · 0 comments

Comments

@awernick
Copy link

Plugger seems to overwrite the constant Rails::Generators::Actions.

When using Generators and Plugger in a project, Rails::Generators::Actions are replaced with the ones defined in the plugger.rb. This makes methods such as route, log, readme, etc... inaccessible to the Generator class defined in Railties.

Output of Rails::Generators::Actions.public_instance_methods(false)
screen shot 2015-12-14 at 6 22 37 pm

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

1 participant