aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/serializers/json.rb
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
* Fixing documentation in JSON#from_jsonNick Veys2014-11-201-4/+4
* Use #model_name on instances instead of classesAmiel Martin2014-06-241-1/+1
* Adding missing backslashes in active_model files so as to avoid unwanted link...aditya-kapoor2013-12-271-1/+1
* Docfix: Use public interface instead of setting instance variablesRichard Livsey2013-06-071-1/+1
* fix AM::Serializers titles [ci skip]Francesco Rodriguez2012-10-261-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-041-2/+36
|\
| * update ActiveModel::Serializers documentation [ci skip]Francesco Rodriguez2012-07-301-8/+10
| * 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
* 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-301-3/+99
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-99/+3
* 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
* Enable passing root: false to #to_jsonJoe Fiorini2011-07-011-5/+17
* use clearer variable name in examplesVijay Dev2011-06-041-10/+10
* fixed some issues with JSON encodingJakub Suder2010-09-071-8/+6
* to_json => as_jsonJames Miller2010-08-251-9/+9
* ActiveModel::Base doesn't exist, include_root_in_json is a class_attribute fo...Santiago Pastorino2010-08-101-3/+3
* edit pass to AMo::Serializers::JSONXavier Noria2010-08-061-9/+9
* adding proper markup to commentNeeraj Singh2010-07-161-2/+2
* Added headings to serializers.Rizwan Reza2010-06-141-2/+3
* Really make include_root_in_json default to true [#3770 state:resolved]José Valim2010-06-081-3/+6
* Active Model JSON serializer now supports custom root optionJatinder Singh2010-05-041-1/+5
* Change the ActiveModel::Base.include_root_in_json default to true for Rails 3...David Heinemeier Hansson2010-01-031-5/+3
* Break up concerns for choosing what attributes should be serialized and the a...Joshua Peek2009-08-131-14/+4
* Kill AMo ivar attributes helperJoshua Peek2009-07-201-1/+0
* Integrate AMo JSON serializer into ARJoshua Peek2009-07-031-4/+69
* Initial extraction of AMo xml serializerJoshua Peek2009-07-031-15/+19
* Ensure JSON serializer includes model naming Joshua Peek2009-07-031-0/+2
* Add basic JSON serializer to AMoJoshua Peek2009-06-171-0/+38