Re: NOTICE: Updating Bundler this week

2010-08-08 Thread IAmNan
Sergio, can you verify that the git repositories are in your local app/ vendor/gems directory? Also, any reason you can't move over to Rails 3.0.0.rc now? (You don't need to specify the bundler gem if using Rails RC, btw.) On Aug 7, 3:16 pm, Sergio Lima wrote: > Hi, > >    I'm using Rails 3.0.0.b

Re: NOTICE: Updating Bundler this week

2010-08-08 Thread Sergio Lima
Hi IAmNan, Here's my vendor/gems directory: [sergiosouzali...@sergiolima-macbook-pro ruby-1.9.2-h...@rails3beta~/rails/exchanger/vendor/gems Dom Ago 08 11:49:55 $ ls total 0 drwxr-xr-x 3 sergiosouzalima staff 102B 7 Ago 15:30 ./ drwxr-xr-x 4 sergiosouzalima staff 136B 7 Ago 15:29 ../

Workflow to allow heroku to install a 'private' (local) gem on deploy

2010-08-08 Thread Bradley
I'm writing a new app that uses a custom gem not publicly available on gemcutter, or anywhere for that matter. I'm building both the app and gem with Hudson CI, then I'd like the app pushed to heroku by somehow installing this gem and pushing. I'm a bit confused as to how I might do this. Do I w

Re: Workflow to allow heroku to install a 'private' (local) gem on deploy

2010-08-08 Thread Michishige Kaito
El 08/08/10 22:23, Bradley escribió: I'm writing a new app that uses a custom gem not publicly available on gemcutter, or anywhere for that matter. I'm building both the app and gem with Hudson CI, then I'd like the app pushed to heroku by somehow installing this gem and pushing. I'm a bit con