examples/rails-latex-demo/config/environments/development.rb in rails-latex-1.0.7 vs examples/rails-latex-demo/config/environments/development.rb in rails-latex-1.0.8

- old
+ new

@@ -9,10 +9,10 @@ # 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_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