Sha256: 3fb3d422b40e9acffa0f84719b581a130c80b6bfc4d635d73bc45cf9391e2b65

Contents?: true

Size: 1020 Bytes

Versions: 44

Compression:

Stored size: 1020 Bytes

Contents

= New Features

* A precompile_views method has been added to the
  precompile_templates plugin.  This method works with Roda's
  optimized compiled view methods, allowing additional memory
  sharing between parent and child processes.

* A freeze_template_caches! method has been added to the
  precompile_templates plugin.  This freezes the template caches,
  preventing the compilation of additional templates, useful for
  enforcing that only precompiled templates are used.  Additionally,
  this speeds up access to the template caches.

* RodaCache#freeze now returns the frozen internal hash, which can
  then be accessed without a mutex. Previously, freeze only froze
  the receiver and not the internal hash, so it didn't have the
  expected effect.

= Other Improvements

* The view method in the render plugin is now faster in most cases
  when a single argument is used.  When freezing the application,
  an additional optimization is performed to increase the
  performance of the view method even further.

Version data entries

44 entries across 44 versions & 1 rubygems

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