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"] 

我该如何安装插件?

回答