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 how to run a single fixture in rails on my blog.