Sha256: d9f1225b44de99c0086094c8146687d9cc337c6ebd5ce8fca05f68a96ab9d413

Contents?: true

Size: 832 Bytes

Versions: 7

Compression:

Stored size: 832 Bytes

Contents

Blog::Application.configure do
  # Settings specified here will take precedence over those in config/application.rb.

  # In the development environment your application's code is reloaded on
  # every request. This slows down response time but is perfect for development
  # since you don't have to restart the web server when you make code changes.
  config.cache_classes = false

  # Do not eager load code on boot.
  config.eager_load = false

  # Show full error reports and disable caching.
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false

  # Don't care if the mailer can't send.
  config.action_mailer.raise_delivery_errors = false

  # Print deprecation notices to the Rails logger.
  config.active_support.deprecation = :log

  config.middleware.use Rack::HalfPipe
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
half-pipe-0.3.0.alpha.1 examples/rails/config/environments/development.rb
half-pipe-0.2.4 examples/rails/config/environments/development.rb
half-pipe-0.2.3 examples/rails/config/environments/development.rb
half-pipe-0.2.2 examples/rails/config/environments/development.rb
half-pipe-0.2.1 examples/rails/config/environments/development.rb
half-pipe-0.2.0 examples/rails/config/environments/development.rb
half-pipe-0.1.0 examples/rails/config/environments/development.rb