Skip to content
Permalink

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: bugfix-enum-prefix
Choose a base ref
...
head repository: aktsk/simple_master
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 88 files changed
  • 3 contributors

Commits on Dec 25, 2025

  1. Merge pull request #5 from aktsk/bugfix-enum-prefix

    Fix enum column prefix/suffix
    AZQ1994 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    94d5d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e90eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc6aca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    280dfc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1c08f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    485f85d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from aktsk/dummy-app

    Add Sample Rails app
    AZQ1994 authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    a678ded View commit details
    Browse the repository at this point in the history
  8. Link doc files

    AZQ1994 committed Dec 25, 2025
    Configuration menu
    Copy the full SHA
    60d619c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Merge pull request #6 from aktsk/docs

    Added some documents.
    AZQ1994 authored Dec 26, 2025
    Configuration menu
    Copy the full SHA
    a7a16f1 View commit details
    Browse the repository at this point in the history
  2. Release v1.0.0

    AZQ1994 committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    3c1c52a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. 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>
    AZQ1994 and claude committed May 18, 2026
    Configuration menu
    Copy the full SHA
    42c339d View commit details
    Browse the repository at this point in the history
  2. Disable Style/OneClassPerFile

    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>
    AZQ1994 and claude committed May 18, 2026
    Configuration menu
    Copy the full SHA
    bcf4946 View commit details
    Browse the repository at this point in the history
  3. 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>
    AZQ1994 and claude committed May 18, 2026
    Configuration menu
    Copy the full SHA
    b437d49 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from aktsk/fix-marshal-loader-missing-file

    Treat missing marshal files as empty record sets
    AZQ1994 authored May 18, 2026
    Configuration menu
    Copy the full SHA
    28f5c83 View commit details
    Browse the repository at this point in the history
Loading