Sha256: 9f8834e6d6327455a1df8da64650723418ce300963bd5bf0b901f80e86f96fc1
Contents?: true
Size: 631 Bytes
Versions: 83
Compression:
Stored size: 631 Bytes
Contents
= New Features * A timestamp_public plugin has been added for serving static files with paths that change based on the modification timestamp of the file. By using a new path, cached versions of the file will not be used, fixing staleness issues. Example: plugin :timestamp_public route do |r| # serves requests for /static/\d+/.* r.timestamp_public # /static/1234567890/path/to/file timestamp_path("path/to/file") end = Other Improvements * When using the assets plugin :timestamp_paths option, the timestamps now include microseconds, to make cache poisoning more difficult.
Version data entries
83 entries across 83 versions & 1 rubygems
Version | Path |
---|---|
roda-3.4.0 | doc/release_notes/3.2.0.txt |
roda-3.3.0 | doc/release_notes/3.2.0.txt |
roda-3.2.0 | doc/release_notes/3.2.0.txt |