This project is archived and is in readonly mode.
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
-
Repository February 6th, 2011 @ 08:59 PM
- State changed from new to resolved
(from [a3f5d7159d00a0c7c7d79d15652028ac13df30af]) fix db:fixtures:load with FIXTURES specified [#6061 state:resolved]
Signed-off-by: Santiago Pastorino santiago@wyeworks.com
https://github.com/rails/rails/commit/a3f5d7159d00a0c7c7d79d1565202...
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
- 6061 rake db:fixtures:load FIXTURES=tables is broken (from [a3f5d7159d00a0c7c7d79d15652028ac13df30af]) fix db:...