restful-authentication'无法找到生成器已验证'

时间:2010-07-14 03:19:34

标签: ruby-on-rails-3 restful-authentication

我刚刚在Rails 3上安装了restful-authentication插件,使用: rails plugin install git://github.com/technoweenie/restful-authentication.git

为了生成认证文件,教程说我应该执行:

ruby​​脚本/生成经过身份验证的用户会话--include-activation

(在rails3中):

rails g经过身份验证的用户会话--include-activation

但是,当我执行此行时,出现以下错误: “无法找到经过身份验证的发电机。”

..有没有人对如何通过这个有任何指示?我可能也搞砸了我指定的'rails g'命令。

感谢。

2 个答案:

答案 0 :(得分:4)

没关系。在论坛上找到了解决方案。尝试使用http://github.com/satish/restful-authentication的git存储库,它运行得很好。我认为这是专为rails 3设计的原始restful-authentication的mod。

答案 1 :(得分:0)

你可以使用rails 3支持gem“rails3-restful-authentication”。