Sha256: 1e0401561c1648c6e462eed932aba27bd7c3d77e96da2ef56073c4f351be60ef

Contents?: true

Size: 1.13 KB

Versions: 80

Compression:

Stored size: 1.13 KB

Contents

= New Features

* A request_aref plugin has been added for configuring the behavior
  of the [] and []= request methods.  These methods are deprecated
  in the current version of Rack, but Rack will only print a
  deprecation warning in verbose mode.  With this plugin, you can
  choose to never warn, always warn, or raise an exception:

    # Don't emit a warning, allowing for the historical Rack
    # behavior
    plugin :request_aref, :allow

    # Always emit a warning when the method is called
    plugin :request_aref, :warn

    # Raise an exception if the method is called
    plugin :request_aref, :raise

= Other Improvements

* When using the content_for plugin and calling content_for with a
  block, convert the result of the block to a string before passing
  the result to Tilt.  This can fix issues when the template class
  that Tilt uses does not handle non-String input.

* When using the public plugin with the :gzip option, do not add the
  Content-Type or Content-Encoding headers if a 304 response is
  returned.

* Add the spec/views/about directory to the gem, allowing the specs
  to run correctly using just the files in the gem.

Version data entries

80 entries across 80 versions & 1 rubygems

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