1

我試圖在運行rails -v 2.3.5的機器上安裝restful_authentication插件。當我嘗試安裝它時出現以下錯誤安裝rails插件問題(restful_authentication)

ruby script/plugin install http://github.com/technoweenie/restful-authentication.git restful_authentication 
Plugin not found: ["http://github.com/technoweenie/restful-authentication.git", "restful_authentication"] 

ruby script/plugin install git://github.com/technoweenie/restful-authentication.git restful_authentication 
Plugin not found: ["git://github.com/technoweenie/restful-authentication.git", "restful_authentication"] 

我該如何安裝插件?

回答