Sha256: 96614c8e26debad83efd4c07ea5baf83409c273086aabb05d91e4337b3fa28fe

Contents?: true

Size: 879 Bytes

Versions: 56

Compression:

Stored size: 879 Bytes

Contents

= New Features

* The assets plugin now supports a :compiled_asset_host option, which
  specifies a hostname used to serve compiled assets.

* The render plugin now supports a :cache_class option, which
  specificies a class to use for the thread-safe template cache.
  This can be used to setup LRU caching or caching that checks
  modify times on the underlying template files.

* r.multi_run in the multi_run plugin now accepts a block, and calls
  the block before dispatching to the related rack application.  This
  can be used to modify the environment before dispatching.  Example:

    r.multi_run do |prefix|
      env['authenticated'] = true
    end

= Backwards Compatibility

* The :by_name option to the path plugin now defaults to true in
  development mode.  This should only negatively affect applications
  that register anonymous classes with the path plugin.

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
roda-3.28.0 doc/release_notes/2.5.0.txt
roda-3.27.0 doc/release_notes/2.5.0.txt
roda-3.26.0 doc/release_notes/2.5.0.txt
roda-3.25.0 doc/release_notes/2.5.0.txt
roda-3.24.0 doc/release_notes/2.5.0.txt
roda-3.23.0 doc/release_notes/2.5.0.txt
roda-3.22.0 doc/release_notes/2.5.0.txt
roda-3.21.0 doc/release_notes/2.5.0.txt
roda-3.20.0 doc/release_notes/2.5.0.txt
roda-3.19.0 doc/release_notes/2.5.0.txt
roda-3.18.0 doc/release_notes/2.5.0.txt
roda-3.17.0 doc/release_notes/2.5.0.txt
roda-3.16.0 doc/release_notes/2.5.0.txt
roda-3.15.0 doc/release_notes/2.5.0.txt
roda-3.14.1 doc/release_notes/2.5.0.txt
roda-3.14.0 doc/release_notes/2.5.0.txt
roda-3.13.0 doc/release_notes/2.5.0.txt
roda-3.12.0 doc/release_notes/2.5.0.txt
roda-3.11.0 doc/release_notes/2.5.0.txt
roda-3.10.0 doc/release_notes/2.5.0.txt