Sha256: 8f5ceefefcbabb217b5c081daa70244fdde71f1944137355c9ac178e282fc944

Contents?: true

Size: 911 Bytes

Versions: 40

Compression:

Stored size: 911 Bytes

Contents

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

require 'rails/all'

Bundler.require(*Rails.groups)


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)'
    config.i18n.enforce_available_locales = true
    # 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
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
tabulatr2-0.10.4 spec/dummy/config/application.rb
tabulatr2-0.10.3 spec/dummy/config/application.rb
tabulatr2-0.10.2 spec/dummy/config/application.rb
tabulatr2-0.10.1 spec/dummy/config/application.rb
tabulatr2-0.10.0 spec/dummy/config/application.rb
tabulatr2-0.9.48 spec/dummy/config/application.rb
tabulatr2-0.9.47 spec/dummy/config/application.rb
tabulatr2-0.9.46 spec/dummy/config/application.rb
tabulatr2-0.9.45 spec/dummy/config/application.rb
tabulatr2-0.9.44 spec/dummy/config/application.rb
tabulatr2-0.9.43 spec/dummy/config/application.rb
tabulatr2-0.9.42 spec/dummy/config/application.rb
tabulatr2-0.9.41 spec/dummy/config/application.rb
tabulatr2-0.9.40 spec/dummy/config/application.rb
tabulatr2-0.9.39 spec/dummy/config/application.rb
tabulatr2-0.9.38 spec/dummy/config/application.rb
tabulatr2-0.9.37 spec/dummy/config/application.rb
tabulatr2-0.9.36 spec/dummy/config/application.rb
tabulatr2-0.9.35 spec/dummy/config/application.rb
tabulatr2-0.9.34 spec/dummy/config/application.rb