Sha256: 48af3944b54b50fff14f7fdb8cf1cf331c0733d30936bab6be7b52a682c49013

Contents?: true

Size: 1.28 KB

Versions: 52

Compression:

Stored size: 1.28 KB

Contents

= New Features

* render_each in the render_each plugin now automatically handles
  template names with subdirectories and extensions.  Previously, these
  caused issues unless the :local option was provided.  So now you
  can use:

    render_each(foos, "items/foo")

  instead of:

    render_each(foos, "items/foo", :local=>:foo)

* each_partial has been added to the partials plugin.  It operates
  similarly to render_each, but uses the convention for partial
  template naming.  So this:

    each_partial(foos, "items/foo")

  is the same as:

    render_each(foos, "items/_foo", :local=>:foo)

= Other Improvements

* The :dependencies option in the assets plugin now works correctly
  with compiled templates in the render plugin in uncached mode
  (the default in development).  Previously, modifying a dependency
  file would not result in recompiling the asset template when
  requesting the main file.

* Method visibility issues in the following plugins have been fixed:

  * content_security_policy
  * default_headers
  * indifferent_params
  * placeholder_string_matchers
  * symbol_matchers

  Previously, these plugins made private methods public by mistake
  when overriding them.  Additionally, Roda.freeze no longer changes
  the visibility of the set_default_headers private method.

Version data entries

52 entries across 52 versions & 1 rubygems

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