Sha256: 010569f071c4d572529a99cb1838a607e3ef3c7b639aedf4fd3b98a1ec0f3a1f

Contents?: true

Size: 784 Bytes

Versions: 7

Compression:

Stored size: 784 Bytes

Contents

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
if defined?(FatFreeCRM::Application)
  require FatFreeCRM.root.join('config', 'environments', 'production')
  FatFreeCRM::Application.configure do
    # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
    # the I18n.default_locale when a translation can not be found)
    config.i18n.fallbacks = false

    # See everything in the log (default is :info)
    config.log_level = :debug

    # Full error reports
    config.consider_all_requests_local = true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fat_free_crm-0.13.2 config/environments/staging.rb
fat_free_crm-0.12.3 config/environments/staging.rb
fat_free_crm-0.12.2 config/environments/staging.rb
fat_free_crm-0.13.1 config/environments/staging.rb
fat_free_crm-0.12.1 config/environments/staging.rb
fat_free_crm-0.13.0 config/environments/staging.rb
fat_free_crm-0.12.0 config/environments/staging.rb