Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Docs: Update to_xml documentation to match as_json docuemntation | Nicholas Rowe | 2011-02-20 | 1 | -0/+25 | |
| | ||||||
* | Take into account current time zone when serializing datetime values [#6096 ↵ | Mike Dvorkin | 2010-12-09 | 1 | -0/+1 | |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Perf: refactor methods using inject when not need in activemodel. | Emilio Tagua | 2010-09-22 | 1 | -4/+3 | |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | fixed some issues with JSON encoding | Jakub Suder | 2010-09-07 | 1 | -8/+6 | |
| | | | | | | | | | | | - as_json in ActiveModel should return a hash and handle :only/:except/:methods options - Array and Hash should call as_json on their elements - json methods should not modify options argument [#5374 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | ActiveModel#to_xml fix (renamed parameter). | Andreas Garnæs | 2010-09-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | to_json => as_json | James Miller | 2010-08-25 | 1 | -9/+9 | |
| | ||||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 | |
| | | | | 's/[ \t]*$//' -i {} \;) | |||||
* | ActiveModel::Base doesn't exist, include_root_in_json is a class_attribute ↵ | Santiago Pastorino | 2010-08-10 | 1 | -3/+3 | |
| | | | | for the classes which includes this module | |||||
* | edit pass to AMo::Serializers::JSON | Xavier Noria | 2010-08-06 | 1 | -9/+9 | |
| | ||||||
* | adding proper markup to comment | Neeraj Singh | 2010-07-16 | 1 | -2/+2 | |
| | ||||||
* | Added headings to serializers. | Rizwan Reza | 2010-06-14 | 2 | -2/+6 | |
| | ||||||
* | Really make include_root_in_json default to true [#3770 state:resolved] | José Valim | 2010-06-08 | 1 | -3/+6 | |
| | ||||||
* | Make ActiveResource serialize XML correctly when element_name is set. | Santiago Pastorino | 2010-05-12 | 1 | -1/+1 | |
| | | | | | | [#4529] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Active Model JSON serializer now supports custom root option | Jatinder Singh | 2010-05-04 | 1 | -1/+5 | |
| | | | | | | [#4515 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Move several configuration values from Hash to ActiveSupport::XmlMini, which ↵ | José Valim | 2010-04-29 | 1 | -111/+51 | |
| | | | | | | both Hash and Array depends on. Also, refactored ActiveModel serializers to just use ActiveSupport::XmlMini.to_tag. As consequence, if a serialized attribute is an array or a hash, it's not encoded as yaml, but as a hash or array. | |||||
* | Speed up xml serializer by computing values just once and remove unecessary ↵ | José Valim | 2010-04-22 | 1 | -18/+17 | |
| | | | | code duplication. | |||||
* | Use Array.wrap uniformly | Jeremy Kemper | 2010-03-27 | 1 | -1/+2 | |
| | ||||||
* | Adding documentation for ActiveModel::Serialization | Mikel Lindsaar | 2010-01-17 | 1 | -2/+2 | |
| | ||||||
* | Change the ActiveModel::Base.include_root_in_json default to true for Rails ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -5/+3 | |
| | | | | 3 [DHH] | |||||
* | Break up concerns for choosing what attributes should be serialized and the ↵ | Joshua Peek | 2009-08-13 | 2 | -38/+56 | |
| | | | | actual serializer | |||||
* | Dasherize XML root by default to avoid invalid tags ↵ | Joshua Peek | 2009-07-22 | 1 | -1/+1 | |
| | | | | "<admin/posts>...</admin/posts>" [#2875 state:resolved] | |||||
* | Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ↵ | John Maxwell | 2009-07-22 | 1 | -1/+5 | |
| | | | | | | 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 helper | Joshua Peek | 2009-07-20 | 2 | -2/+0 | |
| | ||||||
* | Integrate AMo XML serializer into AR | Joshua Peek | 2009-07-11 | 1 | -22/+27 | |
| | ||||||
* | 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 | 2 | -15/+187 | |
| | ||||||
* | 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 | |