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

Fix issues where active_support does not require logger properly #127

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Jan 30, 2025

Require logger due to active_support breaking on Rails <= 7.0. See rails/rails#54264

Additionally, add testing of various activesupport versions

@Fryguy Fryguy force-pushed the fix_logger_issues branch 3 times, most recently from 4cd8e99 to 4993cf2 Compare January 30, 2025 22:13
@Fryguy Fryguy force-pushed the fix_logger_issues branch from 4993cf2 to eafb795 Compare January 30, 2025 22:15
@Fryguy Fryguy changed the title Add testing of various activesupport versions Fix issues where active_support does not require logger properly Jan 30, 2025
@Fryguy Fryguy added the bug label Jan 30, 2025
Require logger due to active_support breaking on Rails <= 7.0. See rails/rails#54264
@Fryguy Fryguy force-pushed the fix_logger_issues branch from eafb795 to 6c9d2bd Compare January 30, 2025 22:20
@miq-bot
Copy link
Member

miq-bot commented Jan 30, 2025

Some comments on commits Fryguy/more_core_extensions@44f5885~...6c9d2bd

spec/spec_helper.rb

  • ⚠️ - 7 - Detected puts. Remove all debugging statements.
  • ⚠️ - 8 - Detected puts. Remove all debugging statements.

@miq-bot
Copy link
Member

miq-bot commented Jan 30, 2025

Checked commits Fryguy/more_core_extensions@44f5885~...6c9d2bd with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
9 files checked, 1 offense detected

**

  • 💣 💥 🔥 🚒 - Linter/Yaml - missing config files

@jrafanie jrafanie merged commit 44cffa9 into ManageIQ:master Jan 30, 2025
28 checks passed
@jrafanie
Copy link
Member

It's a shame we need to do this to support various rails versions in a library.

Fryguy added a commit that referenced this pull request Jan 31, 2025
Fixed:
- Fix issues where active_support does not require logger properly [#127]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants