AJFaraday / smiff_music

Social Media InterFace For Music - It's only a concept at this stage, the end-game is a situation where people can interact with a twitter account and music will result.
6 stars 1 forks source link

Rake task to modify MessageFormat records #9

Closed AJFaraday closed 9 years ago

AJFaraday commented 9 years ago

Currently rake db:seed will fill in new message definitions as defined in /lib/messages/message_definitions.yml but if messages already exist these are ignored.

If you want to modify a pattern you have to do so via dropping the database:

rake db:drop
rake db:setup

In future it may streamline the development and debugging process to make rake db:seed modify existing definitions.

AJFaraday commented 9 years ago

I've set this so it should work for rake db:seed