David Heinemeier Hansson
|
532b11690f
|
Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH]
|
2010-01-03 22:02:10 -05:00 |
|
Joshua Peek
|
c6bc8e6626
|
Break up concerns for choosing what attributes should be serialized and the actual serializer
|
2009-08-13 22:27:36 -05:00 |
|
Joshua Peek
|
272c504f91
|
Dasherize XML root by default to avoid invalid tags "<admin/posts>...</admin/posts>" [#2875 state:resolved]
|
2009-07-22 21:06:34 -05:00 |
|
John Maxwell
|
c39151a847
|
Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: 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>
|
2009-07-22 20:47:15 -05:00 |
|
Joshua Peek
|
2685d93b07
|
Kill AMo ivar attributes helper
|
2009-07-20 23:28:58 -05:00 |
|
Joshua Peek
|
e83a05af07
|
Integrate AMo XML serializer into AR
|
2009-07-11 16:20:58 -05:00 |
|
Joshua Peek
|
783db25e0c
|
Integrate AMo JSON serializer into AR
|
2009-07-03 23:12:42 -05:00 |
|
Joshua Peek
|
d2b78b3594
|
Initial extraction of AMo xml serializer
|
2009-07-03 21:38:14 -05:00 |
|
Joshua Peek
|
e3d6d10e1f
|
Ensure JSON serializer includes model naming
|
2009-07-03 21:38:13 -05:00 |
|
Joshua Peek
|
fbdf706fff
|
Add basic JSON serializer to AMo
|
2009-06-17 21:27:54 -05:00 |
|