打印

rails1.2.1 本地安装方法与安装包下载

本主题由 jerry 于 2008-1-13 13:24 置顶

谢谢

谢谢,下载了附件我已经安装好了
我的机器安装了ruby1.8.5

TOP

这个是生成rdoc有问题,不影响使用

还是建议安装最新版本。。。。

TOP

TOP

不错!正好需要呢。谢谢拉

TOP

c:\ruby>gem install activesupport-1[1].4.0.gem
ERROR:  While executing gem ... (Gem::RemoteFetcher::FetchError)
    getaddrinfo: no address associated with hostname.(SocketError)

这是什么错阿?

TOP

我知道原因了,竟然是因为文件的名称不对,太奇怪了。。。
ruby学习中

TOP

./script/../config/boot.rb:29:Warning: require_gem is obsolete.  Use gem instead.

这又是什么错误阿???很是奇怪阿

TOP

引用:
原帖由 sunson468 于 2007-4-6 12:56 发表
./script/../config/boot.rb:29:Warning: require_gem is obsolete.  Use gem instead.

这又是什么错误阿???很是奇怪阿
require_gem 已经不推荐使用了,新的方法是gem

这个只是警告,不影响你的应用
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

太感谢了

弄了一天终于是搞定了!!!太感谢你了

TOP

谢谢了。写的真详细啊!

TOP