TitleHelper
TitleHelper allows you to keep your attributes synced with your <h1> attributes, which is more SEO friendly. This is 100% done in the view, which is different from some other plugins, who work with a title-method in the controllers.
Example
This method should be used in your layout and your actions.
In your action:
<%= title "Edit user #{@user.name}" %>
=>
Edit user Jan De Poorter
In your layout:
<%= title :site_name => 'Foobar' %>
# => Edit user Jan De Poorter - Foobar
Copyright (c) 2008 Jan De Poorter, released under the MIT license