rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

Option to disable root redirect #104

Closed rorystephenson closed 9 years ago

rorystephenson commented 9 years ago

I am using the CASino engine in a rails app and it creates a redirect for the root url to /login. I've tried a number of different ways to override this without success. What do you think about providing a configuration option to not redirect root?

rorystephenson commented 9 years ago

I'm an idiot. I renamed a directory and then created a new one in it's name which is where I thought I was working but I actually was still working inside the old directory. So the suggested "just add a home route above the engine mounting declaration" indeed takes care of this.