Skip to content
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

Check if Rails is fully initialized #216

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

aleksandr-obukhov
Copy link
Contributor

There is a case where the Rails gem is required but not fully initialized, such as when we require the ActionView gem. Therefore, instead of just checking if the Rails constant is available, we should be more precise and check if the required subsystem is available or initialized for us.

@Zogoo Zogoo self-assigned this Sep 18, 2024
@Zogoo
Copy link
Collaborator

Zogoo commented Sep 18, 2024

@aleksandr-obukhov thanks for your improvement can you update your branch with latest master branch.

@aleksandr-obukhov
Copy link
Contributor Author

@aleksandr-obukhov thanks for your improvement can you update your branch with latest master branch.

Rebased

Copy link
Collaborator

@Zogoo Zogoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jphenow can you check this one.

@jphenow jphenow merged commit 62ca537 into saml-idp:master Sep 23, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants