Re: NOTICE: Updating Bundler this week

2010-08-11 Thread Abel
I'm having the same problem as you, Sergio.
Working on a Saturday night... :(

On Aug 7, 9:16 pm, Sergio Lima  wrote:
> Hi,
>
>    I'm using Rails 3.0.0.beta3 and ruby 1.9.2.
>
>    I tried to deploy to heroku today and I received some errors.
>
>    Then I followed the link bellow:
>    http://docs.heroku.com/bundler100rc2-git#step-by-step-instructions
>
>    After completed the "step by step instructions" I had the errors:
>
> Sáb Ago 07 16:03:24 $ git push heroku master
> Counting objects: 16, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (9/9), done.
> Writing objects: 100% (11/11), 1.46 KiB, done.
> Total 11 (delta 5), reused 0 (delta 0)
>
> -> Heroku receiving push
> -> Removing .DS_Store files
> -> Rails app detected
> -> Detected Rails is not set to serve static_assets
>        Installing rails3_serve_static_assets... done
> -> Gemfile detected, running Bundler version 1.0.0.rc.2
>        Unresolved dependencies detected; Installing...
>        Fetching source index forhttp://rubygems.org/
>        Could not find gem 'will_paginate (>= 0, runtime)' in source at
> /disk1/tmp/32103_23895027730260/vendor/gems/will_paginate.
>        Source does not contain any versions of 'will_paginate (>= 0,
> runtime)'
>        FAILED: Have you updated to use a 0.9 Gemfile?
>        http://docs.heroku.com/gems#gem-bundler
>
> error: hooks/pre-receive exited with error code 1
> To g...@heroku.com:exchangerv01.git
>  ! [remote rejected] master -> master (pre-receive hook declined)
> error: failed to push some refs to '@heroku.com:exchangerv01.git'
>
> Then I updated the Bundler to a new version:
> gem install bundler --pre
>
> My bundle version now is:
> Bundler version 1.0.0.rc.3
>
> After the command: "git push heroku master", the error is the same.
>
> Please, let me know what´s happening.
> Thanks in advance.
> --
>
> Sergio Lima 
> sergiosouzal...@gmail.comwww.sergiosouzalima.com.br
> [image: Facebook] [image:
> Linkedin][image:
> Orkut] [image:
> Twitter] 
>
> --- @ WiseStamp
> Signature.
> Get it 
> now
>
>
>
> On Sat, Aug 7, 2010 at 12:33 PM, Daniel Kehoe  wrote:
> > My app runs successfully on Heroku with Rails 3.0.0.rc and Bundler
> > version 1.0.0.rc.2.
>
> > Thanks for the update!
>
> > --
> >   Daniel
>
> > --
> > 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.

-- 
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: 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 ../
drwxr-xr-x  15 sergiosouzalima  staff   510B  7 Ago 15:50 will_paginate/

and my vendor/gems/will_paginate directory:

[sergiosouzali...@sergiolima-macbook-pro
ruby-1.9.2-h...@rails3beta~/rails/exchanger/vendor/gems/will_paginate
Dom Ago 08 11:51:25 $ ls
total 96
drwxr-xr-x  15 sergiosouzalima  staff   510B  7 Ago 15:50 ./
drwxr-xr-x   3 sergiosouzalima  staff   102B  7 Ago 15:30 ../
-rw-r--r--   1 sergiosouzalima  staff27B  7 Ago 15:30 .gitignore
-rw-r--r--   1 sergiosouzalima  staff87B  7 Ago 15:30 .gitmodules
-rw-r--r--   1 sergiosouzalima  staff   4,3K  7 Ago 15:30 CHANGELOG.rdoc
-rw-r--r--   1 sergiosouzalima  staff   412B  7 Ago 15:30 Gemfile
-rw-r--r--   1 sergiosouzalima  staff   1,6K  7 Ago 15:30 Gemfile.lock
-rw-r--r--   1 sergiosouzalima  staff   1,0K  7 Ago 15:30 LICENSE
-rw-r--r--   1 sergiosouzalima  staff   5,0K  7 Ago 15:30 README.rdoc
-rw-r--r--   1 sergiosouzalima  staff   1,0K  7 Ago 15:30 Rakefile
-rw-r--r--   1 sergiosouzalima  staff24B  7 Ago 15:30 init.rb
drwxr-xr-x   4 sergiosouzalima  staff   136B  7 Ago 15:30 lib/
drwxr-xr-x  14 sergiosouzalima  staff   476B  7 Ago 15:30 spec/
drwxr-xr-x   2 sergiosouzalima  staff68B  7 Ago 15:30 website/
-rw-r--r--   1 sergiosouzalima  staff   972B  7 Ago 15:30
will_paginate.gemspec


I haven't moved over to Rails 3.0.0.rc because I have an application running
on Heroku and they're using Rails 3.0.0.beta3 version.
That's why i'm still using Rails 3..0.0.beta3.

tks
--

Sergio Lima 
sergiosouzal...@gmail.com
www.sergiosouzalima.com.br
[image: Facebook] [image:
Linkedin][image:
Orkut] [image:
Twitter] 

--- @ WiseStamp
Signature.
Get it 
now


On Sun, Aug 8, 2010 at 8:54 AM, IAmNan  wrote:

> 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.beta3 and ruby 1.9.2.
> >
> >I tried to deploy to heroku today and I received some errors.
> >
> >Then I followed the link bellow:
> >http://docs.heroku.com/bundler100rc2-git#step-by-step-instructions
> >
> >After completed the "step by step instructions" I had the errors:
> >
> > Sáb Ago 07 16:03:24 $ git push heroku master
> > Counting objects: 16, done.
> > Delta compression using up to 2 threads.
> > Compressing objects: 100% (9/9), done.
> > Writing objects: 100% (11/11), 1.46 KiB, done.
> > Total 11 (delta 5), reused 0 (delta 0)
> >
> > -> Heroku receiving push
> > -> Removing .DS_Store files
> > -> Rails app detected
> > -> Detected Rails is not set to serve static_assets
> >Installing rails3_serve_static_assets... done
> > -> Gemfile detected, running Bundler version 1.0.0.rc.2
> >Unresolved dependencies detected; Installing...
> >Fetching source index forhttp://rubygems.org/
> >Could not find gem 'will_paginate (>= 0, runtime)' in source at
> > /disk1/tmp/32103_23895027730260/vendor/gems/will_paginate.
> >Source does not contain any versions of 'will_paginate (>= 0,
> > runtime)'
> >FAILED: Have you updated to use a 0.9 Gemfile?
> >http://docs.heroku.com/gems#gem-bundler
> >
> > error: hooks/pre-receive exited with error code 1
> > To g...@heroku.com:exchangerv01.git
> >  ! [remote rejected] master -> master (pre-receive hook declined)
> > error: failed to push some refs to '@heroku.com:exchangerv01.git'
> >
> > Then I updated the Bundler to a new version:
> > gem install bundler --pre
> >
> > My bundle version now is:
> > Bundler version 1.0.0.rc.3
> >
> > After the command: "git push heroku master", the error is the same.
> >
> > Please, let me know what´s happening.
> > Thanks in advance.
> > --
> >
> > Sergio Lima 
> > sergiosouzal...@gmail.comwww.sergiosouzalima.com.br
> > [image: Facebook] [image:
> > Linkedin][image:
> > Orkut]  >[image:
> > Twitter] 
> >
> > --- @ WiseStamp
> > Signature<
> http://my.wisestamp.com/link?u=xtc3rwygbx8jm5wp&site=www.wis

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.beta3 and ruby 1.9.2.
>
>    I tried to deploy to heroku today and I received some errors.
>
>    Then I followed the link bellow:
>    http://docs.heroku.com/bundler100rc2-git#step-by-step-instructions
>
>    After completed the "step by step instructions" I had the errors:
>
> Sáb Ago 07 16:03:24 $ git push heroku master
> Counting objects: 16, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (9/9), done.
> Writing objects: 100% (11/11), 1.46 KiB, done.
> Total 11 (delta 5), reused 0 (delta 0)
>
> -> Heroku receiving push
> -> Removing .DS_Store files
> -> Rails app detected
> -> Detected Rails is not set to serve static_assets
>        Installing rails3_serve_static_assets... done
> -> Gemfile detected, running Bundler version 1.0.0.rc.2
>        Unresolved dependencies detected; Installing...
>        Fetching source index forhttp://rubygems.org/
>        Could not find gem 'will_paginate (>= 0, runtime)' in source at
> /disk1/tmp/32103_23895027730260/vendor/gems/will_paginate.
>        Source does not contain any versions of 'will_paginate (>= 0,
> runtime)'
>        FAILED: Have you updated to use a 0.9 Gemfile?
>        http://docs.heroku.com/gems#gem-bundler
>
> error: hooks/pre-receive exited with error code 1
> To g...@heroku.com:exchangerv01.git
>  ! [remote rejected] master -> master (pre-receive hook declined)
> error: failed to push some refs to '@heroku.com:exchangerv01.git'
>
> Then I updated the Bundler to a new version:
> gem install bundler --pre
>
> My bundle version now is:
> Bundler version 1.0.0.rc.3
>
> After the command: "git push heroku master", the error is the same.
>
> Please, let me know what´s happening.
> Thanks in advance.
> --
>
> Sergio Lima 
> sergiosouzal...@gmail.comwww.sergiosouzalima.com.br
> [image: Facebook] [image:
> Linkedin][image:
> Orkut] [image:
> Twitter] 
>
> --- @ WiseStamp
> Signature.
> Get it 
> now
>
> On Sat, Aug 7, 2010 at 12:33 PM, Daniel Kehoe  wrote:
> > My app runs successfully on Heroku with Rails 3.0.0.rc and Bundler
> > version 1.0.0.rc.2.
>
> > Thanks for the update!
>
> > --
> >   Daniel
>
> > --
> > 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.

-- 
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: NOTICE: Updating Bundler this week

2010-08-07 Thread Sergio Lima
Hi,

   I'm using Rails 3.0.0.beta3 and ruby 1.9.2.

   I tried to deploy to heroku today and I received some errors.

   Then I followed the link bellow:
   http://docs.heroku.com/bundler100rc2-git#step-by-step-instructions

   After completed the "step by step instructions" I had the errors:

Sáb Ago 07 16:03:24 $ git push heroku master
Counting objects: 16, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (11/11), 1.46 KiB, done.
Total 11 (delta 5), reused 0 (delta 0)

-> Heroku receiving push
-> Removing .DS_Store files
-> Rails app detected
-> Detected Rails is not set to serve static_assets
   Installing rails3_serve_static_assets... done
-> Gemfile detected, running Bundler version 1.0.0.rc.2
   Unresolved dependencies detected; Installing...
   Fetching source index for http://rubygems.org/
   Could not find gem 'will_paginate (>= 0, runtime)' in source at
/disk1/tmp/32103_23895027730260/vendor/gems/will_paginate.
   Source does not contain any versions of 'will_paginate (>= 0,
runtime)'
   FAILED: Have you updated to use a 0.9 Gemfile?
   http://docs.heroku.com/gems#gem-bundler


error: hooks/pre-receive exited with error code 1
To g...@heroku.com:exchangerv01.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'g...@heroku.com:exchangerv01.git'



Then I updated the Bundler to a new version:
gem install bundler --pre

My bundle version now is:
Bundler version 1.0.0.rc.3


After the command: "git push heroku master", the error is the same.


Please, let me know what´s happening.
Thanks in advance.
--

Sergio Lima 
sergiosouzal...@gmail.com
www.sergiosouzalima.com.br
[image: Facebook] [image:
Linkedin][image:
Orkut] [image:
Twitter] 

--- @ WiseStamp
Signature.
Get it 
now


On Sat, Aug 7, 2010 at 12:33 PM, Daniel Kehoe  wrote:

> My app runs successfully on Heroku with Rails 3.0.0.rc and Bundler
> version 1.0.0.rc.2.
>
> Thanks for the update!
>
> --
>   Daniel
>
> --
> 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.
>
>

-- 
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: NOTICE: Updating Bundler this week

2010-08-07 Thread Daniel Kehoe
My app runs successfully on Heroku with Rails 3.0.0.rc and Bundler
version 1.0.0.rc.2.

Thanks for the update!

--
  Daniel

-- 
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: NOTICE: Updating Bundler this week

2010-08-06 Thread Jeff Schmitz
If I am using a .gems file, am I unaffected by this change?

-- 
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: NOTICE: Updating Bundler this week

2010-08-05 Thread Solly
It's now reporting that it's using Bundler 1.0.0.rc.2, and (although
it took quite a while -- to be expected, as it reinstalled a lot of
gems), it now appears to be working :-).  Lots of thanks to Oren, et
al for providing Heroku with the latest and greatest!

Best Regards,
Solly

On Aug 5, 2:07 pm, neonlex  wrote:
> Hey, can you tell us the current state.
> I'm really excited to deploy my app after the Rails 3 RC release.
>
> Daniel
>
> On 4 Aug., 04:02, Oren Teich  wrote:
>
>
>
>
>
>
>
> > We've delayed the update till tomorrow due to platform issues 
> > today.http://status.heroku.com
>
> > Oren
>
> > On Tue, Aug 3, 2010 at 5:29 PM, Solly  wrote:
> > > Hi -
> > > How is the upgrade going?  Not to pester, but Heroku's Bundler still
> > > appears to be the old version.  Even in CA, it is past mid-day.  Are
> > > you having some problems?  I don't mean to push; I am just eager to
> > > push an updated version of my app to Heroku, as I have done some major
> > > revisions during the past few days.
>
> > > Best Regards,
> > > Solly Ross
>
> > > P.S. I understand that upgrades can easily turn nasty -- I'm just
> > > interested in a status update ;-)
>
> > > On Aug 2, 12:33 am, Adrian Cuadros  wrote:
> > > > Great,
>
> > > > Have been waiting a few days for this. Thanks :)
>
> > > > On 1 ago, 20:29, Oren Teich  wrote:
>
> > > > > On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> > > > > will continue to run unaffected.  Before you push an update, please
> > > > > double check that your app works correctly with the latest version of
> > > Bundler.
>
> > > > > Some things to note:
>
> > > > >  * Adding an add-on or a config var will recompile your application.
> > > > >    This can crash your application if you haven't tested it.
> > > > >    Please test against Bundler 1.0.0RC2 before modifying your
> > > application.
> > > > >  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
> > > > >  * Are you bundling Bundler?  Check your Gemfile to see if you list
> > > > >    Bundler, and have pinned the version.  Bundler can't bundle an 
> > > > > older
> > > > >    version of itself.
>
> > > > > We will roll the update out mid-day Tuesday August 3rd.
>
> > > > > Oren
>
> > > --
> > > 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.

-- 
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: NOTICE: Updating Bundler this week

2010-08-05 Thread Daniel Spangenberg
I had this problem too.
It appears if you set:
gem "foo", :git => "githbunb"
And you set:
gem "rails", :git => ...

It would be great if Heroku will fix that.

Daniel


Am 05.08.2010 um 22:48 schrieb morgoth:

> Unfortunately without luck for me:
> http://groups.google.com/group/heroku/browse_thread/thread/f33a79310c0fef4d?hl=pl
> 
> -- 
> 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.
> 

-- 
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: NOTICE: Updating Bundler this week

2010-08-05 Thread morgoth
Unfortunately without luck for me:
http://groups.google.com/group/heroku/browse_thread/thread/f33a79310c0fef4d?hl=pl

-- 
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: NOTICE: Updating Bundler this week

2010-08-05 Thread Oren Teich
Bundler 1.0.0 RC2 is now deployed.

On Sunday, August 1, 2010, Oren Teich  wrote:
> On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> will continue to run unaffected.  Before you push an update, please
> double check that your app works correctly with the latest version of Bundler.
>
> Some things to note:
>
>  * Adding an add-on or a config var will recompile your application.
>    This can crash your application if you haven't tested it.
>    Please test against Bundler 1.0.0RC2 before modifying your application.
>  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
>  * Are you bundling Bundler?  Check your Gemfile to see if you list
>    Bundler, and have pinned the version.  Bundler can't bundle an older
>    version of itself.
>
> We will roll the update out mid-day Tuesday August 3rd.
>
> Oren
>

-- 
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: NOTICE: Updating Bundler this week

2010-08-05 Thread Neves
I try right now, but not working yet.
Please, let us know what´s happening.
Thanks in advance.

On 4 ago, 16:42, Nate W  wrote:
> Any update on the status?
>
> On Aug 1, 7:29 pm, Oren Teich  wrote:
>
> > On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> > will continue to run unaffected.  Before you push an update, please
> > double check that your app works correctly with the latest version of 
> > Bundler.
>
> > Some things to note:
>
> >  * Adding an add-on or a config var will recompile your application.
> >    This can crash your application if you haven't tested it.
> >    Please test against Bundler 1.0.0RC2 before modifying your application.
> >  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
> >  * Are you bundling Bundler?  Check your Gemfile to see if you list
> >    Bundler, and have pinned the version.  Bundler can't bundle an older
> >    version of itself.
>
> > We will roll the update out mid-day Tuesday August 3rd.
>
> > Oren

-- 
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: NOTICE: Updating Bundler this week

2010-08-05 Thread bcardarella
Any update on this?

On Aug 3, 10:02 pm, Oren Teich  wrote:
> We've delayed the update till tomorrow due to platform issues 
> today.http://status.heroku.com
>
> Oren
>
>
>
> On Tue, Aug 3, 2010 at 5:29 PM, Solly  wrote:
> > Hi -
> > How is the upgrade going?  Not to pester, but Heroku's Bundler still
> > appears to be the old version.  Even in CA, it is past mid-day.  Are
> > you having some problems?  I don't mean to push; I am just eager to
> > push an updated version of my app to Heroku, as I have done some major
> > revisions during the past few days.
>
> > Best Regards,
> > Solly Ross
>
> > P.S. I understand that upgrades can easily turn nasty -- I'm just
> > interested in a status update ;-)
>
> > On Aug 2, 12:33 am, Adrian Cuadros  wrote:
> > > Great,
>
> > > Have been waiting a few days for this. Thanks :)
>
> > > On 1 ago, 20:29, Oren Teich  wrote:
>
> > > > On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> > > > will continue to run unaffected.  Before you push an update, please
> > > > double check that your app works correctly with the latest version of
> > Bundler.
>
> > > > Some things to note:
>
> > > >  * Adding an add-on or a config var will recompile your application.
> > > >    This can crash your application if you haven't tested it.
> > > >    Please test against Bundler 1.0.0RC2 before modifying your
> > application.
> > > >  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
> > > >  * Are you bundling Bundler?  Check your Gemfile to see if you list
> > > >    Bundler, and have pinned the version.  Bundler can't bundle an older
> > > >    version of itself.
>
> > > > We will roll the update out mid-day Tuesday August 3rd.
>
> > > > Oren
>
> > --
> > 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.

-- 
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: NOTICE: Updating Bundler this week

2010-08-05 Thread neonlex
Hey, can you tell us the current state.
I'm really excited to deploy my app after the Rails 3 RC release.

Daniel

On 4 Aug., 04:02, Oren Teich  wrote:
> We've delayed the update till tomorrow due to platform issues 
> today.http://status.heroku.com
>
> Oren
>
>
>
> On Tue, Aug 3, 2010 at 5:29 PM, Solly  wrote:
> > Hi -
> > How is the upgrade going?  Not to pester, but Heroku's Bundler still
> > appears to be the old version.  Even in CA, it is past mid-day.  Are
> > you having some problems?  I don't mean to push; I am just eager to
> > push an updated version of my app to Heroku, as I have done some major
> > revisions during the past few days.
>
> > Best Regards,
> > Solly Ross
>
> > P.S. I understand that upgrades can easily turn nasty -- I'm just
> > interested in a status update ;-)
>
> > On Aug 2, 12:33 am, Adrian Cuadros  wrote:
> > > Great,
>
> > > Have been waiting a few days for this. Thanks :)
>
> > > On 1 ago, 20:29, Oren Teich  wrote:
>
> > > > On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> > > > will continue to run unaffected.  Before you push an update, please
> > > > double check that your app works correctly with the latest version of
> > Bundler.
>
> > > > Some things to note:
>
> > > >  * Adding an add-on or a config var will recompile your application.
> > > >    This can crash your application if you haven't tested it.
> > > >    Please test against Bundler 1.0.0RC2 before modifying your
> > application.
> > > >  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
> > > >  * Are you bundling Bundler?  Check your Gemfile to see if you list
> > > >    Bundler, and have pinned the version.  Bundler can't bundle an older
> > > >    version of itself.
>
> > > > We will roll the update out mid-day Tuesday August 3rd.
>
> > > > Oren
>
> > --
> > 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.

-- 
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: NOTICE: Updating Bundler this week

2010-08-04 Thread Nate W
Any update on the status?

On Aug 1, 7:29 pm, Oren Teich  wrote:
> On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> will continue to run unaffected.  Before you push an update, please
> double check that your app works correctly with the latest version of Bundler.
>
> Some things to note:
>
>  * Adding an add-on or a config var will recompile your application.
>    This can crash your application if you haven't tested it.
>    Please test against Bundler 1.0.0RC2 before modifying your application.
>  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
>  * Are you bundling Bundler?  Check your Gemfile to see if you list
>    Bundler, and have pinned the version.  Bundler can't bundle an older
>    version of itself.
>
> We will roll the update out mid-day Tuesday August 3rd.
>
> Oren

-- 
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: NOTICE: Updating Bundler this week

2010-08-04 Thread morgoth
Please, update bundler to RC3 (or any higher version if will be
available)

-- 
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: NOTICE: Updating Bundler this week

2010-08-03 Thread Oren Teich
We've delayed the update till tomorrow due to platform issues today.
http://status.heroku.com

Oren

On Tue, Aug 3, 2010 at 5:29 PM, Solly  wrote:

> Hi -
> How is the upgrade going?  Not to pester, but Heroku's Bundler still
> appears to be the old version.  Even in CA, it is past mid-day.  Are
> you having some problems?  I don't mean to push; I am just eager to
> push an updated version of my app to Heroku, as I have done some major
> revisions during the past few days.
>
> Best Regards,
> Solly Ross
>
> P.S. I understand that upgrades can easily turn nasty -- I'm just
> interested in a status update ;-)
>
> On Aug 2, 12:33 am, Adrian Cuadros  wrote:
> > Great,
> >
> > Have been waiting a few days for this. Thanks :)
> >
> > On 1 ago, 20:29, Oren Teich  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> > > will continue to run unaffected.  Before you push an update, please
> > > double check that your app works correctly with the latest version of
> Bundler.
> >
> > > Some things to note:
> >
> > >  * Adding an add-on or a config var will recompile your application.
> > >This can crash your application if you haven't tested it.
> > >Please test against Bundler 1.0.0RC2 before modifying your
> application.
> > >  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
> > >  * Are you bundling Bundler?  Check your Gemfile to see if you list
> > >Bundler, and have pinned the version.  Bundler can't bundle an older
> > >version of itself.
> >
> > > We will roll the update out mid-day Tuesday August 3rd.
> >
> > > Oren
>
> --
> 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.
>
>

-- 
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: NOTICE: Updating Bundler this week

2010-08-03 Thread Solly
Hi -
How is the upgrade going?  Not to pester, but Heroku's Bundler still
appears to be the old version.  Even in CA, it is past mid-day.  Are
you having some problems?  I don't mean to push; I am just eager to
push an updated version of my app to Heroku, as I have done some major
revisions during the past few days.

Best Regards,
Solly Ross

P.S. I understand that upgrades can easily turn nasty -- I'm just
interested in a status update ;-)

On Aug 2, 12:33 am, Adrian Cuadros  wrote:
> Great,
>
> Have been waiting a few days for this. Thanks :)
>
> On 1 ago, 20:29, Oren Teich  wrote:
>
>
>
>
>
>
>
> > On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> > will continue to run unaffected.  Before you push an update, please
> > double check that your app works correctly with the latest version of 
> > Bundler.
>
> > Some things to note:
>
> >  * Adding an add-on or a config var will recompile your application.
> >    This can crash your application if you haven't tested it.
> >    Please test against Bundler 1.0.0RC2 before modifying your application.
> >  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
> >  * Are you bundling Bundler?  Check your Gemfile to see if you list
> >    Bundler, and have pinned the version.  Bundler can't bundle an older
> >    version of itself.
>
> > We will roll the update out mid-day Tuesday August 3rd.
>
> > Oren

-- 
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: NOTICE: Updating Bundler this week

2010-08-02 Thread Adrian Cuadros
Great,

Have been waiting a few days for this. Thanks :)

On 1 ago, 20:29, Oren Teich  wrote:
> On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> will continue to run unaffected.  Before you push an update, please
> double check that your app works correctly with the latest version of Bundler.
>
> Some things to note:
>
>  * Adding an add-on or a config var will recompile your application.
>    This can crash your application if you haven't tested it.
>    Please test against Bundler 1.0.0RC2 before modifying your application.
>  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
>  * Are you bundling Bundler?  Check your Gemfile to see if you list
>    Bundler, and have pinned the version.  Bundler can't bundle an older
>    version of itself.
>
> We will roll the update out mid-day Tuesday August 3rd.
>
> Oren

-- 
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: NOTICE: Updating Bundler this week

2010-08-02 Thread Corey Haines
Awesome! That's great news. Thanks for putting the effort in to get it
out for us.

-Corey

On Aug 1, 9:29 pm, Oren Teich  wrote:
> On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
> will continue to run unaffected.  Before you push an update, please
> double check that your app works correctly with the latest version of Bundler.
>
> Some things to note:
>
>  * Adding an add-on or a config var will recompile your application.
>    This can crash your application if you haven't tested it.
>    Please test against Bundler 1.0.0RC2 before modifying your application.
>  * Run "bundle check" locally with Bundler 1.0.0RC2 installed
>  * Are you bundling Bundler?  Check your Gemfile to see if you list
>    Bundler, and have pinned the version.  Bundler can't bundle an older
>    version of itself.
>
> We will roll the update out mid-day Tuesday August 3rd.
>
> Oren

-- 
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.



NOTICE: Updating Bundler this week

2010-08-01 Thread Oren Teich
On Tuesday August 3rd we will be updating Bundler to 1.0.0RC2.  Apps
will continue to run unaffected.  Before you push an update, please
double check that your app works correctly with the latest version of Bundler.

Some things to note:

 * Adding an add-on or a config var will recompile your application.
   This can crash your application if you haven't tested it.
   Please test against Bundler 1.0.0RC2 before modifying your application.
 * Run "bundle check" locally with Bundler 1.0.0RC2 installed
 * Are you bundling Bundler?  Check your Gemfile to see if you list
   Bundler, and have pinned the version.  Bundler can't bundle an older
   version of itself.

We will roll the update out mid-day Tuesday August 3rd.

Oren

-- 
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.