i'm just checking our heroku and it looks really sweet. however, i ran into a problem. i needed to install an extra gem called "packet". i seemed to have done this successfully using the "gems & plugins" tab in the editor. however, i can't seem to rerun my migrations:
% heroku rake myapp db:migrate config.gem: Unpacked gem packet-0.1.14 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. rake aborted! An error has occurred, this and all later migrations canceled: undefined method `[]' for :unique:Symbol (See full trace by running task with --trace) (in /mnt/home/userapps/48227) == Init: migrating =========================================================== -- create_table(:users) -> 1.6378s -- add_index(:users, [:login], :unique) and then, if i try to do what it says, i get the same thing: % heroku rake myapp gems:refresh_specs config.gem: Unpacked gem packet-0.1.14 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. (in /mnt/home/userapps/XXXXX) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
