Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Really make include_root_in_json default to true [#3770 state:resolved] | José Valim | 2010-06-08 | 1 | -3/+6 |
* | Active Model JSON serializer now supports custom root option | Jatinder Singh | 2010-05-04 | 1 | -1/+5 |
* | Change the ActiveModel::Base.include_root_in_json default to true for Rails 3... | David Heinemeier Hansson | 2010-01-03 | 1 | -5/+3 |
* | Break up concerns for choosing what attributes should be serialized and the a... | Joshua Peek | 2009-08-13 | 1 | -14/+4 |
* | Kill AMo ivar attributes helper | Joshua Peek | 2009-07-20 | 1 | -1/+0 |
* | 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 | 1 | -15/+19 |
* | 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 |