tardate / authlogic_rpx

Authlogic plugin to provide RPX support NB: Rails 3.2+ support is becoming an issue and I am not actively trying to keep this project updated (in favour of devise-based authentication). If anyone wishes to rescuscitate this project for Rails 3.2 and beyond please let me know and perhaps we could discuss transferring project ownership
MIT License
74 stars 11 forks source link

Doesn't seem to be working under rails3 #24

Closed dball closed 13 years ago

dball commented 14 years ago

I'm trying this under rails3 with odorcicd's rails3 branch of authlogic and it fails as follows when I try to mix in authlogic_rpx:

NameError (uninitialized constant AuthlogicRpx::Session::Config::RPXNow): /Users/dball/.bundle/ruby/1.8/gems/authlogic_rpx-1.1.1/lib/authlogic_rpx/session.rb:38:in rpx_key_value' /Users/dball/.bundle/ruby/1.8/gems/authlogic_rpx-1.1.1/lib/authlogic_rpx/session.rb:34:inrpx_key' /Users/dball/src/eatrealgood/app/models/user_session.rb:2

Has anyone else gotten this working in rails3?

tardate commented 14 years ago

thanks for the info @dball. I've had one report of someone finding 'it just works' under rails 3, but haven't tested yet myself. On the list of things to do...

woto commented 13 years ago

I think the problem associated with bundler. I also had this error but in rails 2.3.8 Sorry for bad English

woto commented 13 years ago

hmmm, the problem was in rpx_now, when i've created folder rails with init.rb file it's works

grosser commented 13 years ago

did you try to require 'rpx_now' ?

woto commented 13 years ago

after making this

rm -rf ~/.bundle/ ~/.gem/ .bundle/ Gemfile.lock
bundle install

erorrs gone

tardate commented 13 years ago

rails3 compatibility included in 1.2.0 release