Displaying 2 results from an estimated 2 matches for "eggie".
Did you mean:
eggie5
2010 Jul 14
3
[Bug 1796] New: Error on rpmbuild while compiling RPMS from tar.gz
https://bugzilla.mindrot.org/show_bug.cgi?id=1796
Summary: Error on rpmbuild while compiling RPMS from tar.gz
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
2007 Sep 28
2
Rails shouldn't output invalid JSON by default
Please check out this ticket (which would explain almost everything):
http://dev.rubyonrails.org/ticket/8762
So basically, Rails to_json methods produces invalid JSON out of the
box as it doesn''t quote all hash keys. This is valid JSON:
{
"id": 6589,
"code": "SIN",
"name": "Singapore"
}
This is not (Rails'' JSON encoders