2.9.0.txt

doc/release_notes/2.9.0.txt

New Features

  • The content_for plugin now supports passing the content as a string argument instead of a block:

    <% content_for :foo, "Some content" %>