Sha256: ff61411330c542e1e231ecdec5abfb373528dd9ea9271ea7f9816612bd009451

Contents?: true

Size: 1.07 KB

Versions: 33

Compression:

Stored size: 1.07 KB

Contents

= New Features

* An inject_erb plugin has been added, adding an inject_erb method
  that allows for injecting content directly into the template output
  for the template currently being rendered.  This allows you to more
  easily wrap blocks in templates, by calling methods that accept
  template blocks and injecting content before and after the block.

* A capture_erb plugin has been added, adding a capture_erb method
  for capturing a template block in an erb template and returning
  the content appended during the block as a string, instead of
  having the content of the template block be included directly into
  the template output.  This can be combined with the inject_erb
  plugin to inject modified versions of captured blocks into template
  output.

* The hash_routes plugin now allows calling hash_branch and hash_path
  without a block in order to remove the existing route handler. This
  is designed to be used with code reloading libraries, so that if a
  route file is deleted, the related hash branches/paths are also
  removed, without having to reload all route files.

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
roda-3.83.0 doc/release_notes/3.50.0.txt
roda-3.82.0 doc/release_notes/3.50.0.txt
roda-3.81.0 doc/release_notes/3.50.0.txt
roda-3.79.0 doc/release_notes/3.50.0.txt
roda-3.78.0 doc/release_notes/3.50.0.txt
roda-3.77.0 doc/release_notes/3.50.0.txt
roda-3.76.0 doc/release_notes/3.50.0.txt
roda-3.75.0 doc/release_notes/3.50.0.txt
roda-3.74.0 doc/release_notes/3.50.0.txt
roda-3.73.0 doc/release_notes/3.50.0.txt
roda-3.72.0 doc/release_notes/3.50.0.txt
roda-3.71.0 doc/release_notes/3.50.0.txt
roda-3.70.0 doc/release_notes/3.50.0.txt
roda-3.69.0 doc/release_notes/3.50.0.txt
roda-3.68.0 doc/release_notes/3.50.0.txt
roda-3.67.0 doc/release_notes/3.50.0.txt
roda-3.66.0 doc/release_notes/3.50.0.txt
roda-3.65.0 doc/release_notes/3.50.0.txt
roda-3.64.0 doc/release_notes/3.50.0.txt
roda-3.63.0 doc/release_notes/3.50.0.txt