| Commit message (Expand) | Author | Age | Files | Lines |
* | rewrite tests to have no side-effects on `include_root_in_json`. | Yves Senn | 2013-03-04 | 1 | -33/+55 |
* | Fix serializable_hash with xml generation and default :except option | Carlos Antonio da Silva | 2012-06-22 | 1 | -0/+15 |
* | Add some coverage for AR serialization with serializable_hash | Carlos Antonio da Silva | 2012-06-22 | 1 | -0/+32 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Failing test - JSON serialization shouldn't merge base opts into include opts. | John Mileham | 2011-05-26 | 1 | -0/+9 |
* | Fix broken test | Jon Leighton | 2010-10-19 | 1 | -1/+5 |
* | Fix the tests (I have actually verified that these are also the 'right' fixes... | Jon Leighton | 2010-10-03 | 1 | -1/+1 |
* | fixed some issues with JSON encoding | Jakub Suder | 2010-09-07 | 1 | -0/+7 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | enable AS::JSON.encode to encode AR::Relation by providing `as_json` method | Mislav Marohnić | 2010-07-13 | 1 | -0/+7 |
* | Really make include_root_in_json default to true [#3770 state:resolved] | José Valim | 2010-06-08 | 1 | -11/+8 |
* | Reset class attribute after changing it | Evan Phoenix | 2010-03-22 | 1 | -0/+2 |
* | Fix AR json encoding | Jeremy Kemper | 2009-06-08 | 1 | -4/+4 |
* | * Add pluggable JSON backends with support for the JSON gem. [rick] | rick | 2009-04-23 | 1 | -56/+56 |
* | Fix the AR json serialization tests to comply with the earlier change to quot... | Michael Koziarski | 2009-01-16 | 1 | -1/+1 |
* | Tweak ActiveRecord::Base#to_json to include a root value in the returned hash... | Rick Olson | 2008-04-01 | 1 | -0/+25 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -3/+3 |
* | belongs_to supports :dependent => :destroy and :delete. Closes #10592. | Jeremy Kemper | 2008-01-19 | 1 | -1/+1 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -6/+6 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 1 | -0/+180 |