简体   繁体   中英

ruby 1.9.2 and rails 2.3.2

Can any body tell me please how to run ruby 1.9.2 and rails 2.3.2 its requirement please... I installed ruby1.9.2 and my client insisted me to work with rails 2.3.2 so i installed rails server using ruby gem with -v option but server is not starting with ruby script/server command it is saying

C:\Documents and Settings\Tele\Desktop\rubygems-1.8.24\testapp>ruby script/serve
r
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require':
cannot load such file -- script/../config/boot (LoadError)
        from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:i
n `require'
        from script/server:2:in `<main>'

Use RVM (Ruby Version Manager) and you can seemlessly manage your ruby and rails versions.

Here's the info: https://rvm.io//

I know hundreds of Ruby programmers and everyone uses it. It's basically a standard at this point.

最后,我只是通过使用即时rails和gems 1.3.2做到了这一点,然后以任何将我的ruby版本损害到1.8.6的方式将我的rails版本升级到2.3.2。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM