|
Looks like
ActiveRecord::Base.clear_active_connections!
is coming back into ActiveRecord::Base in rails 2.3, so it should be fine.
I have to make the RailsRunner.rb compatible with Rails 1.x 2.2 and 2.3 by combining the current RailsRunner.rb and the one you put up on github.
Is there any easy way to detect the Rails version being used at the beginning?
|