aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-5/+134
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-134/+5
* Fixed serialization issues with multiple includes with optionszhengjia2011-10-111-1/+1
* Provide read_attribute_for_serialization as the API to serialize attributes.José Valim2011-09-301-2/+23
* Make serializable_hash take attr values directly from attributes hash.Jon Leighton2011-09-261-1/+3
* added missing require array/wrap in serializationAnand2011-08-231-0/+2
* ActiveModel support for the :include serialization optionJohn Firebaugh2011-07-171-1/+32
* Replace map+compact with selectJohn Firebaugh2011-07-171-1/+1
* serializable_hash(:only => [], :methods => [:foo]) should workJohn Firebaugh2011-07-171-7/+4
* Remove extra white spaces on ActiveModel docs.Sebastian Martinez2011-05-231-1/+1
* Fixed broken, memoized attributes method exampleNathaniel Bibler2011-02-071-2/+2
* 'nil' => nilAkira Matsuda2010-12-171-2/+2
* Perf: refactor methods using inject when not need in activemodel.Emilio Tagua2010-09-221-9/+2
* fixed some issues with JSON encodingJakub Suder2010-09-071-8/+10
* to_json => as_jsonJames Miller2010-08-251-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-22/+22
* adding documentation to ActiveSupport::Concern ht:strictly typed for an aweso...Neeraj Singh2010-08-041-0/+2
* Revised and added headings.Rizwan Reza2010-06-141-0/+2
* Full update on ActiveModel documentationMikel Lindsaar2010-02-011-0/+57
* Break up concerns for choosing what attributes should be serialized and the a...Joshua Peek2009-08-131-0/+30