2012-09-04 60 views
0

我試圖安裝restful_authentication插件使用下面的git ...Rails插件沒有安裝

git://github.com/Satish/restful-authentication.git 

,我嘗試使用下面的命令來安裝...

C:\用戶\ Admin \ Downloads \ rails_apps \ students>ruby script/plugin install git://github.com/Satish/restful-authentication.git

但它沒有按預期安裝,請幫助,謝謝。

回答

0

嘗試用戶:除非你是on Rails的2.3.x版本,我建議你看

[sudo] gem install restful-authentication 

[sudo] rails plugin install git://github.com/Satish/restful-authentication.git restful_authentication 

,並插入上的Gemfile

[sudo] gem "restful-authentication", "~> 1.2.1" 

[sudo] gem "restful-authentication" 
  • 如果找你在Linux或Mac ,你可以通過用戶須藤。