fix net http issu questionmark
This commit is contained in:
@@ -8,6 +8,7 @@ require 'action_mailer/railtie'
|
|||||||
#require 'active_resource/railtie'
|
#require 'active_resource/railtie'
|
||||||
require 'rails/test_unit/railtie'
|
require 'rails/test_unit/railtie'
|
||||||
require 'sprockets/railtie'
|
require 'sprockets/railtie'
|
||||||
|
require 'net/http' # lib/qwaiter/broadcaster/faye.rb
|
||||||
|
|
||||||
# custom override hack for the couchbase-setting gem, needs to be loaded before other gems, is settings only without dependencies
|
# custom override hack for the couchbase-setting gem, needs to be loaded before other gems, is settings only without dependencies
|
||||||
require File.expand_path('./../../lib/couchbase-setting', __FILE__)
|
require File.expand_path('./../../lib/couchbase-setting', __FILE__)
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ namespace :deploy do
|
|||||||
#execute :chown, "-R www-data:www-data", release_path.join('public/assets/')
|
#execute :chown, "-R www-data:www-data", release_path.join('public/assets/')
|
||||||
#execute :kill, capture("lsof -i:9022 -t") # kill counters, will reboot itself
|
#execute :kill, capture("lsof -i:9022 -t") # kill counters, will reboot itself
|
||||||
execute :touch, release_path.join('tmp/restart.txt')
|
execute :touch, release_path.join('tmp/restart.txt')
|
||||||
|
execute :monit, :restart, 'puma_mozo.bar_production'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user