Hello, we are trying to freeze our rails app to v2.3.5 and we are running this command: rake rails:freeze:edge RELEASE=2.3.5 But it is failing trying to download the zip from dev.rubyonrails.org (which appears to be down): Downloading Rails from http://dev.rubyonrails.org/archives/rails_2.3.5.zip rake aborted! Connection reset by peer Is there some way to pass a new host to download the archive or are we going about this the wrong way? Any help would be appreciated, this is on a new host on a production environment and we are suffering with the wrong version of rails. Thanks so much. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2010-Nov-22 23:47 UTC
Re: Freezing Rails v2.3.5 - dev.rubyonrails.org down?
On Nov 22, 6:00 pm, Frank Smither <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hello, we are trying to freeze our rails app to v2.3.5 and we are > running this command: > rake rails:freeze:edge RELEASE=2.3.5Have you tried the freeze:gems task? that shouldn''t have to fetch anything from the network. Fred> > But it is failing trying to download the zip from dev.rubyonrails.org > (which appears to be down): > > Downloading Rails fromhttp://dev.rubyonrails.org/archives/rails_2.3.5.zip > rake aborted! > Connection reset by peer > > Is there some way to pass a new host to download the archive or are we > going about this the wrong way? Any help would be appreciated, this is > on a new host on a production environment and we are suffering with the > wrong version of rails. > Thanks so much. > > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.