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

'method_missing': undefined method when using guard gem running tests #143

Closed
lustremedia opened this issue Jun 19, 2015 · 2 comments
Closed

Comments

@lustremedia
Copy link

When running guard I get following error:

gems/railties-4.2.2/lib/rails/railtie/configuration.rb:95:in method_missing': undefined methodweb_console' for #Rails::Application::Configuration:0xba8024b4 (NoMethodError)

This is with latest 2.1.3 GEM.
I saw #33 but the issue mentioned there and the resolve seems to be a newer version.

@lustremedia
Copy link
Author

Ah I just now saw #133 let me see if that is the issue

@gsamokovarov
Copy link
Collaborator

Keep the configuration in config/environments/development.rb and web-console only in the development group (not even the test one). This should fix it for you.

I'm closing for now. Please reopen the issue if its still a problem for you.

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