This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Fix/update blog#306
Merged
zainforbjs merged 2 commits intomainfrom Feb 26, 2026
Merged
Conversation
…date flow Problems fixed: - Transaction was rolling back silently due to writeDump() and abort calls inside the transaction block, and helper functions swallowing errors with return false instead of rethrowing them - deleteBlogTags() and deleteBlogCategories() were using Wheels soft delete, leaving rows physically in the database, causing duplicate key violations on the unique_blog_tag and unique_blog_category constraints when saveTags() and saveCategories() attempted to re-insert the same associations - findOne() on the Tag model was not using includeSoftDeleted=true, so soft-deleted tags were invisible to Wheels but still present in the DB, causing "Name has already been taken" validation errors on re-save
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.