-
Notifications
You must be signed in to change notification settings - Fork 97
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
irb_context warning in rails console #69
Comments
what version ruby/rails? |
Rails 4.2.7 |
unlike |
Same here.
It does not happen with rails 4.2.7.1. |
Auto-closed by PR, sorry. @matthewhively did this solve your problem? |
I would say that is a work around. Since you can choose to run rails console in any environment you choose it doesn't really solve the problem. However since this has no actual downside of that message in console (that I'm aware of), this work around is good enough I suppose. NOTE: still occurs in rails 4.2.10 |
irb: warn: can't alias context from irb_context.
Shows up in rails console if this gem is installed.
rspec gem versions installed (from Gemfile.lock)
rspec-core (3.5.4) rspec-expectations (3.5.0) rspec-mocks (3.5.0) rspec-rails (3.5.2) rspec-retry (0.5.3) rspec-support (3.5.0)
Similar issue in rspec-rails -- not sure if its related though
rspec/rspec-rails#1645
The text was updated successfully, but these errors were encountered: