Skip to content

Conversation

@rsmithlal
Copy link
Member

  • Introduced a new backend for handling localized attachments using ActiveStorage.
  • Created a DSL for applying localized attachment accessors to models.
  • Added integration tests for translatable attachments functionality.
  • Implemented model specs to ensure correct behavior of localized accessors and writers.
  • Updated database schema to include locale for ActiveStorage attachments.
  • Enhanced existing helper methods for table creation and dropping in tests.

Summary

Describe the change and the motivation.

Checklist

  • Tests added/updated and passing (bin/ci).
  • Lint and security checks (rubocop, brakeman, bundler-audit).
  • Documentation updated under docs/ describing new/changed functionality.
  • Mermaid diagrams (docs/*.mmd) updated to reflect changes.
  • Rendered PNGs regenerated with bin/render_diagrams and committed.
  • For DB changes, included any needed backfills/dedupes and noted risks.

Screenshots / Diagrams

If applicable, include screenshots or link to updated diagrams.

Notes

Anything reviewers should be aware of (migration order, flags, feature toggles).

- Introduced a new backend for handling localized attachments using ActiveStorage.
- Created a DSL for applying localized attachment accessors to models.
- Added integration tests for translatable attachments functionality.
- Implemented model specs to ensure correct behavior of localized accessors and writers.
- Updated database schema to include locale for ActiveStorage attachments.
- Enhanced existing helper methods for table creation and dropping in tests.
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

@rsmithlal rsmithlal merged commit 2e0cd3d into main Sep 2, 2025
12 checks passed
@rsmithlal rsmithlal deleted the feature/new-content-blocks branch September 2, 2025 16:57
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