aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/serializers/xml.rb
Commit message (Expand)AuthorAgeFilesLines
* Added headings to serializers.Rizwan Reza2010-06-141-0/+3
* Make ActiveResource serialize XML correctly when element_name is set.Santiago Pastorino2010-05-121-1/+1
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-111/+51
* Speed up xml serializer by computing values just once and remove unecessary c...José Valim2010-04-221-18/+17
* Use Array.wrap uniformlyJeremy Kemper2010-03-271-1/+2
* Adding documentation for ActiveModel::SerializationMikel Lindsaar2010-01-171-2/+2
* 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