rails: Rails 4.2.2 upgrade causes distracting rails c warning
Thanks for all of your hard work on Rails!
In response to the recent vulnerability announcements, I updated from rails 4.2.1 to 4.2.2 and now every time I run the rails console I get the following distracting warning:
bash shell> rails c
Loading development environment (Rails 4.2.2)
irb: warn: can't alias context from irb_context.
2.2.2 :001 >
Nothing else has changed in my environment except updating from rails 4.2.1 to 4.2.2 and now all of a sudden I am getting this irb: warn: can't alias context from irb_context.
. The warning is very distracting and it never occurred on rails 4.2.1.
Can somebody please take a look? 😃
Thanks,
Joel
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 24 (12 by maintainers)
It’s likely because you forgot to add
require: false
to your Gemfile.Anyhow, I think we can all agree that this is very likely not a Rails issue, and definitely not a Rails 4.2.2 issue. If you need further help, you should probably ask on stackoverflow or on a more appropriate mailing lists.