Specifying gems with :path seems to work, so rather than pushing gems to a public place like rubygems.org you can pull them into your own app git repo temporarily and point to them with a relative path. for example: gem 'acts-as-taggable-on', :path => "vendor/gemtmp/acts-as-taggable-on"
This is working for me, anyway. On Aug 5, 2010, at 5:06 PM, Chris Conley wrote: > Yeah I agree. I should've mentioned that it was a temporary solution. Thanks! > > On Thu, Aug 5, 2010 at 5:59 PM, Nick Quaranto <[email protected]> wrote: >> How about git://github.com/rails/rails.git ? >> Also, I've been trying to discourage gem forking unless if it's really, >> really necessary...you can point bundler to a git repo, why is pushing the >> gem necessary then? >> >> On Thu, Aug 5, 2010 at 5:56 PM, Chris Conley <[email protected]> >> wrote: >>> >>> I just got around this by forking the git gem and pushing to >>> rubygems.org. Here's drnic's guide to doing just that: >>> >>> http://drnicwilliams.com/2009/11/04/hacking-someones-gem-with-github-and-gemcutter/ >>> >>> On Thu, Aug 5, 2010 at 5:33 PM, Chris Conley <[email protected]> >>> wrote: >>>> Yeah, I'm getting the same error as well. >>>> >>>> On Thu, Aug 5, 2010 at 5:11 PM, lstoll <[email protected]> wrote: >>>>> I'm having a similar problem - seems that any gem that is installed >>>>> from a git source will fail like this. >>>>> >>>>> On Aug 5, 10:47 pm, morgoth <[email protected]> wrote: >>>>>> After pushing application to heroku I get >>>>>> error:http://gist.github.com/510350 >>>>>> >>>>>> Anybody having similar problem? >>>>> >>>>> -- >>>>> 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. >>>>> >>>>> >>>> >>> >>> -- >>> 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. >>> >> >> -- >> 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. >> > > -- > 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. > -- 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.
