Sha256: 39459294152c07d623a946991f82d207d153542fdd07a5be53cc0fbf8b5a507d

Contents?: true

Size: 1.13 KB

Versions: 13

Compression:

Stored size: 1.13 KB

Contents

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

  # Log error messages when you accidentally call methods on nil.
  config.whiny_nils = true

  # 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

  # Only use best-standards-support built into browsers
  config.action_dispatch.best_standards_support = :builtin

  # While not common in development, we are just using this to test alternate configs
  # Specifically, does it honor the style attribute
  config.assets.compress = true
  config.sass.style = :compact
end

Version data entries

13 entries across 11 versions & 3 rubygems

Version Path
active_mailer-0.0.10 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
active_mailer-0.0.9 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
active_mailer-0.0.8 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
active_mailer-0.0.7 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
active_mailer-0.0.6 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
font-awesome-rails-3.1.1.2 vendor/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
font-awesome-rails-3.1.1.2 vendor/ruby/2.0.0/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
font-awesome-rails-3.1.1.1 vendor/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
font-awesome-rails-3.1.1.1 vendor/ruby/2.0.0/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
active_mailer-0.0.5 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
active_mailer-0.0.4 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
active_mailer-0.0.3 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sass-rails-3.2.6/test/fixtures/alternate_config_project/config/environments/development.rb
sass-rails-3.2.6 test/fixtures/alternate_config_project/config/environments/development.rb