Conversation
- Configured the action mailer to show previews and set the preview path for mailer views. - This addition allows for easier testing of email layouts and content before sending, improving the development workflow.
- Eliminated the specific preview path configuration for action mailer, allowing the default behavior to be used. - This change simplifies the configuration and aligns with standard Rails practices for mailer previews.
Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 6.21.3 to 6.23.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.21.3...v6.23.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.23.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
… authorization - Introduced a new before_action to handle entry retrieval specifically for the toggle_disqualified action, ensuring that authorization checks are correctly applied. - Updated the authorization call in the toggle_disqualified method to use the new policy method, enhancing security and clarity. - Added comprehensive tests for the toggle_disqualified action, covering various user roles and their permissions, ensuring robust access control. - Enhanced entry_policy_spec to include tests for the toggle_disqualified action, verifying permissions for different user roles. These changes improve the maintainability and security of the EntriesController while ensuring proper authorization logic is enforced.
…ner_admins Refactor toggle_disqualified action in EntriesController for improved…
…yarn-ba2902a541 Bump undici from 6.21.3 to 6.23.0 in the npm_and_yarn group across 1 directory
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.