Rails OpenID Authentication Plugin No Longer Installs Rake Tasks?

Posted by Rich Apodaca on Stack Overflow See other posts from Stack Overflow or by Rich Apodaca
Published on 2010-04-08T00:26:22Z Indexed on 2010/04/08 1:33 UTC
Read the original article Hit count: 339

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about openid