March 2008
1 post
fix for redcloth munging url's with tilde in them. →
If you have to deal with tilde’s in url’s, RedCloth messes them up but good. The fix is simple, yet annoying - go to the redcloth.rb file (normally located in /usr/lib/ruby/gems/1.8/gems/RedCloth-3.0.4/lib/ or /usr/local/lib/ruby/gems/1.8/gems/RedCloth-3.0.4/lib/, and apply the changes in the above changeset (basically, add a :limit clause to each tag).
Mar 5th