Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: andyw8/fizzy

Tags

fizzy@1d89bd9

Toggle fizzy@1d89bd9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request basecamp#2040 from robinbrandt/push-tmrkoytpuvul

Allow chromium unstable endpoint for push messages

fizzy@b549291

Toggle fizzy@b549291's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request basecamp#2038 from basecamp/jump-menu-empty-state

Add blank slate to the main menu

fizzy@0430ce0

Toggle fizzy@0430ce0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request basecamp#1911 from harisadam/main

Configure email delivery in production using environment variables

fizzy@fbb0c9d

Toggle fizzy@fbb0c9d's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request basecamp#2007 from basecamp/prompt-spacing-fix

Fixing Lexxy prompt menu spacing

fizzy@da2bd2f

Toggle fizzy@da2bd2f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request basecamp#2024 from basecamp/immediate-variant-locally

Process blob variants using local files

fizzy@bec46e1

Toggle fizzy@bec46e1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop defunct Account upload attachments (basecamp#2030)

Controller and routes removed in 6a62df4

fizzy@63805ae

Toggle fizzy@63805ae's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request basecamp#1984 from gijigae/fix/japanese-ime-input

Fix Japanese IME input handling for tag, step, and reaction fields

fizzy@49c4f2a

Toggle fizzy@49c4f2a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

fizzy@15fda97

Toggle fizzy@15fda97's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request basecamp#2016 from basecamp/flavorjones/1992-fix-t…

…oggle-caching

Ensure user toggles on board edit page are cached properly

fizzy@14e763e

Toggle fizzy@14e763e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request basecamp#2019 from basecamp/wrap-lexxy-overflow

Wrap the overflow menu