| Commit message (Expand) | Author | Age | Files | Lines |
* | missing requires added | Santiago Pastorino | 2010-07-26 | 1 | -0/+2 |
* | Move runtime back to the Thread.current | José Valim | 2010-07-26 | 1 | -0/+4 |
* | Removing unnecessary code [#5192 state:resolved] | Thiago Pradi | 2010-07-26 | 1 | -1/+7 |
* | do not execute the session tests within transactions | Aaron Patterson | 2010-07-25 | 1 | -0/+2 |
* | Object#returning removed | Santiago Pastorino | 2010-07-25 | 1 | -1/+1 |
* | Move runtime back to connection. | José Valim | 2010-07-25 | 1 | -4/+0 |
* | Revert the previous three commits. | José Valim | 2010-07-25 | 1 | -0/+4 |
* | use a hash to collect optional statistics about the instrumentation | Aaron Patterson | 2010-07-25 | 1 | -4/+0 |
* | runtime should be properly initialized. | José Valim | 2010-07-25 | 1 | -0/+4 |
* | testing sqlbypass destroy. caching connection during destroy | Aaron Patterson | 2010-07-23 | 1 | -0/+9 |
* | refactoring class methods to a module | Aaron Patterson | 2010-07-22 | 1 | -2/+5 |
* | session_id is a VARCHAR | Santiago Pastorino | 2010-07-22 | 1 | -5/+5 |
* | adding a test for session save | Aaron Patterson | 2010-07-22 | 1 | -0/+10 |
* | testing loaded? method and reducing funcalls | Aaron Patterson | 2010-07-21 | 1 | -0/+10 |
* | testing new_record? and converting to an attribute | Aaron Patterson | 2010-07-21 | 1 | -0/+5 |
* | starting sql bypass test, fixing create_table and drop_table! | Aaron Patterson | 2010-07-21 | 1 | -0/+22 |
* | initializing instance variables | Aaron Patterson | 2010-07-21 | 1 | -0/+63 |
* | removing unused models from tests | Subba Rao Pasupuleti | 2010-07-21 | 14 | -43/+1 |
* | renaming tests by removing proxy_options from names | Neeraj Singh | 2010-07-21 | 1 | -5/+5 |
* | Ensure default_scope can be overwriten by association conditions. | José Valim | 2010-07-21 | 2 | -0/+6 |
* | eagerly loaded association records should respect default_scope [#2931 state:... | Subba Rao Pasupuleti | 2010-07-21 | 3 | -2/+22 |
* | update_attribute should not update readonly attributes | Neeraj Singh | 2010-07-21 | 4 | -2/+13 |
* | Timestamp columns of HABTM join table should record timestamps | Neeraj Singh | 2010-07-21 | 2 | -1/+36 |
* | Revert "save on parent should not cascade to child unless child changed [#335... | José Valim | 2010-07-21 | 1 | -18/+0 |
* | Strengthening the test for nested_attribute | Subba Rao Pasupuleti | 2010-07-21 | 1 | -1/+20 |
* | association load target shouldn't replace records | Szetobo | 2010-07-21 | 1 | -1/+13 |
* | In nested_attributes when association is not loaded and association | Subba Rao Pasupuleti | 2010-07-21 | 1 | -0/+6 |
* | - without the id test is passing even if I change :allow_destroy from 'false'... | Neeraj Singh | 2010-07-21 | 1 | -2/+47 |
* | Ensure that primary_keys of HABTM records is not double quoted | Neeraj Singh | 2010-07-20 | 4 | -0/+45 |
* | Make use of severity levels | Santiago Pastorino | 2010-07-20 | 1 | -2/+3 |
* | Fix a failing test in Railtie and properly define all severity levels in Mock... | José Valim | 2010-07-20 | 1 | -4/+2 |
* | Test added, we shouldn't log sql calls when logger is not on debug? mode | Santiago Pastorino | 2010-07-20 | 1 | -0/+17 |
* | mocking out debing? call in the MockLogger | Aaron Patterson | 2010-07-19 | 1 | -0/+2 |
* | Make use of redefine_method, removed some more redefining warnings | Łukasz Strzałkowski | 2010-07-19 | 1 | -0/+1 |
* | Test for behaviour of befeore_type_cast when operating on datetime colmun | Łukasz Strzałkowski | 2010-07-19 | 1 | -0/+8 |
* | Removed warnings when a variable is shadowed | Łukasz Strzałkowski | 2010-07-19 | 3 | -7/+7 |
* | expected value should come first in assert_equal | Neeraj Singh | 2010-07-18 | 1 | -2/+2 |
* | primary_keys_test reads better than pk_test | Neeraj Singh | 2010-07-18 | 1 | -0/+0 |
* | fixing typo | Neeraj Singh | 2010-07-18 | 1 | -1/+1 |
* | removing extra whitespaces | Neeraj Singh | 2010-07-18 | 1 | -1/+1 |
* | save on parent should not cascade to child unless child changed [#3353 state:... | Subba Rao Pasupuleti | 2010-07-18 | 1 | -0/+18 |
* | adding a test for clearing stale connections | Aaron Patterson | 2010-07-16 | 1 | -0/+31 |
* | fixing test file name | Aaron Patterson | 2010-07-16 | 1 | -0/+0 |
* | fixing whitespace errors | Aaron Patterson | 2010-07-16 | 1 | -4/+4 |
* | Makes this test don't trust on the speed of execution | Santiago Pastorino | 2010-07-17 | 1 | -4/+5 |
* | fixing typeo. thanks bamnet! | Aaron Patterson | 2010-07-16 | 1 | -1/+1 |
* | moving persistence related tests to a new file | Neeraj Singh | 2010-07-16 | 2 | -327/+357 |
* | JoinDependency#graft does not properly set parent join [#5124 state:resolved] | David Genord II | 2010-07-16 | 1 | -0/+7 |
* | Revert "Style fixes" | Pratik Naik | 2010-07-15 | 1 | -3/+1 |
* | Style fixes | wycats | 2010-07-14 | 1 | -1/+3 |