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

Rails3 #7

Closed amkirwan closed 13 years ago

amkirwan commented 13 years ago

changed deprecated RAILS_DEFAULT_LOGGER to Rails.logger for rails 3.1

halfdan commented 13 years ago

This is currently a production killer. I migrated my apps for testing purposes to Rails 3.1beta and this patch would definitely help when being merged into core and into a new release.

philevans commented 13 years ago

+1

geoffgarside commented 13 years ago

+1

PotHix commented 13 years ago

+1 It is avoiding the migration of some apps to Rails 3.1. =/

zuk commented 13 years ago

I believe this was fixed in 83702cab573dfef1eff6ac6e51c304ff006afb5d, no? Can someone confirm? I'm not running anything under 3.1 right now....

zuk commented 13 years ago

Looks like 83702ca was missing some additional fixes (Rails.logger, for example). I merged in this pull request with some changes. Can someone confirm that things are okay for Rails 3.1 now?

PotHix commented 13 years ago

Working here. Please bump the gem version :)