Friendly Ids in ActiveRecordDraftRuby654EditPoint users to nice urls, e.g. 'mysite.com/posts/this-is-my-first-blog-post'
instead of 'mysite.com/posts/1'.
Some [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].https://github.com/rsl/stringex15572013-06-17T17:21:22Z
Find_by_param is a nice and easy way to handle permalinks and dealing with searching for to_param valueshttps://github.com/bumi/find_by_param72011-09-19T15:14:36Z