Actions
Bug #1350
closedStability improvements
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
- #1348
- #1349
Updated by liaham over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Updated by liaham over 2 years ago
config.deface.enabled = ENV['DEFACE_ENABLED'] == 'true'
Leads to:
rake aborted!
NoMethodError: undefined method `deface' for #<Rails::Application::Configuration:0x000055e08c843a60>
/var/www/vhosts/xmera_omnia/deployment/shared/bundle/ruby/2.7.0/gems/railties-5.2.8.1/lib/rails/railtie/configuration.rb:97:in `method_missing'
(eval):20:in `<class:Application>'
Actions