Nat Budin

Results 80 comments of Nat Budin

Thanks guys! I've had no end of trouble getting the generator to appear in various versions of Rails. You'd think this would be simple but every time it seems like...

I really don't want to do it that way. Personally I feel like I've wasted a lot of time having to work around gems that attempted to initialize themselves on...

Does your model include :validatable? If so, override the password_required? method to always return false.

@fabianoalmeida Did you set `cas_base_url` in your Devise initializer?

@fabianoalmeida Yes, you do need a User table, because Devise requires one by design. I can see why you might say it wouldn't be necessary, but for Devise, it is....

That's an interesting use case, and definitely seems reasonable to me. Unfortunately, we can't currently add a `:create_user` option to `devise_for`, because devise_cas_authenticatable supports Devise 1.0 in order to work...

No, sorry - I has a brains. :) Any preference which way to go?

I believe the line your error is coming from may in fact be this: https://github.com/nbudin/devise_cas_authenticatable/blob/master/lib/devise_cas_authenticatable/single_sign_out.rb#L50 It looks like you're attempting to use the Rails cache as your session store while...

What problem does this solve?

Oh, I see - so Google has gone to using a wildcard cert for all their subdomains. I don't love adding *.google.com to the whitelist. It seems like that would...