[Rails-core] A minor beef with JSON::decode

2012-07-25 Thread Josh Bourgeois
Hiya, So, what was the impetus behind having ParamsParser create Date and DateTime objects out of application/json requests? The project I'm on expects parameters to be received as standard types (bools, numbers, strings, arrays, and hashes). Rails shouldn't try to convert objects that are

Re: [Rails-core] A minor beef with JSON::decode

2012-07-25 Thread Aaron Patterson
On Wed, Jul 25, 2012 at 11:09:06AM -0700, Josh Bourgeois wrote: Hiya, So, what was the impetus behind having ParamsParser create Date and DateTime objects out of application/json requests? The project I'm on expects parameters to be received as standard types (bools, numbers, strings,