mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
72cb6f58be6590ac2590eea420a1b3ef175189b3
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Fix failing CI test (broken in
2daac47 or e693f45): make test_multipart_with_template_path_with_dots only test path with dots, and stop failing on unrelated mimetype assertion. The image/jpeg multipart content type is already tested in test_explicitly_multipart_messages.
The FlashHash and friends causes a lot of needless session storing, when we know for a fact that there's no content in the flash. By not storing the empty hash in the session we save a lot of communication with the various session backends, while still keeping the same interface to the flash. [#2703 state:resolved]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%