rubycas / rubycas-client-rails

Rails plugin for the RubyCAS-Client
MIT License
77 stars 70 forks source link

Rails 4 app error #25

Open fabianoalmeida opened 11 years ago

fabianoalmeida commented 11 years ago

Hi mate,

I'm trying to use this gem in a Rails 4 app and I'm seeing with this error message after log in rubycas-server (i.e. in the return, containing a valid ticket):

NoMethodError (undefined method 'response' for # < CASClient::ServiceTicket:0xba7135bc >): rubycas-client-rails (0.1.0) lib/rubycas-client-rails.rb:79:in `filter'

This error it's known? Anyone suggest me to solve it?

Thanks in advance!

geoffgarside commented 11 years ago

Might work if you use

gem "rubycas-client", "2.2.1"
Altonymous commented 10 years ago

@fabianoalmeida Did you ever get this working?