aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serializeration
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings in AMoJoshua Peek2009-09-052-2/+2
|
* Fix failing AMo isolated testsJoshua Peek2009-09-052-0/+4
|
* Dasherize XML root by default to avoid invalid tags ↵Joshua Peek2009-07-221-0/+11
| | | | "<admin/posts>...</admin/posts>" [#2875 state:resolved]
* Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ↵John Maxwell2009-07-221-0/+12
| | | | | | 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 helperJoshua Peek2009-07-202-0/+8
|
* Initial extraction of AMo xml serializerJoshua Peek2009-07-032-0/+158