Skip to content

Commit

Permalink
Remove whiny nils (deprecated in Rails 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed May 18, 2013
1 parent a6e2e47 commit 5875ff7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
# 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
Expand Down

0 comments on commit 5875ff7

Please sign in to comment.