Sha256: fd0731830187912bd5586a239901dbdc648537284871c8c007a7670ae31f8c4f
Contents?: true
Size: 663 Bytes
Versions: 25
Compression:
Stored size: 663 Bytes
Contents
require File.expand_path('../boot', __FILE__) # Pick the frameworks you want: require "action_controller/railtie" require "sprockets/railtie" # require "rails/test_unit/railtie" Bundler.require require "bootswitch" module Dummy class Application < Rails::Application # Configure the default encoding used in templates for Ruby 1.9. config.encoding = "utf-8" # Enable escaping HTML in JSON. config.active_support.escape_html_entities_in_json = true # 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
25 entries across 25 versions & 1 rubygems