Sha256: c95807805833c43c89dc9122b0438f68008a841bb40df3468fcaa695af8ec6dd

Contents?: true

Size: 918 Bytes

Versions: 34

Compression:

Stored size: 918 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

  # Raise an error on page load if there are pending migrations.
  config.active_record.migration_error = :page_load

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

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
metasploit-credential-6.0.11 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.10 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.9 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.8 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.7 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.6 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.5 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.4 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.3 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.2 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.1 spec/dummy/config/environments/development.rb
metasploit-credential-6.0.0 spec/dummy/config/environments/development.rb
metasploit-credential-5.0.9 spec/dummy/config/environments/development.rb
metasploit-credential-5.0.8 spec/dummy/config/environments/development.rb
metasploit-credential-5.0.7 spec/dummy/config/environments/development.rb
journaled-4.3.0 spec/dummy/config/environments/development.rb
metasploit-credential-5.0.6 spec/dummy/config/environments/development.rb
journaled-4.2.0 spec/dummy/config/environments/development.rb
journaled-4.1.0 spec/dummy/config/environments/development.rb
journaled-4.0.0 spec/dummy/config/environments/development.rb