Merge branch 'alpha' into staging

This commit is contained in:
Priit Tark 2015-06-19 19:44:33 +03:00
commit a367270036
2 changed files with 9 additions and 8 deletions

View file

@ -3,10 +3,11 @@
require ::File.expand_path('../config/environment', __FILE__)
run Rails.application
if defined?(PhusionPassenger)
PhusionPassenger.on_event(:starting_worker_process) do |forked|
if forked
Que.mode = :async
end
end
end
# turn automatic que temp off
# if defined?(PhusionPassenger)
# PhusionPassenger.on_event(:starting_worker_process) do |forked|
# if forked
# Que.mode = :async
# end
# end
# end

View file

@ -830,4 +830,4 @@ en:
unset_force_delete: 'Unset force delete'
domain_expiring: 'Domain expiring'
domain_validation_rules: 'Domain validation rules'
bank_statement_desc: 'Import file row will match only when matching following attributes: <b>invoice nr, description, sum and client ref number</b>.'
bank_statement_desc: 'Import file row will match only when matching following attributes: <b><br>ref number<br>payment amount<br>invoice number (the very first number in comment field)</b>.'