This project is archived and is in readonly mode.
Ticket 2831 "ActiveSupport::JSON.decode explodes in certain circumstances" regression
Reported by Nathan Beyer | March 3rd, 2010 @ 09:58 PM
The issue reported in ticket 2831 regarding ActiveSupport::JSON.decode seems to have show up in 2.3.5. It looks like the patch was only applied to the 2.3.2 branch/stream and never made it into future branches. The patch seems work perfectly when applied to 2.3.5.
[1] https://rails.lighthouseapp.com/projects/8994/tickets/2831
Comments and changes to this ticket
-
Nathan Beyer March 3rd, 2010 @ 09:58 PM
- Tag changed from 2.3.5 activesupport json 2.3.6 to 2.3.5, 2.3.6, activesupport, json
-
Nathan Beyer March 13th, 2010 @ 04:18 AM
- Tag changed from 2.3.5, 2.3.6, activesupport, json to 2.3.5, 2.3.6, activesupport, json, patch
-
Jeremy Kemper March 15th, 2010 @ 04:51 AM
- State changed from new to duplicate
Cherry-picked directly from master. Thanks for the reminder.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 2831 [PATCH] ActiveSupport::JSON.decode explodes in certain circumstances I created a new ticket with the patch ported to the 2-3-s...