Scorched v0.16 Release Notes

    • A copy of the Rack env hash is now handed off to sub-controllers and other Rack-callable objects, with PATH_INFO and SCRIPT_NAME now set to appropriate values, bring Scorched inline with the Rack specification. This differs from the original behaviour which was to just forward on the original env hash unmodified.
    • URL helper method absolute and url now use the new env property scorched.root_path as their base path, rather than SCRIPT_NAME.
    • Helpers for HTTP methods link and unlink have been added.