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

Support duplicate form names in multipart forms #32

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on May 27, 2021

  1. Introduce multi-part pair spec

    Matt Kelly committed May 27, 2021
    Configuration menu
    Copy the full SHA
    11bb446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f70d7 View commit details
    Browse the repository at this point in the history
  3. Handle Hash vs Array of pairs parts

    Matt Kelly committed May 27, 2021
    Configuration menu
    Copy the full SHA
    5a79261 View commit details
    Browse the repository at this point in the history
  4. Add helper for Array of pairs param

    Matt Kelly committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c38b2d0 View commit details
    Browse the repository at this point in the history
  5. Use each slice vice cons

    Matt Kelly committed May 27, 2021
    Configuration menu
    Copy the full SHA
    246a2ca View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Add required boundary between 'pairs' in spec

    Matt Kelly committed May 28, 2021
    Configuration menu
    Copy the full SHA
    2631b36 View commit details
    Browse the repository at this point in the history
  2. Kill redudant coercion method

    Matt Kelly committed May 28, 2021
    Configuration menu
    Copy the full SHA
    efb5549 View commit details
    Browse the repository at this point in the history
  3. Use if-else vice guard clause

    Matt Kelly committed May 28, 2021
    Configuration menu
    Copy the full SHA
    2be3ec5 View commit details
    Browse the repository at this point in the history
  4. Restore whitespace

    Matt Kelly committed May 28, 2021
    Configuration menu
    Copy the full SHA
    705ab84 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    52c66d9 View commit details
    Browse the repository at this point in the history
  2. Revert "[broken] update specs to test any enumerable case"

    This reverts commit 52c66d9.
    ixti committed May 29, 2021
    Configuration menu
    Copy the full SHA
    672bc46 View commit details
    Browse the repository at this point in the history
  3. Update lib/http/form_data/multipart.rb

    Co-authored-by: Alexey Zapparov <alexey@zapparov.com>
    mathisto and ixti committed May 29, 2021
    Configuration menu
    Copy the full SHA
    c543ce3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Revert rspec max output length config

    Matt Kelly committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    fb93be1 View commit details
    Browse the repository at this point in the history