Open fabianoalmeida opened 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):
rubycas-server
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!
Might work if you use
gem "rubycas-client", "2.2.1"
@fabianoalmeida Did you ever get this working?
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):This error it's known? Anyone suggest me to solve it?
Thanks in advance!