我正在尝试使用以下git ...
安装restful_authentication插件git://github.com/Satish/restful-authentication.git
我试图使用以下命令安装...
C:\ Users \用户管理\下载\ rails_apps \学生> ruby script/plugin install git://github.com/Satish/restful-authentication.git
但它没有按预期安装,请帮助,谢谢。
答案 0 :(得分:0)
不完全是答案,但您使用的是哪种版本的导轨?正如您在github项目中看到的那样,restful身份验证插件已经很久没有更新了:https://github.com/technoweenie/restful-authentication。除非您使用的是Rails 2.3.x,否则我建议您查看:https://github.com/plataformatec/devise
答案 1 :(得分:0)
尝试使用终端:
[sudo] gem install restful-authentication
或
[sudo] rails plugin install git://github.com/Satish/restful-authentication.git restful_authentication
并插入 Gemfile :
[sudo] gem "restful-authentication", "~> 1.2.1"
或
[sudo] gem "restful-authentication"