aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* test to ensure that respond_to? delegates to arelAaron Patterson2010-08-061-0/+19
* sorry AR, my privates are none of your businessAaron Patterson2010-08-061-7/+0
* do not rely on arel class structureAaron Patterson2010-08-061-0/+7
* query value is converted to_s instead of to_yamlRainerBlessing2010-08-031-0/+8
* Dynamic finder method like scoped_by_* create methods so thatNeeraj Singh2010-08-031-0/+6
* Making Active Record base_test.rb thinner by moving testsNeeraj Singh2010-08-035-534/+545
* Eager loading an association should not change the count of childrenNeeraj Singh2010-08-025-0/+38
* Tidy up previous commit.José Valim2010-08-021-1/+1
* test and fix collection_singular_ids= with string primary keys [#5125 state:r...Robert Pankowecki2010-08-023-2/+43
* Add an internal (private API) after_touch callback. [#5271 state:resolved]José Valim2010-08-021-4/+4
* added failing touch propagation testJakub Kuźma2010-08-022-0/+19
* reverting where() functionality, adding a testAaron Patterson2010-07-301-0/+5
* Don't increment and then decrement the same counter when re-assigning a belon...Tarmo Tänav2010-07-291-0/+4
* fixed joining of attributes when using find_or_create_by with multiple attrib...Jon Buda2010-07-281-0/+9
* missing requires addedSantiago Pastorino2010-07-261-0/+2
* Move runtime back to the Thread.currentJosé Valim2010-07-261-0/+4
* Removing unnecessary code [#5192 state:resolved]Thiago Pradi2010-07-261-1/+7
* do not execute the session tests within transactionsAaron Patterson2010-07-251-0/+2
* Object#returning removedSantiago Pastorino2010-07-251-1/+1
* Move runtime back to connection.José Valim2010-07-251-4/+0
* Revert the previous three commits.José Valim2010-07-251-0/+4
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-4/+0
* runtime should be properly initialized.José Valim2010-07-251-0/+4
* testing sqlbypass destroy. caching connection during destroyAaron Patterson2010-07-231-0/+9
* refactoring class methods to a moduleAaron Patterson2010-07-221-2/+5
* session_id is a VARCHARSantiago Pastorino2010-07-221-5/+5
* adding a test for session saveAaron Patterson2010-07-221-0/+10
* testing loaded? method and reducing funcallsAaron Patterson2010-07-211-0/+10
* testing new_record? and converting to an attributeAaron Patterson2010-07-211-0/+5
* starting sql bypass test, fixing create_table and drop_table!Aaron Patterson2010-07-211-0/+22
* initializing instance variablesAaron Patterson2010-07-211-0/+63
* removing unused models from testsSubba Rao Pasupuleti2010-07-2114-43/+1
* renaming tests by removing proxy_options from namesNeeraj Singh2010-07-211-5/+5
* Ensure default_scope can be overwriten by association conditions.José Valim2010-07-212-0/+6
* eagerly loaded association records should respect default_scope [#2931 state:...Subba Rao Pasupuleti2010-07-213-2/+22
* update_attribute should not update readonly attributesNeeraj Singh2010-07-214-2/+13
* Timestamp columns of HABTM join table should record timestampsNeeraj Singh2010-07-212-1/+36
* Revert "save on parent should not cascade to child unless child changed [#335...José Valim2010-07-211-18/+0
* Strengthening the test for nested_attributeSubba Rao Pasupuleti2010-07-211-1/+20
* association load target shouldn't replace recordsSzetobo2010-07-211-1/+13
* In nested_attributes when association is not loaded and associationSubba Rao Pasupuleti2010-07-211-0/+6
* - without the id test is passing even if I change :allow_destroy from 'false'...Neeraj Singh2010-07-211-2/+47
* Ensure that primary_keys of HABTM records is not double quotedNeeraj Singh2010-07-204-0/+45
* Make use of severity levelsSantiago Pastorino2010-07-201-2/+3
* Fix a failing test in Railtie and properly define all severity levels in Mock...José Valim2010-07-201-4/+2
* Test added, we shouldn't log sql calls when logger is not on debug? modeSantiago Pastorino2010-07-201-0/+17
* mocking out debing? call in the MockLoggerAaron Patterson2010-07-191-0/+2
* Make use of redefine_method, removed some more redefining warningsŁukasz Strzałkowski2010-07-191-0/+1
* Test for behaviour of befeore_type_cast when operating on datetime colmunŁukasz Strzałkowski2010-07-191-0/+8
* Removed warnings when a variable is shadowedŁukasz Strzałkowski2010-07-193-7/+7