aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-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
* Allow ActiveRecord::Base.as_json to accept a frozen HashIsaac Betesh2017-02-081-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-1/+1
* Remove XML Serialization from core.Zachary Scott2015-08-071-2/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* `ActiveRecord::Base.include_root_in_json` is `false` by default.Yves Senn2013-03-041-1/+1
* include_root_in_json allows inheritance.kennyj2012-10-311-1/+0
* Remove ActiveRecord::ModelJon Leighton2012-10-261-9/+2
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
* Simplify AR configuration code.Jon Leighton2012-06-151-0/+12
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-2/+2
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-1/+1
* Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-1/+1
* ActiveModel support for the :include serialization optionJohn Firebaugh2011-07-171-39/+1
* Don't merge base opts into includes when serializing ARsJohn Mileham2011-05-261-6/+2
* Syntax cleanup: for in => eachGuillermo Iguaran2011-05-191-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-061-1/+1
|\
| * Fix serialization :include option nameEvgeniy Dolzhenko2010-10-011-1/+1
* | double negative is not goodNeeraj Singh2010-09-301-1/+1
|/
* fixed some issues with JSON encodingJakub Suder2010-09-071-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Adds title and proper formatting to docs.Rizwan Reza2010-06-161-0/+2
* Break up concerns for choosing what attributes should be serialized and the a...Joshua Peek2009-08-131-41/+39
* Integrate AMo JSON serializer into ARJoshua Peek2009-07-031-55/+13
* Fix AR json encodingJeremy Kemper2009-06-081-2/+3
* Cherry-pick core extensionsJeremy Kemper2009-05-131-8/+9
* Use Array.wrapJeremy Kemper2009-04-261-4/+4
* require json lib when serialization is loadedJoshua Peek2008-11-241-0/+2
* Autoload ActiveRecord filesJoshua Peek2008-11-241-1/+1
* Improve documentation coverage and markupXavier Noria2008-05-021-5/+5
* Added :include option to to_json (closes #9677) [chuyeow]David Heinemeier Hansson2007-09-281-6/+45
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-201-0/+59