9db7c16a1e
error is that ```enabled ||= true``` always evaluates to true. Change all initialization of bool settings to use the same syntax: ```setting = true if setting.nil?``` |
||
---|---|---|
.. | ||
environments | ||
initializers | ||
locales | ||
application.rb | ||
boot.rb | ||
database.yml.mysql | ||
database.yml.postgresql | ||
environment.rb | ||
gitlab.yml.example | ||
resque.yml.example | ||
routes.rb | ||
unicorn.rb.example |