Hi,

I'm writing a service that receives XML posted data. By default
action_controller/params_parser.rb seems to try to parse the whole
thing to translate that into the params hash.

Is there a simple way to disable this parsing so that I can just store
the data on the disk without any check to occur ?

One suggestion is to use Metal:

http://stackoverflow.com/questions/1627307/disabled-custom-paramsparser-per-action

But maybe there is a more simple way (like some kind of
configuration, :params_parse => false or something ?)

any idea?

cheers,

Thibaut
--
http://www.learnivore.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to