tboilard (Tom Boilard)
- Login: tboilard
- Registered on: 06/11/2011
- Last sign in: 06/11/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/11/2011
-
11:40 AM Ruby Bug #4868: ActiveSupport::JSON.decode Fails Decoding Date/Time String
- From the error message above it appears that the issue is related to ruby 1.9.2 and psych. The issue does not occur when running rails 3.0.7 and ruby 1.8.7.
-
10:39 AM Ruby Bug #4868 (Closed): ActiveSupport::JSON.decode Fails Decoding Date/Time String
- Issuing the command...
ActiveSupport::JSON.decode('[{"created_at":"2011-06-10T18:09:09-04:00"}]')
using the rails console results in the following error...
Psych::SyntaxError: couldn't parse YAML at line 1 column 30
from /Users...