This project is archived and is in readonly mode.
[PATCH] FIXTURES_PATH option for rake db:fixtures
Reported by MatthewRudy | August 9th, 2008 @ 05:24 PM | in 2.x
I've added the following functionality
rake db:fixtures:load FIXTURES_PATH=spec/fixtures FIXTURES_DIR=extra rake db:fixtures:identify FIXTURES_PATH=spec/fixtures LABEL=some_label
these should both be backward compatible.
See a gist of me playing around with them, doing manual testing. http://gist.github.com/4684
Comments and changes to this ticket
-
Repository August 9th, 2008 @ 05:37 PM
- State changed from new to committed
(from [eb4668b26ad4aacf79488d2bee553e9452971c35]) rake db:fixtures:load and db:fixtures:identify now accept a FIXTURES_PATH option eg. "rake db:fixtures:load FIXTURES_PATH=spec/fixtures"
Signed-off-by: Michael Koziarski michael@koziarski.com [#792 state:committed] http://github.com/rails/rails/co...
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
- 792 [PATCH] FIXTURES_PATH option for rake db:fixtures Signed-off-by: Michael Koziarski michael@koziarski.com [#...