This project is archived and is in readonly mode.

#6061 ✓resolved
John Hawthorn

rake db:fixtures:load FIXTURES=tables is broken

Reported by John Hawthorn | November 24th, 2010 @ 11:11 PM

The db:fixtures:load rake task allows specifying a comma list of which fixtures to load as FIXTURES. However under rails 3 and current master it fails, stripping the last 4 characters off each table name.

$ rake db:fixtures:load FIXTURES=products
rake aborted!
Could not find /home/jhawthorn/example/test/fixtures/prod.yml or /home/jhawthorn/example/test/fixtures/prod.csv

Was broken in this commit and should affect all versions of rails 3 but none of version 2.3.x.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Attachments

Referenced by

Pages