I have some data in my development database that I would like to utilize as fixtures in my test environment. What is the best way in Rails 2.x to export a database table to
Very simple gem will create yaml fixtures from existing database...
github.com/vanboom/yaml_dump
Works with Rails 4.