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: collectiveidea/delayed_job Loading
base: master
Choose a base ref
...
head repository: tomhughes/delayed_job Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 22, 2022

  1. * Support for Ruby 3.0 added

    webhoernchen authored and tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    70229bc View commit details
    Browse the repository at this point in the history
  2. * debug messages commented out

    webhoernchen authored and tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6355b9a View commit details
    Browse the repository at this point in the history
  3. * syntax fixed

    webhoernchen authored and tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8fa641d View commit details
    Browse the repository at this point in the history
  4. * Syntax fixed

    webhoernchen authored and tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    4e3600f View commit details
    Browse the repository at this point in the history
  5. * Syntax fixed

    webhoernchen authored and tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    33297ed View commit details
    Browse the repository at this point in the history
  6. * specs added

    webhoernchen authored and tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    32839a7 View commit details
    Browse the repository at this point in the history
  7. * rubocop fixed

    webhoernchen authored and tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a04ae49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cd0216 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ab0e76 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f811fc2 View commit details
    Browse the repository at this point in the history
  11. Capture kwargs separately in PerformableMethod

    We're going to need to explicitly separate kwargs and hash parameters to
    fix ruby 3 compatibility
    jdelStrother authored and tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    d4e35cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a69bff View commit details
    Browse the repository at this point in the history
  13. silence_warnings

    tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    743b9af View commit details
    Browse the repository at this point in the history
  14. hash

    tomhughes committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1d80169 View commit details
    Browse the repository at this point in the history
Loading