If this is your dev environment I would drop the database and just do a clean new rake db:migrate. It's trying to insert the user devuser that I'm assuming is already in the database or your migration files tries to insert the user twice... hard to say without the full --trace output from the command...
Try to drop the db and re-run the migration that would be what I would do.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

