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: pelargir/auto-session-timeout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bigbinary/auto-session-timeout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 5 files changed
  • 5 contributors

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    3f4558b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154fbc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    f12a80a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Updated signing_in? checks

    udai1931 committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    e6a1da8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from bigbinary/6024-login-check-update

    Updated signing_in? checks
    udai1931 authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    0c9b63c View commit details
    Browse the repository at this point in the history
  3. Bumped gem version

    udai1931 committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    375a3f8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from bigbinary/bump-gem-version

    Bumped gem version
    udai1931 authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    2739548 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Support Rails 7.2+: relax actionpack upper bound to < 8.0, bump versi…

    …on to 1.2.0, update CHANGELOG
    unnitallman committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    43b58b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Add Rails 7.2+ and Rails 8 support

    - Update actionpack dependency to support Rails 8 (< 9.0)
    - Replace deprecated .try method with safe navigation operator (&.)
    - Modernize gemspec file listing from backtick git ls-files to Dir.glob
    - Add Rails 7.2 and 8.0 to CI test matrix
    - Add Ruby 3.3 support to CI
    - Bump version to 1.3.0
    
    All tests pass with Rails 7.2 and Rails 8.0
    unnitallman committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    cd04553 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from bigbinary/feat/rails-7_2-support

    Add Rails 7.2+ and Rails 8 support
    unnitallman authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    1e4bb97 View commit details
    Browse the repository at this point in the history
Loading