Wen Ji wrote:
> new problem araised .
> when i upgrade to ruby1-8-5 as the
>http://groups.google.com/group/comp.lang.ruby/msg/1f5355c47c420a20"
> suggests,i encouter a new problem..
> ji-wen-jideibook-g4:~/expenses jiwen$ script/server webrick
> ./script/../config/boot.rb:18:in `require': no such file to load --
> rubygems (LoadError)
> from ./script/../config/boot.rb:18
> from script/server:2:in `require'
> from script/server:2
> and rails is also aborted.what the hell...is that when i upgrade to ruby1-8-5,all the lighttpd and rails and
fastcgi are gone?all the gems are gone?
i need to reinstall them?or they are hiding somewhere else?need some
work to make them work again?
Installing a new version of ruby over an old will wipe all your gems
(rails, database drivers, etc), so you'll need to replace them. Your
other programs: lighttpd, etc will still be fine.