प्रथमेश Sonpatki

Results 8 issues of प्रथमेश Sonpatki

Moved from https://github.com/codetriage/docs_doctor/issues/39#issuecomment-171834451 to new issue.

![monosnap 2016-01-12 12-10-24](https://cloud.githubusercontent.com/assets/621238/12256705/95a684a6-b925-11e5-8c06-a005555ee839.jpg)

Signed-off-by: प्रथमेश Sonpatki

Currently, Float::INFINITY and Float::NAN error out when we try to convert them into JSON representation using as_json or to_json based on the following code from /ruby/ext/json/generator.c ```c if (!allow_nan) {...

I want to send some nested params with the file. Is it not getting send properly. For example ``` ruby sub_params = { contact: { 'first_name' => 'prathamesh', 'language' =>...