Namespace
Methods
- A
- T
Constants
| Router | = | ActionDispatch::Routing::RouteSet.new |
| SprocketsApp | = | lambda { |env| [200, {"Content-Type" => "text/html"}, ["#{env["SCRIPT_NAME"]} -- #{env["PATH_INFO"]}"]] } |
Instance Public methods
app()
Link
test_mounting_sets_script_name()
Link
test_mounting_with_shorthand()
Link
test_mounting_works_with_scope()
Link