Sha256: 80f2c57b13340cbf4bc6a8e182b27ec133b7d58d58318853e813ac59e9af79c7

Contents?: true

Size: 984 Bytes

Versions: 14

Compression:

Stored size: 984 Bytes

Contents

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

# Pick the frameworks you want:
# require "active_record/railtie"
require "action_controller/railtie"
require "action_mailer/railtie"
require "active_resource/railtie"
require "rails/test_unit/railtie"

# If you have a Gemfile, require the gems listed there, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)

module Dummy
  class Application < Rails::Application

    def google_analytics_ua_number
      'UA-dummy'
    end
    
    def name
      'Dummy App'
    end
    
    # JavaScript files you want as :defaults (application.js is always included).
    config.action_view.javascript_expansions[:defaults] = %w()

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
brighter_planet_layout-0.5.6 test/dummy/config/application.rb
brighter_planet_layout-0.5.5 test/dummy/config/application.rb
brighter_planet_layout-0.5.4 test/dummy/config/application.rb
brighter_planet_layout-0.5.3 test/dummy/config/application.rb
brighter_planet_layout-0.5.2 test/dummy/config/application.rb
brighter_planet_layout-0.5.1 test/dummy/config/application.rb
brighter_planet_layout-0.4.5 test/dummy/config/application.rb
brighter_planet_layout-0.4.4 test/dummy/config/application.rb
brighter_planet_layout-0.4.3 test/dummy/config/application.rb
brighter_planet_layout-0.4.2 test/dummy/config/application.rb
brighter_planet_layout-0.4.1 test/dummy/config/application.rb
brighter_planet_layout-0.4.0 test/dummy/config/application.rb
brighter_planet_layout-0.3.16 test/dummy/config/application.rb
brighter_planet_layout-0.3.15 test/dummy/config/application.rb