Rails OpenID Authentication Plugin No Longer Installs Rake Tasks?

倾然丶 夕夏残阳落幕 提交于 2019-12-11 03:43:05

问题


I'm following the Railscasts tutorial on using OpenID with AuthLogic.

This command:

$ script/plugin install git://github.com/rails/open_id_authentication.git

installs the plugin, but I don't see any OpenID Rake tasks (rake -T). In particular, I can no longer run the task:

$ rake open_id_authentication:db:create

With previous applications, the Rake tasks were installed without a problem, so what's changed with the plugin? Which version of the plugin do I need to get the behavior I'm looking for?

Using Rails 2.3.5.


回答1:


Looks like the task has been taken out (unnecessary?). This bug report (link now broken but less than one hour ago worked) outlines the problem, but doesn't seem to give a definite answer of what's going on.



来源:https://stackoverflow.com/questions/2596795/rails-openid-authentication-plugin-no-longer-installs-rake-tasks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!