Re: RubyZip problem

2010-01-19 Thread Oren Teich
The only way to get gems onto heroku is to put it either into a gemfile, or into your .gems. Once you've done that, you should be able to acess your gems. It's the equivalent of how you install gems on your local machine. Oren On Tue, Jan 19, 2010 at 5:59 PM, giorgio wrote: > Thanks for the t

Re: RubyZip problem

2010-01-19 Thread giorgio
Thanks for the tip but... What is the guarantee that gem_bundler will manage to bundle the gem into vendor if the rake task cant? G. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@googlegroups.com. To u

Re: RubyZip problem

2010-01-19 Thread Pedro Belo
Take a look here on how to bundle gems with your application: http://docs.heroku.com/gems On Tue, Jan 19, 2010 at 1:11 PM, giorgio wrote: > 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/zi

RubyZip problem

2010-01-19 Thread giorgio
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