我在win7上搭建ruby on rails环境的操作步骤

我的电脑是win7 32bit 

软件:

rubyinstaller-2.0.0-p481.exe

rubygems-2.4.8

DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe

遇到的问题:

1.在cmd运行rails server出现各种 “can not find”  

   然后就用命令,安装了很多包。报错内容中缺XX,就gem install XX

2.DL is deprecated,please use Fiddle

这个不重要。。。直接忽略

3.页面报错:ExecJS::ProgramError in Products#index

gemfile中添加:gem 'coffee-script-source', '1.8.0'
然后:bundle update coffee-script-source

4.rails server命令执行后,启动了服务。误关cmd。服务无法关闭,也无法重启服务。

这个时候,我只会重启计算机。然后重新运行rails server命令,此时如果要关闭服务,在cmd窗口中Ctrl+C即可。

也就是说,在服务启动后关闭了cmd窗口,即使再重新打开的cmd窗口输入Ctrl+C,都无法关闭服务。除非在任务管理器中关掉服务。


安装过程中参看的两个文章:

1.win7安装 Ruby On Rails

2.win7安装ruby on rails开发环境

我的第一个ruby on rails程序:

我在win7上搭建ruby on rails环境的操作步骤_第1张图片


你可能感兴趣的:(我在win7上搭建ruby on rails环境的操作步骤)