Skip to content

Instantly share code, notes, and snippets.

@zmoazeni
Last active August 29, 2015 14:13
Show Gist options
  • Save zmoazeni/d141eb175c98f832e0c3 to your computer and use it in GitHub Desktop.
Save zmoazeni/d141eb175c98f832e0c3 to your computer and use it in GitHub Desktop.
What setting affects this?
# Application that is upgrading to 4.1.9
{"miles" => 12.45.to_d}.to_json
=> "{\"miles\":12.45}"
# Brand new 4.1.9 application
{"miles" => 12.45.to_d}.to_json
=> "{\"miles\":\"12.45\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment