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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tempfile using the basename without extension: #201

Merged
merged 5 commits into from
Mar 27, 2018

Commits on Aug 30, 2017

  1. Create tempfile using the basename without extension:

    - 5f78451 introduced a change to keep the filename extension when creating the tempfile
    - `Tempfile#path` is now returning the filename with the extension followed by random chars and the extension again
    ```ruby
    puts Rack::Test::UploadedFile.new('foo.txt').path # => '/var/xxx/foo.txt2017-30-08-dsad.txt'
    ```
    - This PR modifies this behaviour to not include the file extension as part of the file basename when creating the Tempfile
    Edouard-chin committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    776036e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. PR Review

    Edouard-chin committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    5cf353d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

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

Commits on Feb 27, 2018

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

Commits on Mar 9, 2018

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