shahkrunalm (Krunal Shah)
- Login: shahkrunalm
- Registered on: 04/05/2017
- Last sign in: 04/06/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/06/2017
-
06:55 AM Ruby Bug #13406 (Rejected): URI.parse
- Previously we were using
```
ruby '2.1.9'
rails '4.1.1'
uri = URI.parse("http://" + 'abc.com') # Here, domain name abc.com is provided using single quotation.
```
This was throwing exception as domain name is invalid as it co...