Sha256: c6d78638d5b2c4900b30c4ec7d64877e957dcc5b4965bc3bafb47542ded3e3e9

Contents?: true

Size: 499 Bytes

Versions: 11

Compression:

Stored size: 499 Bytes

Contents

WebifyRubyRails::Application.configure do
  config.cache_classes = true
  config.eager_load = false
  config.serve_static_assets  = true
  config.static_cache_control = "public, max-age=3600"
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false
  config.action_dispatch.show_exceptions = false
  config.action_controller.allow_forgery_protection = false
  config.action_mailer.delivery_method = :test
  config.active_support.deprecation = :stderr
end

Version data entries

11 entries across 11 versions & 1 rubygems

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