Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding documentation for ActiveModel::Serialization | Mikel Lindsaar | 2010-01-17 | 1 | -2/+2 | |
| | ||||||
* | Change the ActiveModel::Base.include_root_in_json default to true for Rails ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -5/+3 | |
| | | | | 3 [DHH] | |||||
* | Break up concerns for choosing what attributes should be serialized and the ↵ | Joshua Peek | 2009-08-13 | 2 | -38/+56 | |
| | | | | actual serializer | |||||
* | Dasherize XML root by default to avoid invalid tags ↵ | Joshua Peek | 2009-07-22 | 1 | -1/+1 | |
| | | | | "<admin/posts>...</admin/posts>" [#2875 state:resolved] | |||||
* | Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ↵ | John Maxwell | 2009-07-22 | 1 | -1/+5 | |
| | | | | | | If two parameters are present in Procs supplied to to_xml's :procs option, the model being serialized will be passed as the second argument [#2373 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Kill AMo ivar attributes helper | Joshua Peek | 2009-07-20 | 2 | -2/+0 | |
| | ||||||
* | Integrate AMo XML serializer into AR | Joshua Peek | 2009-07-11 | 1 | -22/+27 | |
| | ||||||
* | Integrate AMo JSON serializer into AR | Joshua Peek | 2009-07-03 | 1 | -4/+69 | |
| | ||||||
* | Initial extraction of AMo xml serializer | Joshua Peek | 2009-07-03 | 2 | -15/+187 | |
| | ||||||
* | Ensure JSON serializer includes model naming | Joshua Peek | 2009-07-03 | 1 | -0/+2 | |
| | ||||||
* | Add basic JSON serializer to AMo | Joshua Peek | 2009-06-17 | 1 | -0/+38 | |