2010-05-21 3 views
0

J'essaie d'implémenter l'authentification openid en utilisant authlogic. Je l'ai installé le open_id_authentication dans le processus, mais quand je suis entréAuthentification OpenID avec AuthLogic Erreur

rake open_id_authentication:db:create --trace 
I get the following error 

(in /Users/felix/login) 
rake aborted! 
Don't know how to build task 'open_id_authentication:db:create' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1728:in `[]' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2050:in `invoke_task' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `block (2 levels) in top_level' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `each' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2029:in `block in top_level' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2001:in `block in run' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run' 
/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.8.7/bin/rake:31:in `<top (required)>' 
/usr/local/bin/rake:19:in `load' 
/usr/local/bin/rake:19:in `<main>' 

Quelqu'un peut-il dire ce que je fais mal

Merci

Répondre

1

Ce plugin a été interrompue pendant un certain temps. Certains rapports indiquent qu'il peut être fait fonctionner en utilisant des copies plus anciennes d'un plugin sous-jacent trouvé sur Github. J'ai joué avec et je n'ai jamais pu trouver une combinaison de plugins/gemmes pour le faire fonctionner.

Duplicate Posting

+0

Merci beaucoup :) – felix