Sha256: 21626573a1f1b275d79cc207d124cca25840883aa470b20c29362f970213eabf

Contents?: true

Size: 981 Bytes

Versions: 13

Compression:

Stored size: 981 Bytes

Contents

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

require "action_controller/railtie"
require "active_resource/railtie"
require "sprockets/railtie"

Bundler.require

module Dummy
  class Application < Rails::Application
    # 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]

    # Enable escaping HTML in JSON.
    config.active_support.escape_html_entities_in_json = true

    # Moved from initializers.
    config.session_store :cookie_store, key: '_dummy_session'
    config.secret_token = 'bc510a13d2fb96575782e90e9f2f64afc0ba4e63e5869b6139613686f104d4d3dd92ee696468de5bcbbb74daedb702d3da97554efbc6792abe75091b9df0a2ab'

    # Enable the asset pipeline
    config.assets.enabled = true

    # Version of your assets, change this if you want to expire all your assets
    config.assets.version = '1.0'
  end
end

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
guard-teaspoon-0.0.3 spec/dummy/config/application.rb
teaspoon-0.7.4 spec/dummy/config/application.rb
teabag-0.7.3 spec/dummy/config/application.rb
teabag-0.7.2 spec/dummy/config/application.rb
teabag-0.7.1 spec/dummy/config/application.rb
teabag-0.7.0 spec/dummy/config/application.rb
guard-teabag-0.0.2 spec/dummy/config/application.rb
teabag-0.6.0 spec/dummy/config/application.rb
teabag-0.5.5 spec/dummy/config/application.rb
teabag-0.5.4 spec/dummy/config/application.rb
guard-teabag-0.0.1 spec/dummy/config/application.rb
teabag-0.5.3 spec/dummy/config/application.rb
teabag-0.5.2 spec/dummy/config/application.rb