rack-test 2.1.0 Released #334
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
rack-test 2.1.0 has been released!
Breaking changes
Minor enhancements
original_filename
forRack::Test::UploadedFile
can now be set even if the content of the file comes from a file path (Stuart Chinery Allow original_filename to be used for all content types #314)Rack::Test::Session#restore_state
, for executing a block and restoring current state (last request, last response, and cookies) after the block (Jeremy Evans Add Session#restore_state for restoring previous state after block execution #316)Rack::Test::Methods
supportdefault_host
method similar toapp
, which will set the default host used for requests to the app (Jeremy Evans add Rack::Test.default_host= to change the default_host more easily. #317 Support default_host in Rack::Test::Methods #318)Rack::Test::Session#env_for
(Ryunosuke Sato Don't raise error with empty params and multipart header #331)Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions