Disabled automatic parsing of XML to a hash in request bodies for a modest 15% speedup.

This commit is contained in:
Matt Amos 2009-05-21 23:48:34 +00:00
parent 9985b9cb94
commit 95c6974763

View file

@ -0,0 +1,3 @@
# Stop action controller from automatically parsing XML in request bodies
ActionController::Base.param_parsers.delete Mime::XML