How to unload fixtures data?

I’ve tried to unload fixture data by rolling back db:migration and
rolling forward, then reloading fixtures with rake db:fixtures:load.
Strangely, the previous fixture data loads, not the updated, error-
free fixture data. I don’t know why this happens. I seem to remember a
rake command for unloading fixture data but can’t remember the
operative word. Any help?

Carson

On 19 May 2008, at 21:56, Carson wrote:

I’ve tried to unload fixture data by rolling back db:migration and
rolling forward, then reloading fixtures with rake db:fixtures:load.
Strangely, the previous fixture data loads, not the updated, error-
free fixture data. I don’t know why this happens. I seem to remember a
rake command for unloading fixture data but can’t remember the
operative word. Any help?

Are you looking at the test database or the development database ?

Fred

development

On May 19, 4:11 pm, Frederick C. [email protected]