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

Use Active support functions #2326

Merged
merged 13 commits into from
May 15, 2023

Commits on May 8, 2023

  1. Replace deep_mergeable_hash.rb and deep_symbolize_hash.rb by ActiveSu…

    …pport functions
    
    Use each_with_object instead of each/inject etc ...
    ericproulx committed May 8, 2023
    Configuration menu
    Copy the full SHA
    dcd0f7f View commit details
    Browse the repository at this point in the history
  2. Replace if env[...] by env.key?

    Use deep_dup instead of dup for rack_params
    ericproulx committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0686bc0 View commit details
    Browse the repository at this point in the history
  3. Use presence instead of ternary

    Replace unless present? by if blank?
    ericproulx committed May 8, 2023
    Configuration menu
    Copy the full SHA
    90a2e4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beb332f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    ea335f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d8310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a03c7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    be8dc68 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/active_support_functions' into a…

    …ctive_support_functions
    ericproulx committed May 13, 2023
    Configuration menu
    Copy the full SHA
    7350fcb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    f0b71ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61104d8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Next version 1.8.0

    ericproulx committed May 15, 2023
    Configuration menu
    Copy the full SHA
    6408f32 View commit details
    Browse the repository at this point in the history