bug
Reported by jerome | August 23rd, 2007 @ 09:32 AM
This url fails to be rubyurl'ed
Comments and changes to this ticket
-
Chris Griffin August 23rd, 2007 @ 12:12 PM
- → Assigned user changed from to Robby Russell
- → State changed from new to open
-
Robby Russell August 23rd, 2007 @ 01:42 PM
jerome: Thanks for posting this. Looks like it's breaking on the first parameter.
Quick question, did you post this through the web interface, bookmarklet, or API?
-

jerome August 25th, 2007 @ 04:40 PM
Hey Robby
I post it from the bookmarklet using Safari 2. It looks to work from the web interface, or did you fix it already ?
-

jerome August 25th, 2007 @ 04:41 PM
Great work by the way ! I guess the app code is as clean as the web interface !
Cheers
-
Robby Russell August 27th, 2007 @ 09:35 PM
- → Assigned user cleared.
It looks like there is an issue with the javascript that I'm using int he bookmarklet to use the current URL. I think I originally took the code from tinyurl for this. Might need to dig deeper into my JavaScript skillz for this.
I just tested a copy URL/paste into RubyURL and it works fine, so it's definitely an issue with the bookmarklet.
-
Robby Russell August 27th, 2007 @ 09:36 PM
- → State changed from open to hold
-

jerome August 27th, 2007 @ 11:04 PM
what about this ?
javascript:location.href='http://rubyurl.com/rubyurl/remote?website_url='++encodeURIComponent(location.href)
-

jerome August 27th, 2007 @ 11:05 PM
(oops, remove the additional +)
avascript:location.href='http://rubyurl.com/rubyurl/remote?website_url='+encodeURIComponent(location.href)
-
Robby Russell August 28th, 2007 @ 08:32 AM
- → State changed from hold to resolved
Thanks, I knew it had to be something simple like that. I just updated the site and the bookmarklet code is now working with the URL that you gave as an example.
Thanks again for reporting and helping us resolve this!
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
