Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/cgi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: ruby/cgi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 15 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 9, 2025

  1. README.md: Document "Get form values"

    This uses return values rather than comments to clarify.
    olleolleolle authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    f2822f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from ruby/docs-readme-example

    README.md: Document "Get form values"
    olleolleolle authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    82818c4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

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

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    47ad1d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ef395f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb94ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    567c489 View commit details
    Browse the repository at this point in the history
  5. Bump up 0.5.0.beta1

    hsbt committed May 12, 2025
    Configuration menu
    Copy the full SHA
    25400c9 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Fix reference error of @@accept_charset class variable.

    ```
    Error: test_cgi_multipart_stringio(CGIMultipartTest): RuntimeError: class variable @@accept_charset of CGI is overtaken by CGI::Escape
    /Users/hsbt/Documents/github.com/ruby/cgi/lib/cgi/core.rb:852:in 'initialize'
    org/jruby/RubyClass.java:1023:in 'new'
    ```
    hsbt committed May 14, 2025
    Configuration menu
    Copy the full SHA
    bb7dce4 View commit details
    Browse the repository at this point in the history
  2. Bump up v0.5.0.beta2

    hsbt committed May 14, 2025
    Configuration menu
    Copy the full SHA
    248fb97 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    c31746b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f601963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ac167a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f62d712 View commit details
    Browse the repository at this point in the history
  5. Bump up to v0.5.0

    hsbt committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    b4f5c52 View commit details
    Browse the repository at this point in the history
Loading