joaomdmoura / gioco

A gamification gem to Ruby on Rails applications
305 stars 36 forks source link

Replace seeds logic with migrations #56

Closed joaomdmoura closed 10 years ago

joaomdmoura commented 11 years ago

Nowadays, with seeds ever time you add a a new badge it will duplicate the other oner in other environments. :(

joaomdmoura commented 10 years ago

I end up by not using migrations, it just doesn't seems right let migration deal with this amount of responsibility. I created a new rake task gioco:sync_database it will handle it, and also be the base for fix the issue #54