首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

Rails Windows 停different prefix errors

2013-11-02 
Rails Windows 下different prefix errors造成原因:Ruby 路径与 项目路径不同(盘符不同)解决办法:1、bundle

Rails Windows 下different prefix errors
造成原因:Ruby 路径与 项目路径不同(盘符不同)
解决办法:
1、

bundle install --path .bundle


2、
Get "Junction.exe", in Windows Vista used to "mklink"

Download http://technet.microsoft.com/en-us/Sysinternals/Bb896768.aspx
Copy Junction.exe to C:\Windows\System32\
Create Simbolic Link

Write into your console "C:\> junction C:\myApp D:\rails_projects\myApp "
Run the myApp

C:\> cd myApp
C:\myApp> rails server
Go to http://localhost:3000/admin

热点排行