Sha256: fc247958de36c629a4f420ec49c1672a911b9874335901912a132534a686e169

Contents?: true

Size: 898 Bytes

Versions: 18

Compression:

Stored size: 898 Bytes

Contents

RailsApp::Application.configure do
  # Settings specified here will take precedence over those in config/environment.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 webserver 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_view.debug_rjs             = true
  config.action_controller.perform_caching = false

  # Don't care if the mailer can't send
  config.action_mailer.raise_delivery_errors = false
  config.active_support.deprecation = :log
  
  config.action_mailer.default_url_options = { :host => 'localhost:3000' }
end

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
devise_ldap_authenticatable-0.6.1 test/rails_app/config/environments/development.rb
prathe_devise_ldap_authenticatable-0.6.0 test/rails_app/config/environments/development.rb
charanya-devise_ldap_authenticatable-0.4.6.1 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.6.0 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.5.1 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.5.0 test/rails_app/config/environments/development.rb
prathe_devise_ldap_authenticatable-0.4.10 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.10 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.9 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.7 test/rails_app/config/environments/development.rb
charanya-devise_ldap_authenticatable-0.4.6 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.6 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.5 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.4 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.3 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.2 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.1.1 test/rails_app/config/environments/development.rb
devise_ldap_authenticatable-0.4.1 test/rails_app/config/environments/development.rb