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: rails/solid_cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.5
Choose a base ref
...
head repository: rails/solid_cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.6
Choose a head ref
  • 14 commits
  • 27 files changed
  • 5 contributors

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    c393cd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from npezza93/main

    Update schema version to match gemspec
    dhh authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    94ea379 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Too error-prone to munge config/database.yml automatically

    Besides, it is auto-configured out of the box for Rails 8.
    dhh committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3b69b56 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into stop-auto-configuring-database-yml

    * main:
      Update schema version to match gemspec
    dhh committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    105205a View commit details
    Browse the repository at this point in the history
  3. Remove database from test/development configuration

    The installer does not create development or test databases, so don't
    include them in the default configuration.
    
    Fixes: #216
    djmb committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fa9b129 View commit details
    Browse the repository at this point in the history
  4. Update tests

    dhh committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    133a850 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #217 from rails/stop-auto-configuring-database-yml

    Too error-prone to munge config/database.yml automatically
    dhh authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1a7bc82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77a445d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #218 from rails/no-dev-or-test-db

    Remove database from test/development configuration
    djmb authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5b5f410 View commit details
    Browse the repository at this point in the history
  2. Always manage connections when database is specified

    When a database is specified, we should always manage connections so
    that we can ensure the cache is writable.
    
    But if you just use the default connection for the rest of the app, we
    won't attempt to manage that.
    
    Fixes: #214
    djmb committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f1d3f57 View commit details
    Browse the repository at this point in the history
  3. Add comment on expiration query

    djmb committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ec6b58c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4da863 View commit details
    Browse the repository at this point in the history
  5. Default to cache.yml instead of solid_cache.yml

    We'll fall back to the old filename if cache.yml doesn't exist.
    djmb committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4a7e97d View commit details
    Browse the repository at this point in the history
  6. Bump version for 1.0.6

    djmb committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    52bd211 View commit details
    Browse the repository at this point in the history
Loading