View Single Post
  #13  
Old 03-10-2009, 11:50 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
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?
Reply With Quote