Guest User

Untitled

a guest
May 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. config.cache_classes = false
  2.  
  3. # Log error messages when you accidentally call methods on nil.
  4. config.whiny_nils = true
  5.  
  6. # Show full error reports and disable caching
  7. config.action_controller.consider_all_requests_local = true
  8. config.action_view.debug_rjs = true
  9. config.action_controller.perform_caching = false
  10. config.action_view.cache_template_extensions = false
  11.  
  12. # Don't care if the mailer can't send
  13. config.action_mailer.raise_delivery_errors = false
Add Comment
Please, Sign In to add comment