Title Case for Ruby:
There’s been a great response to my request to convert Title Case, Gruber’s nifty perl-based title-casing tool into Ruby so the rest of the world (just kidding, Perl people!) can make use of it.
Here are the initial responders:
- http://frankschmitt.org/projects/title-case
- http://github.com/caius/titlecase.rb/tree/master/
- http://github.com/h3h/rb-title-case
- http://github.com/infovore/titlecase/tree/master
- http://github.com/jlindley/title_case
- http://github.com/justinfrench/string_extensions/tree/master
- http://github.com/samaaron/titlecase-rb/tree/master
- http://mucur.name/posts/ruby-title-case
- http://pastie.caboo.se/201181
- http://vengefulcow.com/titlecase/
- http://www.unfitforprint.com/articles/2008/05/21/gruber-style-title-case-in-ruby
Source: The Hivelogic Narrative