Sha256: f39ca02e95a3449d1b4f0d2ed579031712db7889ab282a8323bd8b8efd2d1e80

Contents?: true

Size: 888 Bytes

Versions: 27

Compression:

Stored size: 888 Bytes

Contents

Dummy::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

  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

  # Do not compress assets
  config.assets.compress = false

  # Expands the lines which load the assets
  config.assets.debug = true
end

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
canvas_oauth_engine-2.4.0 spec/dummy/config/environments/development.rb
canvas_oauth_engine-2.3.0 spec/dummy/config/environments/development.rb
canvas_oauth_engine-2.2.0 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.9 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.8 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.7 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.6 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.5 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.4 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.3 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.2 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.1 spec/dummy/config/environments/development.rb
qalam_oauth_engine-3.0.0 spec/dummy/config/environments/development.rb
qalam_oauth_engine-2.2.9 spec/dummy/config/environments/development.rb
canvas_oauth_engine-2.1.3 spec/dummy/config/environments/development.rb
canvas_oauth_engine-2.1.2 spec/dummy/config/environments/development.rb
canvas_oauth_engine-2.1.1 spec/dummy/config/environments/development.rb
canvas_oauth_engine-2.1.0 spec/dummy/config/environments/development.rb
canvas_oauth_engine-2.0.0 spec/dummy/config/environments/development.rb
canvas_oauth_engine-1.1.2 spec/dummy/config/environments/development.rb