Flowdock

This middleware serves static files from disk, if available. If no file is found, it hands off to the main app.

In Rails apps, this middleware is configured to serve assets from the public/ directory.

Only GET and HEAD requests are served. POST and other HTTP methods are handed off to the main app.

Only files in the root directory are served; path traversal is denied.

Show files where this class is defined (1 file)
Register or log in to add new notes.