| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore `fixtures :author_addresses` | Ryuta Kamizono | 2017-04-27 | 1 | -1/+1 |
* | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-04-26 | 1 | -1/+1 |
* | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2017-03-26 | 1 | -1/+1 |
* | Allow ActiveRecord::Base.as_json to accept a frozen Hash | Isaac Betesh | 2017-02-08 | 1 | -0/+11 |
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-01-03 | 1 | -1/+1 |
* | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s... | Rafael França | 2017-01-03 | 1 | -1/+1 |
|\ |
|
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2016-12-03 | 1 | -1/+1 |
* | | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 1 | -1/+1 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -3/+3 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -5/+5 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -26/+26 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -12/+12 |
* | 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 |