-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit addresses an issue where we were requiring all extension files upfront, which could raise errors if the required gems were not present in the user's environment. To resolve this, we've removed the automatic requires for ActiveRecord and ROM extensions from lib/dry/operation.rb. Instead, we've updated the documentation in both ActiveRecord and ROM extension files to include the necessary require statement in the example code. To ensure our tests continue to pass with these changes, we've also added the requires to the spec_helper file. See report: 92cdde9#commitcomment-146824502
- Loading branch information
1 parent
92cdde9
commit 964dc88
Showing
4 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters