-
-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
explicitly require "onelogin/ruby-saml/logging" #134
Conversation
… may do: require 'onelogin/ruby-saml/authrequest' instead of require 'onelogin/ruby-saml' or require 'onelogin/ruby-saml/authrequest' require 'onelogin/ruby-saml/logging'
Can you add documentation for this feature, @nkeyes ? |
I'm not sure what documentation is needed or where it would go, so I'll explain what I did here. The project I was working on only needed |
@nkeyes Can you just add the information from your pull request description into the readme.md? |
Yeah, I can do that later tonight. |
Great we will merge after that! |
@nkeyes just following up -- @luisvm @pitbulk @inakidelamadrid can you guys review? this is 👍 from me after documentation is added |
After merge this pull-request I think a message could be added to the Readme.md (since there is no reference to any requires in the README.md), I think one place to set it is at the Overview section, before the "The initiation phase". Something like:
require 'onelogin/ruby-saml'
require 'onelogin/ruby-saml/authrequest' What do you think? @Lordnibbler , can you merge it and commit this proposed doc or any? |
@pitbulk sure will do that now. |
explicitly require "onelogin/ruby-saml/logging"
so that the developer may do:
instead of
or