mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Merge branch 'alpha' into staging
This commit is contained in:
commit
a367270036
2 changed files with 9 additions and 8 deletions
15
config.ru
15
config.ru
|
@ -3,10 +3,11 @@
|
||||||
require ::File.expand_path('../config/environment', __FILE__)
|
require ::File.expand_path('../config/environment', __FILE__)
|
||||||
run Rails.application
|
run Rails.application
|
||||||
|
|
||||||
if defined?(PhusionPassenger)
|
# turn automatic que temp off
|
||||||
PhusionPassenger.on_event(:starting_worker_process) do |forked|
|
# if defined?(PhusionPassenger)
|
||||||
if forked
|
# PhusionPassenger.on_event(:starting_worker_process) do |forked|
|
||||||
Que.mode = :async
|
# if forked
|
||||||
end
|
# Que.mode = :async
|
||||||
end
|
# end
|
||||||
end
|
# end
|
||||||
|
# end
|
||||||
|
|
|
@ -830,4 +830,4 @@ en:
|
||||||
unset_force_delete: 'Unset force delete'
|
unset_force_delete: 'Unset force delete'
|
||||||
domain_expiring: 'Domain expiring'
|
domain_expiring: 'Domain expiring'
|
||||||
domain_validation_rules: 'Domain validation rules'
|
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>.'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue