aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/serialization.rb
Commit message (Collapse)AuthorAgeFilesLines
* Break up concerns for choosing what attributes should be serialized and the ↵Joshua Peek2009-08-131-41/+39
| | | | actual serializer
* 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
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Added :include option to to_json (closes #9677) [chuyeow]David Heinemeier Hansson2007-09-281-6/+45
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7663 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added ActiveRecord::Base#to_json/from_json (currently does not support ↵David Heinemeier Hansson2007-09-201-0/+59
:include like to_xml) [DHH]. Added ActiveRecord::Base#from_xml [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7519 5ecf4fe2-1ee6-0310-87b1-e25e094e27de