aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/serializers
Commit message (Expand)AuthorAgeFilesLines
* Improve doc for :root option in as_json() [ci skip]Tenzin Chemi2019-05-131-0/+7
* Fix AM::Serializers::JSON#as_json method for timestampsBogdan Gusiev2017-12-211-9/+10
* 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
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
* Eliminate instance level writers for class accessorsAaron Patterson2016-01-221-1/+1
* Remove XML Serialization from core.Zachary Scott2015-08-071-238/+0
* Use Active Model, not ActiveModel in plain Englishclaudiob2015-01-021-1/+1
* Fixing documentation in JSON#from_jsonNick Veys2014-11-201-4/+4
* Use #model_name on instances instead of classesAmiel Martin2014-06-242-2/+2
* Adding missing backslashes in active_model files so as to avoid unwanted link...aditya-kapoor2013-12-271-1/+1
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* it's xml, not jsonJohn Gesimondo2013-07-131-1/+1
* Docfix: Use public interface instead of setting instance variablesRichard Livsey2013-06-071-1/+1
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-5/+5
* chmod -x from non-script filesAkira Matsuda2012-12-241-0/+0
* Only call `in_time_zone` on Time or DateTime instancesAndrew White2012-12-111-1/+6
* Specify type of singular association during serializationSteve Klabnik2012-11-281-1/+6
* fix AM::Serializers titles [ci skip]Francesco Rodriguez2012-10-262-2/+2
* AM::Serializers::Xml depends on AM::NamingFrancesco Rodriguez2012-10-261-0/+4
* Following the false issue reporting I did here : https://github.com/rails/rai...Anthony2012-08-131-0/+4
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-042-8/+66
|\
| * copy edits [ci skip]Vijay Dev2012-08-041-1/+1
| * Fix ActiveModel::Serializers::Xml#to_xml referenceRobert Pankowecki2012-08-021-1/+1
| * update ActiveModel::Serializers documentation [ci skip]Francesco Rodriguez2012-07-302-14/+40
| * add documentation to ActiveModel #from_json method [ci skip]Francesco Rodriguez2012-07-301-2/+34
* | load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
|/
* small refactoring of as_json methodAngelo Capilleri2012-07-031-2/+6
* Simplify AR configuration code.Jon Leighton2012-06-151-3/+2
* change AMS::JSON.include_root_in_json default value to falseFrancesco Rodriguez2012-06-061-44/+44
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-1/+1
* Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...Jon Leighton2012-05-111-1/+3
* Remove Array.wrap call in ActiveModelRafael Mendonça França2012-01-061-3/+2
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+2
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-302-8/+285
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-232-285/+8
* Change one more place for JSON string to HashRobert Ross2011-10-041-1/+1
* Fix as_json doc to say what it actually returns.Robert Ross2011-10-041-1/+1
* Refactor AMo as_json.José Valim2011-09-231-9/+5
* fixed a bug with the json serialization when the class setting is set to not ...Matt Aimonetti2011-09-221-12/+10
* to_xml should also rely on serializable hash.José Valim2011-09-181-31/+15
* ActiveModel support for the :include serialization optionJohn Firebaugh2011-07-171-0/+40
* Enable passing root: false to #to_jsonJoe Fiorini2011-07-011-5/+17
* use clearer variable name in examplesVijay Dev2011-06-042-12/+12
* Remove extra white spaces on ActiveModel docs.Sebastian Martinez2011-05-231-2/+2
* Attributes with :string type should not be given the type passed in model ser...Jim Herzberg2011-05-181-1/+1
* Methods that return nil should not be considered YAMLJoshua Wehner2011-05-101-0/+1