I believe rake is just driving gem at that point, so you might want to try the extended gem syntax for installing a particular version of a particular gem from a particular server. (man gem in a terminal for the entire syntax) See if there's a copy on github's gem server, or rubyforge, or one of the other best-guess places.

Walter

On Dec 22, 2010, at 5:18 PM, Brian Wolk wrote:

Thanks for the replies, everyone.

I tried what Water suggested:

$ rake rails:freeze:edge RELEASE=2.3.5

..and I get this:

(in /home/<username>/website)
cd vendor
Downloading Rails from
http://dev.rubyonrails.org/archives/rails_2.3.5.zip
rake aborted!
Connection reset by peer


If I manually navigate to that URL, I see that it no longer exists (even
dev.rubyonrails.org is no longer available).

Does anyone know off hand if this domain been moved to another url? If
so, can I update a domain variable somewhere to point to the new url?

--
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- [email protected]. To unsubscribe from this group, send email to [email protected] . For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en .


--
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to