Closed metasoarous closed 13 years ago
Sorry - should have seen the note about
Note: If Rails complains about missing constants, try adding this before the CASClient configuration:
require 'casclient'
require 'casclient/frameworks/rails/filter'
Putting that in the initializer did the trick.
This was very helpful-- I also missed the note
I am having some issues regarding CASClient::Frameworks not being found. As such, whether I put
in environment.rb after the initialize or in an initializer, it can't find CASClient::Frameworks. I get the error
When I take that line out and load the console, I still can't seem to find that constant. When I do
I have the gem installed. Is there some other initialization process that is not taking place here? I am running Rails 3 - is this some rails 3 related issue?
Chris