| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make update_attribute behave as in Rails 2.3 and document the behavior intrin... | José Valim | 2010-08-12 | 2 | -20/+28 |
* | fixed indentation in test cases | Mark Turner | 2010-08-11 | 3 | -4/+3 |
* | Raising exception if fixture file can't be found | Paul Hieromnimon | 2010-08-11 | 1 | -0/+11 |
* | Added test case to verify that transaction callbacks are correctly propagated... | Tobias Lütke | 2010-08-09 | 1 | -0/+41 |
* | ignore this test for mysql2 | Brian Lopez | 2010-08-09 | 1 | -13/+15 |
* | bringing over latest from master | Brian Lopez | 2010-08-09 | 9 | -547/+581 |
|\ |
|
| * | test to ensure that respond_to? delegates to arel | Aaron Patterson | 2010-08-06 | 1 | -0/+19 |
| * | sorry AR, my privates are none of your business | Aaron Patterson | 2010-08-06 | 1 | -7/+0 |
| * | do not rely on arel class structure | Aaron Patterson | 2010-08-06 | 1 | -0/+7 |
| * | query value is converted to_s instead of to_yaml | RainerBlessing | 2010-08-03 | 1 | -0/+8 |
| * | Dynamic finder method like scoped_by_* create methods so that | Neeraj Singh | 2010-08-03 | 1 | -0/+6 |
| * | Making Active Record base_test.rb thinner by moving tests | Neeraj Singh | 2010-08-03 | 5 | -534/+545 |
* | | skip the before_type_cast_on_datetime test entirely for mysql2 | Brian Lopez | 2010-08-02 | 1 | -17/+18 |
* | | move reload after touch | Brian Lopez | 2010-08-02 | 1 | -1/+1 |
* | | reload the owner model after update | Brian Lopez | 2010-08-02 | 1 | -0/+1 |
* | | Merge branch 'master' into mysql2 | Brian Lopez | 2010-08-02 | 9 | -3/+101 |
|\| |
|
| * | Eager loading an association should not change the count of children | Neeraj Singh | 2010-08-02 | 5 | -0/+38 |
| * | Tidy up previous commit. | José Valim | 2010-08-02 | 1 | -1/+1 |
| * | test and fix collection_singular_ids= with string primary keys [#5125 state:r... | Robert Pankowecki | 2010-08-02 | 3 | -2/+43 |
| * | Add an internal (private API) after_touch callback. [#5271 state:resolved] | José Valim | 2010-08-02 | 1 | -4/+4 |
| * | added failing touch propagation test | Jakub Kuźma | 2010-08-02 | 2 | -0/+19 |
* | | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 15 | -19/+459 |
|/ |
|
* | reverting where() functionality, adding a test | Aaron Patterson | 2010-07-30 | 1 | -0/+5 |
* | Don't increment and then decrement the same counter when re-assigning a belon... | Tarmo Tänav | 2010-07-29 | 1 | -0/+4 |
* | fixed joining of attributes when using find_or_create_by with multiple attrib... | Jon Buda | 2010-07-28 | 1 | -0/+9 |
* | 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 |