繁体   English   中英

安装Rails插件的问题(restful_authentication)

[英]Issue with installing rails plugin (restful_authentication)

我正在尝试在运行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"]

我应该如何安装插件?

您可以在此处下载插件然后将其手动放入供应商/插件中。

下载的直接链接: https : //github.com/technoweenie/restful-authentication/tarball/master

因此目录结构应为:vendor / plugins / restful_authentication

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM