summaryrefslogtreecommitdiff
path: root/tests/test_json.rb
Commit message (Collapse)AuthorAgeFilesLines
* fixed test setupFlorian Frank2011-01-021-5/+1
|
* Revert "use method dispatch for generation again"Florian Frank2010-08-051-6/+39
| | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c
* Revert "use method dispatch for generation again"Florian Frank2010-08-051-29/+7
| | | | This reverts commit f0a14faf1d59a5ea86a79d3a5780e8433bfc9e16.
* use method dispatch for generation againFlorian Frank2010-08-031-7/+29
|
* Fix for subclassed core classes, github issue 20v1.4.3Florian Frank2010-05-051-1/+22
| | | | | Fixed a problem in the 1.4.x versions, that caused subclasses of core classes to miss calling their to_json methods.
* Fixed T_FIXNUM bug on 64bit architectures.v1.4.1Florian Frank2010-04-251-0/+13
|
* implemented symbolize_names feature, #8Florian Frank2009-11-251-0/+7
|
* use Array#permutation if it existsv1.2.0Florian Frank2009-10-261-12/+20
| | | | | otherwise create a Array#permutation method with the permutation gem on the fly
* added additional checks for generate methodsFlorian Frank2009-10-161-5/+5
|
* initial commitFlorian Frank2009-08-241-0/+312