Re: rails-3.0.0.beta4 on bamboo-ree-1.8.7?

2010-06-13 Thread Ariejan de Vroom
As an added question:

I can specify the requirement for bundler 0.9.26 in .gems, Heroku
installs it on push. However, when Heroku detects the Gemfile it will
run against the system (?) bundler, instead of the one just
installed.

Is there any way I can tell heroku to use the 'customly installed'
0.9.26 version instead? That would be a 'fix' for future bundler
updates as well.

Thanks,
Ariejan

-- 
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 unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: rails-3.0.0.beta4 on bamboo-ree-1.8.7?

2010-06-13 Thread Trevor Turk
On Jun 13, 5:49 am, Ariejan de Vroom arie...@gmail.com wrote:
 Is there any way I can tell heroku to use the 'customly installed'
 0.9.26 version instead? That would be a 'fix' for future bundler
 updates as well.

I tried to do this as well, and found it didn't work for whatever
reason. It would be awesome if we could specify the version of Bundler
we're using, as that would alleviate this problem going forward.

FWIW - I figured out the latest edge version of Rails you can use on
Heroku at this time:

gem 'rails', :git = 'git://github.com/rails/rails.git', :ref =
'5c9f27abaabba0d008cc'

It's the commit before they bumped the Bundler dependency.

- Trevor

-- 
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 unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: rails-3.0.0.beta4 on bamboo-ree-1.8.7?

2010-06-12 Thread Trevor Turk
On Jun 10, 9:43 pm, Pedro Belo pe...@heroku.com wrote:
 Thanks for reporting. We're aware we need to update Bundler - we'll
 roll that out asap!

Any chance of an ETA on this Bundler update?

-- 
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 unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: rails-3.0.0.beta4 on bamboo-ree-1.8.7?

2010-06-11 Thread webdevotion
Good news!  Looking forward to it!

On Jun 11, 4:43 am, Pedro Belo pe...@heroku.com wrote:
 Hey guys!

 Thanks for reporting. We're aware we need to update Bundler - we'll
 roll that out asap!

 On Thu, Jun 10, 2010 at 7:37 PM, Chris Hanks



 christopher.m.ha...@gmail.com wrote:
  I'm anxious for Bundler 0.9.26 also!

  On Jun 9, 3:31 am, Ariejan de Vroom arie...@gmail.com wrote:
  Hey,

  I'm running into a Bundler/Rails issue when trying to deploy a Rails
  3.0.0.beta4 app to the bamboo-ree-.1.8.7 stack. Rails 3b4 need bundler
  0.9.26, however, 0.9.25 is installed.

  Are there any plans on upgrading Bundler on the bamboo stack or are
  there other ways around?

  Thanks,

  Ariejan de Vroomhttp://ariejan.net

  --
  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 unsubscribe from this group, send email to 
  heroku+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://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 her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: rails-3.0.0.beta4 on bamboo-ree-1.8.7?

2010-06-11 Thread webdevotion
Curious to see the update too!



On Jun 11, 4:43 am, Pedro Belo pe...@heroku.com wrote:
 Hey guys!

 Thanks for reporting. We're aware we need to update Bundler - we'll
 roll that out asap!

 On Thu, Jun 10, 2010 at 7:37 PM, Chris Hanks



 christopher.m.ha...@gmail.com wrote:
  I'm anxious for Bundler 0.9.26 also!

  On Jun 9, 3:31 am, Ariejan de Vroom arie...@gmail.com wrote:
  Hey,

  I'm running into a Bundler/Rails issue when trying to deploy a Rails
  3.0.0.beta4 app to the bamboo-ree-.1.8.7 stack. Rails 3b4 need bundler
  0.9.26, however, 0.9.25 is installed.

  Are there any plans on upgrading Bundler on the bamboo stack or are
  there other ways around?

  Thanks,

  Ariejan de Vroomhttp://ariejan.net

  --
  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 unsubscribe from this group, send email to 
  heroku+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://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 her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



rails-3.0.0.beta4 on bamboo-ree-1.8.7?

2010-06-10 Thread Ariejan de Vroom
Hey,

I'm running into a Bundler/Rails issue when trying to deploy a Rails
3.0.0.beta4 app to the bamboo-ree-.1.8.7 stack. Rails 3b4 need bundler
0.9.26, however, 0.9.25 is installed.

Are there any plans on upgrading Bundler on the bamboo stack or are
there other ways around?

Thanks,

Ariejan de Vroom
http://ariejan.net

-- 
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 unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: rails-3.0.0.beta4 on bamboo-ree-1.8.7?

2010-06-10 Thread Chris Hanks
I'm anxious for Bundler 0.9.26 also!


On Jun 9, 3:31 am, Ariejan de Vroom arie...@gmail.com wrote:
 Hey,

 I'm running into a Bundler/Rails issue when trying to deploy a Rails
 3.0.0.beta4 app to the bamboo-ree-.1.8.7 stack. Rails 3b4 need bundler
 0.9.26, however, 0.9.25 is installed.

 Are there any plans on upgrading Bundler on the bamboo stack or are
 there other ways around?

 Thanks,

 Ariejan de Vroomhttp://ariejan.net

-- 
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 unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.