努力讓RVM與Capistrano和Rails 3.1rc5協同工作,並且被我發現的指令搞糊塗了。RVM對Capistrano的說明感到困惑
RVM的網站提供these instructions是說:
在新的選項,你可以做以下(調整到您的個人設置):
$:.unshift(File.expand_path('./lib', ENV['rvm_path'])) # Add RVM's lib directory to the load path.
require "rvm/capistrano" # Load RVM's capistrano plugin.
set :rvm_ruby_string, '[email protected]' # Or whatever env you want it to run in.
現在我認爲他們要這個在我們的deploy.rb
文件的頂部!?!我只問,因爲我沒見過「$:.
」,儘管很少,我看過deploy.rb
。
以「$:.
」開頭的行是什麼?它是否屬於deploy.rb
或其他地方?
似乎在使用他們創建的rvm-capistrano創業板之後,它會建議您刪除該行:'將RVM - Capistrano集成提取到單獨的創業板,安裝:'gem install rvm-capistrano'並移除'$ LOAD_PATH.unshift'行 – lulalala