Sarah, Your patch worked - thank you so much for fixing this problem.
I also found a problem with taps. If you're using that, it tries to call a file called schema.cmd on Windows. This file is missing in the gem, so I forked taps and added it on github: http://github.com/charlesr/taps/commit/b8bd86872f48795f4db6f3432e4e3ebf6132e1fd On May 27, 2:34 am, Ed Jones <[email protected]> wrote: > ...but i don't yet understand git and gem well enough to know what to > do with the patch. Ed, go here: http://github.com/sarahmei/heroku/commit/a2ecd8a3b64ecdb6d4edfeb7352e8da701926b24 Then open up the following file on your system: C:\Ruby\lib\ruby\gems\1.8\gems\heroku-0.9.1\lib\heroku\commands \base.rb (Note, Ruby may be installed somewhere other than C:\Ruby on your system, in which case, just alter the path to suit) In base.rb, look for line 31 (it should look like the line in red in Sarah's commit on github); swap it for the line in green. The method should look like this: def shell(cmd) FileUtils.cd(Dir.pwd) {|d| return `#{cmd}`} end --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
