View Single Post
  #21  
Old 10-29-2009, 11:01 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
Rails developers keep changing the API, I do not know exactly which function to use.

ActiveRecord::Base.clear_all_connections! is a delegation to
ActiveRecord::Base.connection_handler.clear_all_co nnections!
Reply With Quote