-
-
Notifications
You must be signed in to change notification settings - Fork 934
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Load rails 7.0 defaults * Update GemDownload.increment to use update_all instead of find_by_sql with UPDATE sql. - find_by_sql calls could be cached and are not meant to be used for data modifications - this changes returned value, but it seems it is used only in testing * Update LogTicket.pop to use update_all instead of find_by_sql with UPDATE sql. - find_by_sql calls could be cached and are not meant to be used for data modifications --------- Co-authored-by: Josef Šimánek <[email protected]>
- Loading branch information
Showing
5 changed files
with
12 additions
and
117 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 was deleted.
Oops, something went wrong.
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