Sha256: 619353ce840db0522a70875301b0c392cabd1bf4ae6763f63437f2bc855a0d96

Contents?: true

Size: 1.24 KB

Versions: 15

Compression:

Stored size: 1.24 KB

Contents

require File.expand_path('../boot', __FILE__)

require 'rails/all'

Bundler.require(*Rails.groups)
require "freeform"

module Dummy
  class Application < Rails::Application
    # Settings in config/environments/* take precedence over those specified here.
    # Application configuration should go into files in config/initializers
    # -- all .rb files in that directory are automatically loaded.

    # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
    # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
    # config.time_zone = 'Central Time (US & Canada)'

    # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
    # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
    # config.i18n.default_locale = :de

    # Configure the default encoding used in templates for Ruby 1.9.
    config.encoding = "utf-8"

    # Configure sensitive parameters which will be filtered from the log file.
    config.filter_parameters += [:password]

    # i18n config
    config.i18n.enforce_available_locales = true

    # Enable the asset pipeline
    config.assets.enabled = true if config.respond_to?(:assets)
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
freeform-2.0.4 spec/dummy/config/application.rb
freeform-2.0.3 spec/dummy/config/application.rb
freeform-2.0.2 spec/dummy/config/application.rb
freeform-2.0.1 spec/dummy/config/application.rb
freeform-2.0.0 spec/dummy/config/application.rb
freeform-1.0.11 spec/dummy/config/application.rb
freeform-1.0.9 spec/dummy/config/application.rb
freeform-1.0.8 spec/dummy/config/application.rb
freeform-1.0.6 spec/dummy/config/application.rb
freeform-1.0.5 spec/dummy/config/application.rb
freeform-1.0.4 spec/dummy/config/application.rb
freeform-1.0.3 spec/dummy/config/application.rb
freeform-1.0.2 spec/dummy/config/application.rb
freeform-1.0.1 spec/dummy/config/application.rb
freeform-1.0.0 spec/dummy/config/application.rb