ruby-saml-idp
ruby-saml-idp copied to clipboard
Circular dependency detected while autoloading constant SamlIdp::IdpController
Getting this in Rails 4 on every change to my controller that inherits from SamlIdp::IdpController.
Removing unloadable
statement solves this.
@heaven any chance you can send a snippet or PR for this?? I have same issue..