Sha256: ed3abd35edba6f523905043536f34f9f894d85160eb57c599f1d91f861cd6a8d

Contents?: true

Size: 577 Bytes

Versions: 25

Compression:

Stored size: 577 Bytes

Contents

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

require 'rails/all'

Bundler.require

require "blogit"

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]
    
    # Version of your assets, change this if you want to expire all your assets
    config.assets.version = '1.0'


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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
blogit-0.0.8 spec/dummy/config/application.rb
blogit-0.0.7 spec/dummy/config/application.rb
blogit-0.0.6 spec/dummy/config/application.rb
blogit-0.0.5 spec/dummy/config/application.rb
blogit-0.0.4 spec/dummy/config/application.rb