public
Description: 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].
Homepage:
Clone URL: git://github.com/rsl/stringex.git
name age message
file .gitignore Mon Jul 20 13:20:35 -0700 2009 added pkg to gitignore [rsl]
file MIT-LICENSE Sun Mar 16 06:53:09 -0700 2008 tweaked [rsl]
file README.rdoc Tue Dec 23 07:42:52 -0800 2008 Update the readme to reflect the only_when_blan... [jeffrafter]
file Rakefile Wed Aug 19 17:26:57 -0700 2009 Ruby 1.9 compat Rakefile and tests [Hoodow]
file VERSION Mon Oct 12 05:26:07 -0700 2009 Version bump to 1.1.0 [rsl]
file init.rb Tue Nov 04 12:36:34 -0800 2008 moved lib files around for config.gem [rsl]
directory lib/ Mon Oct 12 05:25:45 -0700 2009 doesn't look like before_validation currently r... [rsl]
file stringex.gemspec Mon Oct 12 05:42:17 -0700 2009 new gemspec [rsl]
directory test/ Mon Oct 12 05:24:28 -0700 2009 removed deprecated dbfile argument for AR [rsl]
README.rdoc