Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Unicorn with Puma #8392

Merged
merged 3 commits into from Sep 10, 2022
Merged

Commits on Sep 7, 2022

  1. Update binstubs

    Newly generated binstubs will check for the string
    `This file was generated by Bundler` inside `bin/bundle`, so we'd have
    to update that anyway.
    
    Also, there is a non-zero chance the updated `bundle` binstub resolves
    some of the setup-specific issues we've seen.
    denschub committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    bfd42a1 View commit details
    Browse the repository at this point in the history
  2. Remove artifacts from the old Federation integration testing attempt

    It's… safe to assume that nobody is using this, as this has been broken
    for quite some time.
    denschub committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    bb80ca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Replace Unicorn with Puma

    … and drop the single_process_mode. See the included Changelog entry
    for full details on what this change means.
    denschub committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    97cfc80 View commit details
    Browse the repository at this point in the history