aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/serializers/xml.rb
Commit message (Expand)AuthorAgeFilesLines
* Break up concerns for choosing what attributes should be serialized and the a...Joshua Peek2009-08-131-24/+52
* Dasherize XML root by default to avoid invalid tags "<admin/posts>...</admin/...Joshua Peek2009-07-221-1/+1
* Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ...John Maxwell2009-07-221-1/+5
* Kill AMo ivar attributes helperJoshua Peek2009-07-201-1/+0
* Integrate AMo XML serializer into ARJoshua Peek2009-07-111-22/+27
* Initial extraction of AMo xml serializerJoshua Peek2009-07-031-0/+168