我在freebsd 8机器上安装了radiant。当我启动它时,我得到了以下错误:"undefined method ` `camelize‘for "instance":String“
这就是我所拥有的:
[root@freebsd-esxi ~]# ruby --version
ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-freebsd8]
[root@freebsd-esxi ~]# gem --version
1.6.2
[root@freebsd-esxi ~]# gem list
*** LOCAL GEMS ***
activerecord (2.3.8)
activesupport (2.3.8)
arel (2.0.9)
builder (2.1.2)
i18n (0.5.0)
rack (1.1.2)
radiant (0.9.1)
rake (0.8.7)
RedCloth (4.2.7)
sources (0.0.2)
tzinfo (0.3.25)
will_paginate (2.3.15)
[root@freebsd-esxi ~]# radiant --help
undefined method `camelize' for "instance":String有谁能帮帮我吗?
发布于 2011-03-21 00:50:48
其他人也有几乎相同的问题,并通过重建他们的Ruby iconv库解决了这个问题:
$ cd /usr/ports/converters/ruby-iconv
$ make install clean我不是FreeBSD专家,所以这可能对你有用,也可能对你没用。
https://stackoverflow.com/questions/5369287
复制相似问题