aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/coders
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::Coders::YAMLColumn#dump should raise an errorGuten2012-03-261-0/+7
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+2
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-2/+1
* Make serialized columns with explicit object_type return a new instance of th...Guillermo Álvarez2011-02-031-2/+3
* adding a YAML Column coder for YAML serialization to db columnsAaron Patterson2011-02-011-0/+45