Running a single fixture.

Hello. I need to run a single fixture on my server as part of an update to my application. I noticed that the other tables lost their data when I run "rake db:fixtures:load". How do I make it so that only a single fixture runs and ignores the rest?

Well I am not sure if my solution is totally correct but I think I have solved this for now with a simple rake task. I posted <a href="http://rtmatheson.com/2009/07/loading-a-single-fixture-in- rails/" >how to run a single fixture in rails</a> on my blog.