Sha256: 02a0e7c334ac76cebe63cea9d06273b38109b64f597e7a9fdd15883c99d75342

Contents?: true

Size: 1.11 KB

Versions: 18

Compression:

Stored size: 1.11 KB

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

  # 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

  config.action_mailer.default_url_options = { :host => 'localhost:3000' }

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

  # Log the query plan for queries taking more than this (works
  # with SQLite, MySQL, and PostgreSQL)
  config.active_record.auto_explain_threshold_in_seconds = 0.5

  # Do not compress assets
  config.assets.js_compressor = nil

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

  config.eager_load = false
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
devise_g5_authenticatable-1.0.3 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-1.0.2.rc.3 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-1.0.2.rc.2 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-1.0.2.rc.1 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-1.0.1.rc.1 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-1.0.0 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-1.0.0.pre.1 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.3.0 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.2.5.beta spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.2.4 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.2.4.beta spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.2.3 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.2.2 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.2.1 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.2.0 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.1.3 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.1.2 spec/dummy/config/environments/development.rb
devise_g5_authenticatable-0.1.1 spec/dummy/config/environments/development.rb