-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: aktsk/simple_master
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aktsk/simple_master
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 79 files changed
- 3 contributors
Commits on Dec 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f351ac7 - Browse repository at this point
Copy the full SHA f351ac7View commit details -
Merge pull request #5 from aktsk/bugfix-enum-prefix
Fix enum column prefix/suffix
Configuration menu - View commit details
-
Copy full SHA for 94d5d1c - Browse repository at this point
Copy the full SHA 94d5d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 280dfc2 - Browse repository at this point
Copy the full SHA 280dfc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c08f8 - Browse repository at this point
Copy the full SHA f1c08f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 485f85d - Browse repository at this point
Copy the full SHA 485f85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a678ded - Browse repository at this point
Copy the full SHA a678dedView commit details
Commits on Dec 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a7a16f1 - Browse repository at this point
Copy the full SHA a7a16f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1c52a - Browse repository at this point
Copy the full SHA 3c1c52aView commit details
Commits on May 18, 2026
-
Treat missing marshal files as empty record sets
MarshalLoader#read_raw raised Errno::ENOENT when the dump file did not exist, which prevented bootstrapping a dataset before any dump was produced. Align the behavior with QueryLoader's empty-table fallback so loading a missing table yields an empty record set instead. Also realign the inner-block indentation in queryable.rb so newer RuboCop (Layout/IndentationWidth) stops flagging it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 42c339d - Browse repository at this point
Copy the full SHA 42c339dView commit details -
Newer RuboCop releases activated Style/OneClassPerFile by default, which flags two intentional patterns in this codebase: - The ActiveRecord::Associations::Preloader::Association reopen in lib/simple_master.rb, which is a monkey-patch and not a new class. - STI subclass families colocated in a single model file in the rails_sample. Both patterns are deliberate, so disable the cop project-wide. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for bcf4946 - Browse repository at this point
Copy the full SHA bcf4946View commit details -
Bump version to 1.0.1 and add CHANGELOG
Patch release covering the MarshalLoader missing-file fix. No public API changes; behavior change is limited to gracefully handling a previously-unhandled error path (missing dump file -> empty record set), matching QueryLoader's existing fallback. Adds CHANGELOG.md (Keep a Changelog format) starting from v1.0.0 so future entries have a home. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for b437d49 - Browse repository at this point
Copy the full SHA b437d49View commit details -
Merge pull request #7 from aktsk/fix-marshal-loader-missing-file
Treat missing marshal files as empty record sets
Configuration menu - View commit details
-
Copy full SHA for 28f5c83 - Browse repository at this point
Copy the full SHA 28f5c83View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff docs...master