search for: bff8f7e

Displaying 1 result from an estimated 1 matches for "bff8f7e".

2009 Oct 02
0
[PATCH] configurator: update some migration examples
...nd :delay options were also inspired by Chris and will be in v0.93.0 which will probably be released. lib/unicorn/configurator.rb | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/lib/unicorn/configurator.rb b/lib/unicorn/configurator.rb index 7e66f60..bff8f7e 100644 --- a/lib/unicorn/configurator.rb +++ b/lib/unicorn/configurator.rb @@ -25,9 +25,26 @@ module Unicorn # # as there''s no need for the master process to hold a connection # defined?(ActiveRecord::Base) and # ActiveRecord::Base.connection.disconnect! + # + #...