0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Explicit "gem 'activesupport'" in case it shortens the trek down the load path. More... over 14 years ago
Load _all_ of Active Support for compatibility with AS <2.1. Update docs since the last commit fixed 2.2+ compatibility. More... over 14 years ago
Make compatible with modern ActiveSupport versions More... over 14 years ago
Make sure to use Active Support < 2.2 since Slugalizer currently doesn't work with 2.2. More... over 15 years ago
Modify a single string object for speed. Thanks to technoweenie. More... over 15 years ago
Mention inclusion in Rails and clarify differences. More... over 15 years ago
Test with $KCODE="n" (none) as well. More... over 15 years ago
Collapse two tests: asciification and accented_characters. More... over 15 years ago
Rename poorly named test. More... over 15 years ago
Simplify test a little. More... over 15 years ago
Whitespace. More... over 15 years ago
word_separator -> separator More... over 15 years ago
Turn "[email protected]" into "foo-bar-com" instead of "foobarcom", but still don't allow leading or trailing separators: "! foo !" becomes "foo". More... over 15 years ago
Oops, dead code. Thanks, Christoffer. More... over 15 years ago
Remove iconv and Unicode fallbacks: ActiveSupport is a reasonable dependency. More... almost 16 years ago
Fix typo. Thanks, Christoffer. More... almost 16 years ago
Prefer ActiveSupport::Multibyte (more widespread than the Unicode library). More... almost 16 years ago
Oops, forgot to add README updates. More... almost 16 years ago
Fall back to iconv if Unicode is missing. Validate and document separator options. More... almost 16 years ago
Only load rubygems if necessary. More... almost 16 years ago
"a--b" -> "a-b" (not "a--b") and "a - b" -> "a-b" (not "a---b"). More... almost 16 years ago
Use to_s on input. More... almost 16 years ago
Better README links. More... almost 16 years ago
Link regarding iconv inconsistency. More... almost 16 years ago
Test Chinese text. More... almost 16 years ago
Handle stripped characters at beginning/end with whitespace around. More... almost 16 years ago
Test accented characters. More... almost 16 years ago
Tidy up KCODE="u" handling. More... almost 16 years ago
Take credit, require "rubygems". More... almost 16 years ago
Add README. More... almost 16 years ago