rsl / stringex

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].
MIT License
984 stars 158 forks source link

if `name` attribute is nil, stringex doesn't add "-:id" value to `url` field anymore #187

Open GoodJob opened 8 years ago

GoodJob commented 8 years ago

stringex leaves empty field for url if there is no name value provided. In versions before there was "-:id" value for url field, where name value was nil