aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise error when using write_attribute with a non-existent attribute.Jon Leighton2011-09-131-6/+7
* Move to_xml tests to xml_serialization_test.rbJohn Firebaugh2011-07-171-142/+0
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* make sure de-serialization happens on object instantiationAaron Patterson2011-02-011-0/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Making Active Record base_test.rb thinner by moving testsNeeraj Singh2010-08-031-0/+134
* to_xml with :include should skip_instruct on the included records [#4506 stat...Lawrence Pit2010-04-301-0/+7
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+47