aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* expected value should come first in assert_equalNeeraj Singh2010-07-181-2/+2
* primary_keys_test reads better than pk_testNeeraj Singh2010-07-181-0/+0
* fixing typoNeeraj Singh2010-07-181-1/+1
* removing extra whitespacesNeeraj Singh2010-07-181-1/+1
* save on parent should not cascade to child unless child changed [#3353 state:...Subba Rao Pasupuleti2010-07-181-0/+18
* adding a test for clearing stale connectionsAaron Patterson2010-07-161-0/+31
* fixing test file nameAaron Patterson2010-07-161-0/+0
* fixing whitespace errorsAaron Patterson2010-07-161-4/+4
* Makes this test don't trust on the speed of executionSantiago Pastorino2010-07-171-4/+5
* fixing typeo. thanks bamnet!Aaron Patterson2010-07-161-1/+1
* moving persistence related tests to a new fileNeeraj Singh2010-07-162-327/+357
* JoinDependency#graft does not properly set parent join [#5124 state:resolved]David Genord II2010-07-161-0/+7
* Revert "Style fixes"Pratik Naik2010-07-151-3/+1
* Style fixeswycats2010-07-141-1/+3
* activerecord tests should inherit from ActiveRecord::TestCaseAaron Patterson2010-07-144-4/+4
* Let's initialize instance variables in the postgres adapter.Aaron Patterson2010-07-141-0/+17
* Remove unintentional API changes. [#1108]Pratik Naik2010-07-141-41/+9
* Style fixesPratik Naik2010-07-141-3/+1
* Set destroyed=true in opt locking's destroy [#5058 state:resolved]Jacob Lewallen2010-07-141-1/+2
* count method should not take options if it is operated on has_many associatio...Neeraj Singh2010-07-131-0/+26
* update_attributes and update_attributes! are now wrapped in a transactionNeeraj Singh2010-07-132-1/+24
* Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...Vitalii Khustochka2010-07-132-0/+7
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-138-1/+52
* renaming test name to fix accidently overrideSubba Rao Pasupuleti2010-07-131-1/+1
* enable AS::JSON.encode to encode AR::Relation by providing `as_json` methodMislav Marohnić2010-07-131-0/+7
* with this fix touch method - does not call validations - doest not call callb...Neeraj Singh2010-07-131-0/+10
* primary key behavioral testsAaron Patterson2010-07-101-0/+17
* behavioral tests for sqlite adapterAaron Patterson2010-07-101-4/+77
* adding more behavioral tests for the sqlite adapterAaron Patterson2010-07-091-0/+20
* Return from ActiveRecord::Base#attributes= unless value is a hash [#4070 stat...David Trasbo2010-07-081-0/+7
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-086-3/+43
* This patch changes update_attribute implementatino so:Neeraj Singh2010-07-083-13/+52
* Eager loading :through associations will join the :source model if there are ...Grant Ammons2010-07-082-0/+7
* Fix the #using_limitable_reflections? helper to work correctly by not examini...Ken Collins2010-07-081-0/+10
* Tests to specify the behaviour of ActiveRecord::Migrator.get_all_versions() [...Thiago Pradi2010-07-081-0/+14
* fix ActiveRecord `destroy_all` so it returns destroyed recordsMislav Marohnić2010-07-082-8/+19
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-087-194/+11
* minor changes to mass assignment security patch to bring it in line with rail...Josh Kalderimis2010-07-084-131/+135
* Mass assignment security refactoringEric Chapweske2010-07-085-13/+135
* This test never runs and it has never run. Since the day this fileNeeraj Singh2010-07-081-4/+0
* Fixed gruoped_by_title spelling [#5063 state:committed]Ben Somers2010-07-082-3/+3
* adding some behavioral tests for the sqlite adapter. [#5065 state:resolved]Aaron Patterson2010-07-071-0/+100