Backport railtie console change from Rails 4 to Rails 3.2.11?

83 Views Asked by At

I'm getting some annoying test-related warnings and deprecation notices when running rails c or rails s; I tracked it down to this file.

However, it looks like this issue is already fixed in Rails 4.x:

But my company is not ready to upgrade to Rails 4.x quite yet.

How can I cleanly get these changes in 3.2.11?

0

There are 0 best solutions below