summaryrefslogtreecommitdiff
path: root/spec/ffi_yajl/encoder_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* fix typoLamont Granquist2015-01-221-1/+1
* support turning off validate_utf8Lamont Granquist2015-01-221-1/+27
* allow arbitrary Objects as keysLamont Granquist2014-11-241-0/+17
* avoid these tests on ruby 1.8.7Lamont Granquist2014-11-221-2/+2
* support calling #to_s on all types for keysLamont Granquist2014-11-221-0/+25
* Making necessary C changes to only call to_json if it is presenttyler-ball2014-10-071-1/+1
* If an object does not have .to_json, we no longer try to call ittyler-ball2014-10-061-0/+17
* WIPLamont Granquist2014-08-231-1/+2
* fix the timezone to UTC or Date specs will failLamont Granquist2014-08-231-3/+14
* add datetime encodingLamont Granquist2014-08-231-0/+15
* add spec for explicit nil optionLamont Granquist2014-08-091-1/+9
* fixes SpaceInsideHashLiteralBracesLamont Granquist2014-05-061-6/+6
* test for unsigned 32-bit int failure on c extensionLamont Granquist2014-01-131-0/+6
* convert symbols to strings when encoding0.0.2Lamont Granquist2014-01-111-0/+10
* un-pending testsLamont Granquist2014-01-011-2/+0
* mark this as pending for nowLamont Granquist2013-12-311-0/+2
* add test for deeply nested array/hashesLamont Granquist2013-12-311-0/+15
* add UTF-8 magic comment to specsLamont Granquist2013-12-211-1/+1
* fix encoding of fixnums and floats as keysLamont Granquist2013-12-161-0/+24