July 2012
6 posts
2 tags
Helper for page metadata
module ApplicationHelper
# Helper to display titles and descriptions.
# Used in views and the layout.
#
# in a layout file:
#
# <title><%= meta :title %></title>
# <meta name="description" value="<%= meta :description %>" />
#
# and in a view file:
#
# <% meta :title, "Awesome Title!" %>
# <% meta :description, "Meta...
1 tag
1 tag
Accented chars in IRB
$ brew install readline
$ CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194
1 tag
PHP: The Right Way →