Created by: NARKOZ
I think it's more natural way to seed data.
rake db:setup now will not just create and load schema, but also seed data. rake db:seed will seed the data.
rake db:setup
rake db:seed
Also no need for fixtures.