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

using defined Puma config #205

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Dec 6, 2018

  1. using defined Puma config

    This changes threads the `gemstash_env.config` options for Puma through
    to the `Puma::CLI.new` call.
    
    Prior to this change `:puma_workers` and `:puma_threads` were ignored
    when booting Gemstash via the CLI
    JackDanger committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    a031473 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Remove accidental changes

    phanle committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    00ceda5 View commit details
    Browse the repository at this point in the history
  2. Convert puma config options to strings

    This effectively applies commit 7624401
    When gusto/redis is merged in upstream, then this commit becomes unnecssary.
    For now gusto's gemstash fork is in an unideal inbetween state
    Julia Lee authored and phanle committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    bde4939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb41686 View commit details
    Browse the repository at this point in the history
  4. Fix rubcop

    phanle committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    82a75e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Use expand __dir__

    phanle committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    ac7a473 View commit details
    Browse the repository at this point in the history
  2. Use double quotes

    phanle committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    f03aca7 View commit details
    Browse the repository at this point in the history