Sha256: 048bf37a70fb7cfd2c77ac899fd142263e96136eae7eb16455478c8791b2471e

Contents?: true

Size: 1018 Bytes

Versions: 46

Compression:

Stored size: 1018 Bytes

Contents

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

require 'rails/all'

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

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

    # Do not swallow errors in after_commit/after_rollback callbacks.
    # config.active_record.raise_in_transactional_callbacks = true
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
thecore-1.7.7 test/dummy/config/application.rb
thecore-1.7.5 test/dummy/config/application.rb
thecore-1.7.3 test/dummy/config/application.rb
thecore-1.7.2 test/dummy/config/application.rb
thecore-1.7.1 test/dummy/config/application.rb
thecore-1.7.0 test/dummy/config/application.rb
thecore-1.6.13 test/dummy/config/application.rb
thecore-1.6.10 test/dummy/config/application.rb
thecore-1.6.9 test/dummy/config/application.rb
thecore-1.6.8 test/dummy/config/application.rb
thecore-1.6.7 test/dummy/config/application.rb
thecore-1.6.5 test/dummy/config/application.rb
thecore-1.6.4 test/dummy/config/application.rb
thecore-1.6.3 test/dummy/config/application.rb
thecore-1.6.2 test/dummy/config/application.rb
thecore-1.6.1 test/dummy/config/application.rb
thecore-1.6.0 test/dummy/config/application.rb
thecore-1.5.14 test/dummy/config/application.rb
thecore-1.5.13 test/dummy/config/application.rb
thecore-1.5.12 test/dummy/config/application.rb