| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed a few instances of of words in the API docs written in British Englis... | Oemuer Oezkir | 2011-07-24 | 1 | -2/+2 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+2 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -3/+2 |
* | Revert "Revert the merge because tests did not pass." | José Valim | 2011-05-07 | 1 | -0/+35 |
* | Revert the merge because tests did not pass. | José Valim | 2011-05-06 | 1 | -35/+0 |
* | Adding base method symbolized_sti_name to activerecord base to be used on ide... | Richard Millan | 2011-05-06 | 1 | -4/+6 |
* | Test: identity on inherited classes should behave the same when turned on or off | Richard Millan | 2011-05-05 | 1 | -0/+16 |
* | Testing identity map on inherited active record classes. Distinct models tha... | Richard Millan | 2011-05-05 | 1 | -0/+17 |
* | Fix failing AR test. | José Valim | 2011-05-02 | 1 | -17/+0 |
* | Make the identity map use the instrumentation infrastructure so we can style ... | David Heinemeier Hansson | 2011-05-01 | 1 | -4/+13 |
* | fixing test warnings | Aaron Patterson | 2011-04-30 | 1 | -7/+1 |
* | Add log message when loading records from Identity Map. | Emilio Tagua | 2011-04-04 | 1 | -0/+9 |
* | Use IM when trying to load records using ID. | Emilio Tagua | 2011-04-04 | 1 | -3/+10 |
* | Add order clauses to fix some tests which were failing under 1.8 on oracle an... | Jon Leighton | 2011-03-18 | 1 | -9/+9 |
* | Active Record typos. | R.T. Lechow | 2011-03-05 | 1 | -2/+2 |
* | Don't use skip, just don't run anything, we don't have skip in Ruby 1.8 | Emilio Tagua | 2011-02-18 | 1 | -4/+2 |
* | Use to_a instead :load in test, since :load changed. | Emilio Tagua | 2011-02-18 | 1 | -1/+1 |
* | No need to test against target anymore. | Emilio Tagua | 2011-02-18 | 1 | -8/+8 |
* | Run tests without IdentityMap when IM=false is given. | Emilio Tagua | 2011-02-15 | 1 | -0/+4 |
* | Add test using identity map and select. | Emilio Tagua | 2010-11-19 | 1 | -0/+14 |
* | Ups, forgot to remove one conflict tag from previous commit. | Emilio Tagua | 2010-11-19 | 1 | -1/+0 |
* | Revert "IdentityMap - Adjustments to test cases" | Emilio Tagua | 2010-11-19 | 1 | -0/+1 |
* | Use block syntax in IdentityMap middleware. | Emilio Tagua | 2010-11-19 | 1 | -0/+8 |
* | Use hash[:Post][1] style identity maps for each table. | Emilio Tagua | 2010-11-19 | 1 | -0/+7 |
* | Fix test name and typo. | Emilio Tagua | 2010-11-19 | 1 | -2/+2 |
* | Test reorganization | Marcin Raczkowski | 2010-11-19 | 1 | -36/+83 |
* | Test with target object, failing on 1.9.2 when comparing object against assoc... | Emilio Tagua | 2010-11-19 | 1 | -2/+2 |
* | Testing objects equality is what we are looking for here, no query caching. | Emilio Tagua | 2010-11-19 | 1 | -12/+8 |
* | Change test models. | Emilio Tagua | 2010-11-19 | 1 | -10/+10 |
* | Don't use identity map if loading readonly records, this will prevent changin... | Emilio Tagua | 2010-11-19 | 1 | -6/+26 |
* | Associated objects are assigned from identity map if enabled and contains ass... | Emilio Tagua | 2010-11-19 | 1 | -0/+18 |
* | Add test for update_attributes and identity map. | Emilio Tagua | 2010-11-19 | 1 | -0/+13 |
* | Remove objects from identity map if save! failed, otherwise finding again the... | Emilio Tagua | 2010-11-19 | 1 | -0/+13 |
* | Remove objects from identity map if save failed, otherwise finding again the ... | Emilio Tagua | 2010-11-19 | 1 | -1/+15 |
* | Add test to show that when IdentityMap is disabled finders returns different ... | Emilio Tagua | 2010-11-19 | 1 | -4/+7 |
* | Uncomment test and make it work. | Emilio Tagua | 2010-11-19 | 1 | -2/+5 |
* | IdentityMap - Fixes problem with dirty attributes | Marcin Raczkowski | 2010-11-19 | 1 | -0/+32 |
* | IdentityMap - Adjustments to test cases | Marcin Raczkowski | 2010-11-19 | 1 | -9/+23 |
* | IdentityMap - Tests for IM | Marcin Raczkowski | 2010-11-19 | 1 | -0/+198 |