2.9.0.txt

doc/release_notes/2.9.0.txt
Last Update: 2015-12-15 07:46:22 -0800

New Features

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

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