aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/persistence_test.rb
Commit message (Expand)AuthorAgeFilesLines
* removing many unused variablesAaron Patterson2010-11-161-2/+1
* STI type is now updated when calling AR::Base.becomes on subclasses [#5953 st...Franck Verrot2010-11-121-0/+9
* Fixing typo [#5485 state:resolved]Thiago Pradi2010-08-281-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Make update_attribute behave as in Rails 2.3 and document the behavior intrin...José Valim2010-08-121-17/+24
* Making Active Record base_test.rb thinner by moving testsNeeraj Singh2010-08-031-0/+113
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-7/+0
* update_attribute should not update readonly attributesNeeraj Singh2010-07-211-1/+7
* Makes this test don't trust on the speed of executionSantiago Pastorino2010-07-171-4/+5
* moving persistence related tests to a new fileNeeraj Singh2010-07-161-0/+357