2013-05-30 125 views
0

我在本地機器上安裝了ruby-2.0.0-p0。當我部署我的Rails應用程序時,出現了很多錯誤,我修復了它,並且它正在運行。但同樣,1天后,我嘗試在運行相同的應用程序,我得到這個消息Capistrano在.rvmrc文件中部署錯誤

You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers, 
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version' 
or ignore this warnings with 'rvm rvmrc warning ignore /home/Desktop/PV-NEC/pv-nec/.rvmrc', 
'.rvmrc' will continue to be the default project file in RVM 1 and RVM 2, 
to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'. 

ruby-2.0.0-p195 is not installed. 
To install do: 'rvm install ruby-2.0.0-p195' 

我已經把rvm use [email protected]代碼在我.rvmrc文件。我是否需要改變它或做其他事情。

+0

哎,我改變我的本地機器RVM使用Ruby-2.0.0-P0 .rmvrc文件,但不不是服務器中的.rmvrc。我將相同的ruby-2.0.0-p195放入服務器的.rmvrc文件中 –

回答

0

第一與命令顯示在錯誤安裝紅寶石:

rvm install ruby-2.0.0-p195 

並用命令創建適當的寶石

rvm gemset create gemset_name 

然後鍵入這個從.rvmrc切換到.ruby版本+ .ruby-寶石

rvm rvmrc to .ruby-version