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: hotwired/turbo-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.11
Choose a base ref
...
head repository: hotwired/turbo-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.12
Choose a head ref
  • 7 commits
  • 21 files changed
  • 6 contributors

Commits on Oct 21, 2024

  1. Bump rollup from 2.79.1 to 2.79.2 (#687)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.79.1...v2.79.2)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2024
    Copy the full SHA
    b733dfc View commit details

Commits on Oct 29, 2024

  1. Update to rack 3.1.8 (#696)

    This was previously blocked, see
    rails/rails#46594.
    
    Rails 7.1 now supports rack 3 and Capybara assumes rack 3, making
    tests fail when run via rake (but not bin/test).
    ramhoj authored Oct 29, 2024
    Copy the full SHA
    59e1f48 View commit details

Commits on Nov 4, 2024

  1. Commit to ruby@2.6 support (#682)

    Closes [#681][]
    
    First, remove `ruby@3.0` syntax including `...` arguments and end-less
    method definitions.
    
    Next, add `ruby@2.6` and `ruby@2.7` to the CI matrix along with
    `rails@7.1`.
    
    [#681]: #681
    seanpdoyle authored Nov 4, 2024
    Copy the full SHA
    ca2c5f4 View commit details

Commits on Nov 7, 2024

  1. Keep flash in Turbo Frame requests (#699)

    A POST request can set the flash and return a redirect response.
    If a Turbo-Frame request that gets made before the redirect location
    gets called, the flash gets discared by the Turbo-Frame request.
    
    By making sure a Turbo-Frame request keeps the flash, we can avoid this
    problem.
    p8 authored Nov 7, 2024
    Copy the full SHA
    0e42702 View commit details

Commits on Jan 4, 2025

  1. Free sqlite3 from a version constraint (since it was failing to compi…

    …le the old version on latest Ubuntu)
    dhh committed Jan 4, 2025
    Copy the full SHA
    0ea92f3 View commit details

Commits on Mar 2, 2025

  1. Copy the full SHA
    6438faa View commit details
  2. Bump version

    jorgemanrubia committed Mar 2, 2025
    Copy the full SHA
    43fb79d View commit details
Loading