Whenever I try to open Rails console for an application that is generated by trails, I get this warning:
irb: warn: can't alias context from irb_context.
I think it's because of the gem rspec_junit_formatter. I tried to move it to development group only and test group only, and it resolved the issue.