Skip to content

Instantly share code, notes, and snippets.

@awesome
Created November 1, 2013 19:28
Show Gist options
  • Save awesome/7270593 to your computer and use it in GitHub Desktop.
Save awesome/7270593 to your computer and use it in GitHub Desktop.
# http://37signals.com/svn/posts/3176-three-quick-rails-console-tips
>> helper.truncate("Testing", length: 4)
=> "T..."
>> helper.link_to "Home", app.root_path
=> "<a href=\"/\">Home</a>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment