View Single Post
  #5  
Old 01-10-2009, 10:48 AM
kmarsh kmarsh is offline
New Member
 
Join Date: Jan 2009
Posts: 3
I replaced

ActiveRecord::Base.clear_active_connections! if defined?(ActiveRecord::Base)

with

ActiveRecord::Base.connection.disconnect! and @reconnect = true if defined?(ActiveRecord::Base)

I'll report back on status after I do a couple redeploys.

Thanks,
Kevin
Reply With Quote