ar_fixtures - great stuff, when it works
Posted by admin, Thu Mar 02 07:20:39 UTC 2006
Dump or Slurp YAML Reference Data (and Fixtures) | Ruby on Rails for Newbies
Dump or Slurp YAML Reference Data (and Fixtures)
And one more problem with ar_fixtures. We were using it to dump data out of an Oracle test database, to transfer to MySQL. Two of the columns failed to “dump” properly. A column defined in Oracle as “NUMBER” failed to export. As did another column defined as “NUMBER”. Instead of the numeric data expected, we got a bunch of :
!ruby/object{}



