venantius / darg

Kill the status meeting -- an abandoned IDoneThis competitor.
1 stars 0 forks source link

Change how we do fixtures #158

Closed venantius closed 9 years ago

venantius commented 10 years ago

After a long talk with Keith, I've come to the conclusion that the way we're handling fixtures is probably not ideal. The traditional method of handling fixture data is usually to have a single fixture file that is the original fixtures for launch, and then to have additional fixture files that can be loaded as needed.

venantius commented 10 years ago

Specifically, we should have the following:

dev_fixtures prod_fixtures

And these should be dynamically loaded.