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

add redis to ticket storage options #66

Closed mmell closed 11 years ago

soupmatt commented 11 years ago

I can't accept this because it has ruby 1.9 specific syntax and rubycas-client supports 1.8.

mmell commented 11 years ago

@soupmatt I don't want to support 1.8 so I'll close this pull request.

There are two juicy bits in this string of commits: Redis Ticket Store and Rack Proxy filter. Maybe they will make it in when you drop 1.8 support. By then this code will have served millions of requests. :)

kubum commented 9 years ago

@soupmatt @mmell what do you think about to drop support for 1.8 already?