Tags: andyw8/fizzy
Tags
Merge pull request basecamp#2040 from robinbrandt/push-tmrkoytpuvul Allow chromium unstable endpoint for push messages
Merge pull request basecamp#2038 from basecamp/jump-menu-empty-state Add blank slate to the main menu
Merge pull request basecamp#1911 from harisadam/main Configure email delivery in production using environment variables
Merge pull request basecamp#2007 from basecamp/prompt-spacing-fix Fixing Lexxy prompt menu spacing
Merge pull request basecamp#2024 from basecamp/immediate-variant-locally Process blob variants using local files
Drop defunct Account upload attachments (basecamp#2030) Controller and routes removed in 6a62df4
Merge pull request basecamp#1984 from gijigae/fix/japanese-ime-input Fix Japanese IME input handling for tag, step, and reaction fields
Fix ActiveStorage FileNotFoundError with immediate variant processing (… …basecamp#2022) When ActiveStorage::Record uses `connects_to` for read replica support, it creates a separate connection pool from ApplicationRecord. This causes `after_commit` callbacks to fire in non-deterministic order - the Attachment's `create_variants` callback can fire before the User model's upload callback completes, resulting in FileNotFoundError. The fix removes replica connection configuration from ActiveStorage::Record so it shares the same connection pool as application models, ensuring proper callback ordering. Also reverts test workarounds that were added to work around this issue, since the root cause is now fixed. See: rails/rails#53694
Merge pull request basecamp#2016 from basecamp/flavorjones/1992-fix-t… …oggle-caching Ensure user toggles on board edit page are cached properly
Merge pull request basecamp#2019 from basecamp/wrap-lexxy-overflow Wrap the overflow menu
PreviousNext