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

Updated CAS controller to remove RubyCAS::Filter.client #59

Closed KrisSiegel closed 11 years ago

KrisSiegel commented 11 years ago

As far as I can tell the RubyCAS-client-rails gem is broken under rails 3+ (or at least 3.1). In fact RubyCAS-client works great in all aspects WITHOUT RubyCAS-client-rails. This was the only issue I had run into and removing it resolved all of my problems.

If this is necessary in other places please make a suggestion to resolve this issue as I don't want to break other users of this gem.

soupmatt commented 11 years ago

We can do that, but we will do it this way instead: e65ca28b5973f4850d0d776bf200c01695ba87a4, so we don't break compatibility for those using rubycas-client-rails.

KrisSiegel commented 11 years ago

That makes more sense. Thanks!