首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装rails插件时出现的问题(restful_authentication)

安装rails插件时出现的问题(restful_authentication)
EN

Stack Overflow用户
提问于 2011-08-19 19:30:43
回答 1查看 487关注 0票数 1

我正在尝试在运行rails -v 2.3.5的机器上安装restful_authentication插件。当我尝试安装它时,我得到了以下错误

代码语言:javascript
复制
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"]

我该如何安装这个插件?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-08-19 19:35:49

您可以下载插件here并手动将其放入供应商/插件中。

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

因此,目录结构应该是:供应商/插件/restful_authentication

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/7120914

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档