开发者

Redmine installation - ruby rails 2.3.11 manual download

开发者 https://www.devze.com 2023-04-05 16:09 出处:网络
I am having a very hard time finding Rails 2.3.11 to download. I am trying to install this on Windows XP which Redmine 1.2.x requires this version. When I try to install the gem through the command pr

I am having a very hard time finding Rails 2.3.11 to download. I am trying to install this on Windows XP which Redmine 1.2.x requires this version. When I try to install the gem through the command prompt this is what I get:

C:\>gem install rails -v=2.3.11
ERROR: Could not find a valid gem 'rails' (=2.3.11) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::ETIMEOUT: A connection attempt failed because the connected party ddi not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) (http://rubygems.org/latest_specs.4.8.gz)

I believe th开发者_开发问答is problem is due to my highly secured internet connection. So I would like to manually download Rails 2.3.11. But I cannot find it. It seems it should be here: http://rubyforge.org/frs/?group_id=307 but the needed version 2.3.11 is not listed!


You are looking for http://rubygems.org/gems/rails/versions/2.3.11 ?

With manual installation you may get problems with dependecies (the needed gems must be loaded again manual when you use gem install xxx --local


Check this out

gem install -v=2.3.11 rails
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号