I cant run any rake tasks on one of my Heroku apps It has a problem with a class that is called from one of the rake tasks which has a require "zip/zipfilesystem" in it and rake just bombs on ANY task.
It works fine on other machines (Ubuntu and Windows) I tried to put the rubyzip gem in vendor but it wont go.. it gives no errors but never appears in vendor. If I specify rubyzip with a config.gem in the environment.rb the server wont start as it says the gem is missing ... but it IS there and my rake task that uses it does work (locally). I would really appreciate some advice from somewhere as all the documentation simply says run rake gems:unpack and the gems will be unpacked to vendor... well the others are but rubyzip is stubbornly not there. Thanks George
-- 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.
