rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

uninitialized constant CASClient::Tickets::Storage::AbstractTicketStore #40

Closed Jimflip closed 12 years ago

Jimflip commented 12 years ago

Rails 2.3.14 Ruby 1.9.3

Cheers, Jim.

mitfik commented 12 years ago

Hi, I've got the same problem today. The problem is that this gem is not compatible with ruby 1.9.3.

I will try to prepare new version but before that You need use ruby 1.9.2

soupmatt commented 12 years ago

Rails 2.3 is not supported under ruby 1.9.3 and getting it to work properly under 1.9.3 requires significant monkey patching. Given that, I have no plans to attempt to support that combination with the rubycas client. I highly recommend you stick with ruby 1.9.2 if you are using rails 2.3.

mitfik commented 12 years ago

Yes, that true, I didn't notice that this was rails 2.3 :)