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

Fix for method not found 'ticket_name' on Nil when using CAS proxying with Rails 3 #33

Closed bryanlarsen closed 12 years ago

bryanlarsen commented 12 years ago

Rails 3 uses the rubycas-client-rails gem instead of the Rails code in this gem, so a proper fix would be to move CasProxyCallbackController into rubycas-client-rails, but this should be a safe interim fix.

zuk commented 12 years ago

Makes sense