0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 17 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #10 from bv-sumit/punycode_url_fix More... almost 5 years ago
#9 test case added More... almost 5 years ago
#9 punycode url regex fix More... almost 5 years ago
Whitespace cleanup. More... about 13 years ago
Mention Ruby 1.9 compat in README. More... about 13 years ago
Work around Ruby 1.9.2 bug with \W and i flag. Closes #2. Closes #4. More... about 13 years ago
1.9: explicit UTF-8 encoding for test file. More... about 13 years ago
1.9: fix require to work from root dir. More... about 13 years ago
Extend unclebilly's punycode subdomain fix to handle multiple subdomains. More... about 14 years ago
Bugfix: punycoded domains with www in front were marked as invalid. More... about 14 years ago
Compatibility notes in README. More... about 14 years ago
Make inclusion actually work in a real Rails 3 app. More... about 14 years ago
In Rails 3, extend ActiveModel::Validations instead of ActiveRecord::Base. More... about 14 years ago
Compatible with Rails 3. Already worked, but test suite didn't. More... about 14 years ago
Updated the tests for rails 2.3 compatibility. More... almost 15 years ago
Allow explicit root period ("http://example.com./foo"). More... over 15 years ago
Tests run (and pass) under Rails 2.2. More... over 15 years ago
Update test: .co is a real TLD (Colombia); use .xy instead. More... over 15 years ago
Handle IDN/Punycode. More... over 15 years ago
Remove "yet" – don't get your hopes up ;) More... over 15 years ago
Allow blank password. More... over 15 years ago
README section on limitations and design choices. More... over 15 years ago
Rephrase. More... over 15 years ago
Mention in README introduction that validation is by regexp. More... over 15 years ago
Correct comment. More... over 15 years ago
Different default message depending on attribute name: "Homepage URL does not appear to be valid" but "Homepage does not appear to be a valid URL". More... over 15 years ago
Test that options can be overridden. More... over 15 years ago
Typo :O More... over 15 years ago
Add http://bbc.co.uk to test suite. More... over 15 years ago
Reject "http://example.com/foo bar". More... over 15 years ago