Bumping this up - anyone knows how to disable params parsing ?

-- Thibaut

On Nov 17, 12:27 pm, Thibaut Barrère <thibaut.barr...@gmail.com>
wrote:
> 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-paramspars...
>
> 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-t...@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=.


Reply via email to