Hallo.
Ich versuche gerade eine Restful Authentication in Kombination mit
OpenID zu realisieren wie es z.b. hier #68 OpenID Authentication - RailsCasts
beschrieben ist.
Beim Login erhalte ich momentan die Fehlermeldung:
NameError in SessionsController#create
uninitialized constant OpenID::SReg
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:263:in
load_missing_constant' /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in
const_missing’
vendor/plugins/open_id_authentication/lib/open_id_authentication.rb:132:in
add_simple_registration_fields' vendor/plugins/open_id_authentication/lib/open_id_authentication.rb:93:in
begin_open_id_authentication’
vendor/plugins/open_id_authentication/lib/open_id_authentication.rb:84:in
authenticate_with_open_id' app/controllers/sessions_controller.rb:51:in
open_id_authentication’
app/controllers/sessions_controller.rb:13:in `create’
Verwende Rails Rails 2.0.2
Hat jemand eine Idee wie ich diesen Fehler beseitigen kann?
Danke
michi