Sha256: d561f20cdeb9940cf954a22b52ad7c48a91a7ce68db06a5d87397c894e4f7527

Contents?: true

Size: 547 Bytes

Versions: 11

Compression:

Stored size: 547 Bytes

Contents

WebifyRubyRails::Application.configure do
  config.cache_classes = true
  config.eager_load = true
  config.consider_all_requests_local       = false
  config.action_controller.perform_caching = true
  config.serve_static_assets = false
  config.assets.js_compressor = :uglifier
  config.assets.compile = false
  config.assets.digest = true all your assets.
  config.assets.version = '1.0'
  config.log_level = :info
  config.i18n.fallbacks = true
  config.active_support.deprecation = :notify
  config.log_formatter = ::Logger::Formatter.new
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
webify_ruby-0.1.3 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.1.2 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.1.1 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.1.0 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.0.8 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.0.7 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.0.6 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.0.5 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.0.4 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.0.3 test/webify_ruby_rails/config/environments/production.rb
webify_ruby-0.0.2 test/webify_ruby_rails/config/environments/production.rb