| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some coverage for AR serialization with serializable_hash | Carlos Antonio da Silva | 2012-06-22 | 1 | -1/+1 |
* | change AMS::JSON.include_root_in_json default value to false | Francesco Rodriguez | 2012-06-06 | 1 | -50/+40 |
* | changed xml type datetime to dateTime, fixes #6328 | Angelo capilleri | 2012-05-23 | 1 | -1/+1 |
* | Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t... | Jon Leighton | 2012-05-11 | 1 | -0/+17 |
* | replacing ordered hash to ruby hash | prasath | 2012-02-08 | 1 | -2/+2 |
* | Revert "Implement ArraySerializer and move old serialization API to a new nam... | José Valim | 2011-11-30 | 2 | -0/+429 |
* | Implement ArraySerializer and move old serialization API to a new namespace. | José Valim | 2011-11-23 | 2 | -425/+0 |
* | Fixing `as_json` method for ActiveRecord models. | Nicolás Hock Isaza | 2011-09-29 | 1 | -0/+10 |
* | fixed a bug with the json serialization when the class setting is set to not ... | Matt Aimonetti | 2011-09-22 | 1 | -0/+10 |
* | to_xml should also rely on serializable hash. | José Valim | 2011-09-18 | 1 | -0/+17 |
* | ActiveModel support for the :include serialization option | John Firebaugh | 2011-07-17 | 1 | -2/+50 |
* | Enable passing root: false to #to_json | Joe Fiorini | 2011-07-01 | 1 | -1/+52 |
* | Attributes with :string type should not be given the type passed in model ser... | Jim Herzberg | 2011-05-18 | 1 | -1/+7 |
* | Methods that return nil should not be considered YAML | Joshua Wehner | 2011-05-10 | 1 | -0/+4 |
* | Rename test directory to match code directory | John Firebaugh | 2011-04-06 | 2 | -0/+279 |