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: cookpad/omniauth-rails_csrf_protection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: cookpad/omniauth-rails_csrf_protection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 9, 2024

  1. Add rails 7.2 and 8.0 to the build matrix

    Also, edge rails requires ruby 3.2 now, so it's dropped from ruby 3.1.
    nevans committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8688c86 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. Merge pull request #22 from nevans/update-ci-for-rails-8

    Add rails 7.2 and 8.0 to the build matrix
    sikachu authored Nov 9, 2025
    Configuration menu
    Copy the full SHA
    14b611d View commit details
    Browse the repository at this point in the history
  2. Update build matrix and fix build errors

    - Add Rails 8.1
    - Add Ruby 3.4
    - Run Ruby head against Rails 8.1
    - Fix missing `logger` require in Rails < 7
    - Add require for `bigdecimal` and `mutex_m` in Ruby 3.4+
    sikachu committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    f9810a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e62c05 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. Configuration menu
    Copy the full SHA
    5e9c8a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    431597e View commit details
    Browse the repository at this point in the history
  3. Add workaround for deprecated AS::Configurable

    Given `ActiveSupport::Configurable` is deprecated without replacement
    and will be removed in Rails 8.2, we can stop using it in Rails 8.1+
    and instead create methods that delegate to
    `ActionController::Base.config` instead.
    
    Fixes #23, closes #24
    
    Co-authored-by: Scott Klein <scott@klein.io>
    sikachu and scootklein committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    2cf722b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c283d1d View commit details
    Browse the repository at this point in the history
  5. Bump to 2.0.0

    * Stop using deprecated `ActiveSupport::Configurable` when this gem is
      running against Action Pack version 8.1 and later (#23, #24)
    sikachu committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    2348375 View commit details
    Browse the repository at this point in the history
Loading