我正在尝试在运行rails -v 2.3.5的机器上安装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"]我该如何安装这个插件?
发布于 2011-08-19 19:35:49
您可以下载插件here并手动将其放入供应商/插件中。
直接下载链接:https://github.com/technoweenie/restful-authentication/tarball/master
因此,目录结构应该是:供应商/插件/restful_authentication
https://stackoverflow.com/questions/7120914
复制相似问题