July 2012
6 posts
Jul 16th
71 notes
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...
Jul 13th
1 tag
Jul 12th
6 notes
1 tag
Accented chars in IRB
$ brew install readline $ CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194
Jul 12th
1 tag
Jul 11th
614 notes
PHP: The Right Way →
Jul 11th