2.26.0.txt

doc/release_notes/2.26.0.txt
Last Update: 2017-05-16 10:18:44 -0700

New Features

  • The csrf plugin now supports a :skip_middleware option, which adds the methods without adding the middleware. This is designed for cases where you are using multiple rack apps, where the rack_csrf middleware is loaded in an earlier rack app, and you want to avoid the duplicate CSRF checks.

Other Improvements

  • The type_routing plugin now supports using multiple extensions where one extension is a suffix of another extension, such as using gz and tar.gz.