| Commit message (Expand) | Author | Age | Files | Lines |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | use #to_s to convert Range to json | Sergey Nartimov | 2012-01-01 | 1 | -0/+4 |
* | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 1 | -2/+2 |
* | Initial pass at removing dead 1.8.x code from Active Support. | José Valim | 2011-12-20 | 1 | -17/+13 |
* | Enumerable should pass encoding options to children in #as_json/#to_json. | John Firebaugh | 2011-04-01 | 1 | -9/+24 |
* | ordering can change depending on ruby version, so parse the JSON and verify d... | Aaron Patterson | 2011-01-17 | 1 | -3/+10 |
* | Complex struct encoding test | Alexey Nayden | 2011-01-15 | 1 | -0/+23 |
* | Fixed various isolated test missing requires within AS. | Josh Kalderimis | 2011-01-12 | 1 | -0/+1 |
* | fixed some issues with JSON encoding | Jakub Suder | 2010-09-07 | 1 | -1/+64 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+1 |
* | Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfo | Santiago Pastorino | 2010-07-02 | 1 | -2/+4 |
* | BigDecimal#as_json does not really specify the F format, it delegates that to... | Xavier Noria | 2010-05-03 | 1 | -1/+3 |
* | Fix BigDecimal JSON encoding test. [#4495 state:resolved] | Cezary Baginski | 2010-04-28 | 1 | -3/+3 |
* | JSON: encode objects that don't have a native JSON representation using to_ha... | Jeremy Kemper | 2010-04-26 | 1 | -2/+19 |
* | Fix a JSON ordering issue | Yehuda Katz | 2010-02-10 | 1 | -3/+7 |
* | Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f] | Dwayne Litzenberger | 2009-12-23 | 1 | -1/+3 |
* | JSON.escape returns UTF-8 strings | Jeremy Kemper | 2009-07-01 | 1 | -2/+7 |
* | JSON: split encoding and coercion | Jeremy Kemper | 2009-06-08 | 1 | -7/+12 |
* | Privatize rails_to_json | Jeremy Kemper | 2009-04-26 | 1 | -1/+1 |
* | * Add pluggable JSON backends with support for the JSON gem. [rick] | rick | 2009-04-23 | 1 | -19/+19 |
* | Explicit test dependencies | Jeremy Kemper | 2009-03-28 | 1 | -0/+1 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -1/+1 |
* | Properly quote json keys. | Michael Koziarski | 2009-01-16 | 1 | -2/+2 |
* | Require mocha >= 0.9.0 for AS tests | Jeremy Kemper | 2008-11-22 | 1 | -10/+8 |
* | test nested hash with float | Dan Barry | 2008-10-12 | 1 | -0/+12 |
* | Move with_kcode helper to abstract_unit. Add tests for multibyte string exten... | Manfred Stienstra | 2008-09-21 | 1 | -12/+0 |
* | Time#to_json: don't convert to utc before encoding. References #175 | gbuesing | 2008-05-18 | 1 | -0/+16 |
* | Add config.active_support.escape_html_entities_in_json to allow disabling of ... | Rick Olson | 2008-04-08 | 1 | -0/+3 |
* | Add config.active_support.use_standard_json_time_format setting so that Times... | Rick Olson | 2008-04-01 | 1 | -3/+12 |
* | Ruby 1.9 compat: declare utf-8 file encoding | Jeremy Kemper | 2008-02-02 | 1 | -0/+1 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Ruby 1.9 compat: shadowed vars, kcode | Jeremy Kemper | 2007-12-15 | 1 | -5/+17 |
* | Don't escape forward slashes with String#to_json, our unicode encoding of < a... | Michael Koziarski | 2007-12-02 | 1 | -1/+1 |
* | Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with... | Rick Olson | 2007-10-29 | 1 | -2/+2 |
* | Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama... | Rick Olson | 2007-10-26 | 1 | -1/+2 |
* | Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl... | Jeremy Kemper | 2007-10-24 | 1 | -0/+1 |
* | Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750. | Jeremy Kemper | 2007-10-05 | 1 | -3/+3 |
* | Hash#to_json takes :only or :except options to specific or omit certain hash ... | Jeremy Kemper | 2007-10-04 | 1 | -0/+21 |
* | Fixed JSON encoding to use quoted keys according to the JSON standard (closes... | David Heinemeier Hansson | 2007-09-30 | 1 | -29/+5 |
* | escape <'s and >'s in JSON strings. #8371 [Rick] | Rick Olson | 2007-05-29 | 1 | -1/+1 |
* | Fix JSON date/time conversion tests. | Jeremy Kemper | 2007-05-23 | 1 | -2/+2 |
* | Date, Time, and DateTime#to_json. Closes #8399. | Jeremy Kemper | 2007-05-18 | 1 | -0/+4 |
* | Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin... | Sam Stephenson | 2007-03-18 | 1 | -0/+96 |