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

Fix usage of inherited Sinatra::Base classes keyword arguments #1670

Merged

Commits on Dec 17, 2020

  1. Fix usage of inherited Sinatra::Base classes keyword arguments

    Using keyword arguments on inherited classes from Sinatra::Base breaks
    with ArgumentError: wrong number of arguments (given X, expected 0).
    
    This commit fixes the usage of it on Ruby3 by allowing the method to
    accept both positional and keyword arguments.
    duduribeiro committed Dec 17, 2020
    Copy the full SHA
    64347b0 View commit details
    Browse the repository at this point in the history
  2. Include tests

    duduribeiro committed Dec 17, 2020
    Copy the full SHA
    06e049c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    561ec54 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    be56991 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Copy the full SHA
    3c80f4f View commit details
    Browse the repository at this point in the history
  2. Upgrade to Xenial

    duduribeiro committed Dec 18, 2020
    Copy the full SHA
    a5ed7fb View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Copy the full SHA
    605d7bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b979ca6 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Copy the full SHA
    2760659 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    77e6872 View commit details
    Browse the repository at this point in the history