Sha256: 16e531fc73427b5bd5b3a6988e49f2d79d8ed94d6a045ea46b31218c3893f340
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
require File.expand_path('../boot', __FILE__) require "action_controller/railtie" require "sprockets/railtie" # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. 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)' # 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 # Change our relative root url to show that if relative paths are setup properly, teaspoon will # continue to work and load the proper urls. config.relative_url_root = "/relative" config.assets.prefix = "/relative/assets" # this must be set for any asset paths to be correct! end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
teaspoon-0.9.1 | spec/dummy/config/application.rb |
teaspoon-0.9.0 | spec/dummy/config/application.rb |