Skip to content

Remove raindrops require#84

Merged
errm merged 1 commit intomasterfrom
errm/fix-raindrops-require
Mar 3, 2026
Merged

Remove raindrops require#84
errm merged 1 commit intomasterfrom
errm/fix-raindrops-require

Conversation

@errm
Copy link
Owner

@errm errm commented Mar 3, 2026

This functionality was removed from the libary

This causes an error in environments where raindrops is still in the gemfile as it trys to require the removed middleware.

This functionality was removed from the libary

This causes an error in environments where raindrops is still
in the gemfile as it trys to require the removed middleware.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes the conditional raindrops middleware require/use from Promenade’s Rails Railtie to prevent load-time errors now that the Raindrops integration has been removed from the library.

Changes:

  • Deleted the defined?(::Raindrops) / Pitchfork/Unicorn-guarded require "promenade/raindrops/middleware" block.
  • Leaves Pitchfork middleware loading behavior unchanged.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@errm errm merged commit ccbafeb into master Mar 3, 2026
19 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.

2 participants