This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'addressable/template' | |
module Juxt | |
module Sinatra | |
# Allows for declared, named URI Templates in Sinatra applications, | |
# for both routing and URI generation. | |
# | |
# The URI generation method (included as a Sinatra helper) modifies | |
# the path of generated URIs with request.script_name, meaning the | |
# URIs generated will still be valid if multiple Sinatra applications |
NewerOlder