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.62.0 doc/release_notes/3.5.0.txt
roda-3.61.0 doc/release_notes/3.5.0.txt
roda-3.60.0 doc/release_notes/3.5.0.txt
roda-3.59.0 doc/release_notes/3.5.0.txt
roda-3.58.0 doc/release_notes/3.5.0.txt
roda-3.57.0 doc/release_notes/3.5.0.txt
roda-3.56.0 doc/release_notes/3.5.0.txt
roda-3.55.0 doc/release_notes/3.5.0.txt
roda-3.54.0 doc/release_notes/3.5.0.txt
roda-3.53.0 doc/release_notes/3.5.0.txt
roda-3.52.0 doc/release_notes/3.5.0.txt
roda-3.51.0 doc/release_notes/3.5.0.txt
roda-3.50.0 doc/release_notes/3.5.0.txt
roda-3.49.0 doc/release_notes/3.5.0.txt
roda-3.48.0 doc/release_notes/3.5.0.txt
roda-3.47.0 doc/release_notes/3.5.0.txt
roda-3.46.0 doc/release_notes/3.5.0.txt
roda-3.45.0 doc/release_notes/3.5.0.txt
roda-3.44.0 doc/release_notes/3.5.0.txt
roda-3.43.1 doc/release_notes/3.5.0.txt