aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Merge pull request #28270 from mmangino/dont_ignore_seralization_optionsRyuta Kamizono2018-02-271-1/+1
|\
| * Don't accidentally lose includes in serializationMike Mangino2017-03-031-1/+1
* | Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|/
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-2/+2
* [ci skip] Fix explanation of `ActiveModel::Serialization`yui-knk2015-10-021-3/+3
* Tiny documentation improvements [ci skip]Robin Dupret2015-08-281-2/+3
* discard xml Serialization documentation that is no longer available [ci skip]Gaurav Sharma2015-08-221-5/+3
* Remove XML Serialization from core.Zachary Scott2015-08-071-3/+0
* Revert "Add code example for include option of AM::Serialization#serializable...Rafael Mendonça França2015-06-101-14/+1
* Add code example for include option of AM::Serialization#serializable_hashRadan Skoric2015-06-091-1/+14
* Tiny documentation edits [ci skip]Robin Dupret2015-06-071-2/+2
* add docs to include option at ActiveModel::Serialization#serializable_hash [c...rusikf2015-05-111-0/+31
* ensure `method_missing` called for non-existing methods passed toJay Elaraj2015-04-281-1/+1
* :scissors: and :nail_care: from d60c405 [ci skip]Zachary Scott2014-06-161-3/+3
* [ci skip] correct doc for serialization in accordance with API Doc GuideAditya Kapoor2014-06-161-11/+11
* Fix few typos and improve markup at some levelsRobin Dupret2013-12-241-1/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-1/+1
* update ActiveModel::Serialization documentation [ci skip]Francesco Rodriguez2012-07-061-14/+36
* Merge pull request #5678 from troyk/patch-1Carlos Antonio da Silva2012-05-191-1/+1
|\
| * Remove sort on attributes.keysTroy Kruthoff2012-03-301-1/+1
* | Missed colonAlexey Vakhov2012-05-141-1/+1
* | Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...Jon Leighton2012-05-111-2/+2
* | Use <tt>Foo::Bar</tt> instead of +Foo::Bar+Mark Rushakof2012-04-271-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-251-5/+11
|\ \
| * | fix code syntaxOscar Del Ben2012-04-251-2/+2
| * | Add include documentation to serializationOscar Del Ben2012-04-251-1/+6
| * | improve serialization docOscar Del Ben2012-04-251-4/+5
| |/
* / Minor refactor of serializable hashOscar Del Ben2012-04-251-2/+1
|/
* Rename variable to avoid using name "include"Carlos Antonio da Silva2012-03-091-8/+4
* Remove Array#wrap usage in AMo serializationCarlos Antonio da Silva2012-03-091-2/+1
* Make sure serializable hash with :include always returns string keysCarlos Antonio da Silva2012-03-091-2/+1
* Merge pull request #5018 from hammerdr/issue-4659-docsAaron Patterson2012-02-131-4/+7
|\
| * Missed a code example. Fixing the docs to be consistant.Derek Hammer2012-02-121-1/+1
| * Adding documentation to clarify usage of attributes hash.Derek Hammer2012-02-121-3/+6
* | Make sure serializable hash with :methods option returns always string keysCarlos Antonio da Silva2012-02-131-1/+1
|/
* Remove Array.wrap call in ActiveModelRafael Mendonça França2012-01-061-3/+3
* 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