Sha256: c0cd0a978db1c8b9cce910386868a6961626bf7dee0b0858a6fbcf79198f6017

Contents?: true

Size: 801 Bytes

Versions: 18

Compression:

Stored size: 801 Bytes

Contents

Rails.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

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


  # Raises error for missing translations
  # config.action_view.raise_on_missing_translations = true
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
apipie-bindings-0.7.0 test/dummy/config/environments/development.rb
apipie-bindings-0.6.0 test/dummy/config/environments/development.rb
apipie-bindings-0.5.0 test/dummy/config/environments/development.rb
apipie-bindings-0.4.0 test/dummy/config/environments/development.rb
apipie-bindings-0.3.0 test/dummy/config/environments/development.rb
apipie-bindings-0.2.3 test/dummy/config/environments/development.rb
apipie-bindings-0.2.2 test/dummy/config/environments/development.rb
apipie-bindings-0.2.1 test/dummy/config/environments/development.rb
apipie-bindings-0.2.0 test/dummy/config/environments/development.rb
apipie-bindings-0.1.0 test/dummy/config/environments/development.rb
apipie-bindings-0.0.19 test/dummy/config/environments/development.rb
apipie-bindings-0.0.18 test/dummy/config/environments/development.rb
apipie-bindings-0.0.17 test/dummy/config/environments/development.rb
apipie-bindings-0.0.16 test/dummy/config/environments/development.rb
apipie-bindings-0.0.15 test/dummy/config/environments/development.rb
apipie-bindings-0.0.14 test/dummy/config/environments/development.rb
apipie-bindings-0.0.13 test/dummy/config/environments/development.rb
apipie-bindings-0.0.12 test/dummy/config/environments/development.rb