Sha256: 27b386d36180b8e59cd798087993e7e527e8bbdf59f530e602ccb7a002a41a51

Contents?: true

Size: 879 Bytes

Versions: 10

Compression:

Stored size: 879 Bytes

Contents

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

require 'rails/all'

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

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
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hooch-0.4.2 test/dummy/config/application.rb
hooch-0.4.1 test/dummy/config/application.rb
hooch-0.4.0 test/dummy/config/application.rb
hooch-0.3.0 test/dummy/config/application.rb
hooch-0.2.1 test/dummy/config/application.rb
hooch-0.2.0 test/dummy/config/application.rb
hooch-0.1.0 test/dummy/config/application.rb
hooch-0.0.8 test/dummy/config/application.rb
hooch-0.0.7 test/dummy/config/application.rb
hooch-0.0.6 test/dummy/config/application.rb