Sha256: a61490b1feccf63a0ce969e3150ab2c2b98d7e924d6740c807754276632477d5

Contents?: true

Size: 1.76 KB

Versions: 95

Compression:

Stored size: 1.76 KB

Contents

Rails.application.configure do
  
  
  # => config.page_cache_directory = Rails.public_path
  # => config.action_controller.page_cache_directory = Rails.public_path
  # => config.perform_caching = true
  # => config.cache_store = ActionController::Base.cache_store
  
  
  # 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

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

  # Debug mode disables concatenation and preprocessing of assets.
  # This option may cause significant delays in view rendering with a large
  # number of complex assets.
  config.assets.debug = true

  # Adds additional error checking when serving assets at runtime.
  # Checks for improperly declared sprockets dependencies.
  # Raises helpful error messages.
  config.assets.raise_runtime_errors = true

  # Raises error for missing translations
  # config.action_view.raise_on_missing_translations = true
  
  # => config.assets.prefix = '/assets'
  # => config.action_controller.asset_host = "https://berlinmagic.github.io/magic_stylez"
  
end

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
magic_stylez-0.0.330 test/dummy/config/environments/development.rb
magic_stylez-0.1.1 test/dummy/config/environments/development.rb
magic_stylez-0.1.0 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.99 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.98 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.97 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.96 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.95 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.94 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.93 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.92 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.91 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.90 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.89 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.88 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.87 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.86 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.85 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.84 test/dummy/config/environments/development.rb
magic_stylez-0.0.0.83 test/dummy/config/environments/development.rb