explicitly require "onelogin/ruby-saml/logging" #134
explicitly require "onelogin/ruby-saml/logging" #134Lordnibbler merged 1 commit intoSAML-Toolkits:masterfrom
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