bcardarella (Brian Cardarella)
- Login: bcardarella
- Email: bcardarella@gmail.com
- Registered on: 01/02/2012
- Last sign in: 01/23/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/23/2014
-
06:23 PM Ruby Bug #9443 (Rejected): Prepended methods are skipped if calling alias
- I am unsure if this is related to https://bugs.ruby-lang.org/issues/7842 as that issue specifically mentions the user of "super" which my example code does not use. Anyway, here is the test to recreate:
```ruby
require 'test/unit'
...
01/02/2012
-
02:58 AM Ruby Bug #5831 (Rejected): URI.extract not properly extracting URIs with trailing slash followed by single quote
- I have example failing test cases here:
https://gist.github.com/1547904
Here is my use case. I am looking to extract URIs from emails. It has been recommended to use Nokogiri and that is just fine if the email is in HTML. But if th...