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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
development On May 19, 4:11 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---