rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

Move authenticators dependencies into Gemfile #134

Closed mitfik closed 11 years ago

mitfik commented 11 years ago

Add autoloads for all authenticators, to do not requrie to install them all if someone use only few or one. Add groups to Gemfile.

This is small step to make rubycas more extendable.

tpickett66 commented 11 years ago

+1 on this, I'll run the specs and merge this over the weekend.