test/config/environments/development.rb in makandra_resource_controller-0.7.3 vs test/config/environments/development.rb in makandra_resource_controller-0.8.0
- old
+ new
@@ -8,12 +8,12 @@
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true
# Show full error reports and disable caching
- config.action_controller.consider_all_requests_local = true
+# config.action_controller.consider_all_requests_local = true
config.action_controller.perform_caching = false
- config.action_view.debug_rjs = true
+# config.action_view.debug_rjs = true
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
-end
\ No newline at end of file
+end