aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/json_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* enable AS::JSON.encode to encode AR::Relation by providing `as_json` methodMislav Marohnić2010-07-131-0/+7
* Really make include_root_in_json default to true [#3770 state:resolved]José Valim2010-06-081-11/+8
* Reset class attribute after changing itEvan Phoenix2010-03-221-0/+2
* Fix AR json encodingJeremy Kemper2009-06-081-4/+4
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-56/+56
* Fix the AR json serialization tests to comply with the earlier change to quot...Michael Koziarski2009-01-161-1/+1
* Tweak ActiveRecord::Base#to_json to include a root value in the returned hash...Rick Olson2008-04-011-0/+25
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-3/+3
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-1/+1
* Fix pathsJeremy Kemper2008-01-181-6/+6
* Move tests to casesJeremy Kemper2008-01-181-0/+180