zheka (Eugene Mirkin)
- Login: zheka
- Email: emir@usebobik.com
- Registered on: 06/01/2012
- Last sign in: 10/16/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
10/16/2017
-
06:16 AM Ruby Bug #14018: Sidekiq rejects output of Marshal.dump
- Cross-submitted to Sidekiq at https://github.com/mperham/sidekiq/issues/3638
-
06:13 AM Ruby Bug #14018 (Third Party's Issue): Sidekiq rejects output of Marshal.dump
- I encountered this bug when using ActiveJob in Rails. Here is what happens...
`parcel = Marshal.dump(1508129809)` # => "\x04\bl+\a\x11<\xE4Y"
`MyJob.perform_later(parcel)` # this is where the error happens (as the parcel is being pr...
06/01/2012
-
01:33 AM Ruby Bug #6520 (Rejected): Invalid url is identified as valid
- (({
1.9.3p125 :006 > require 'uri'
=> true
1.9.3p125 :007 > URI.parse invalid_url
URI::InvalidURIError: bad URI(is not URI?): http://abc</option%3E
1.9.3p125 :009 > invalid_url =~ URI::regexp
=> 0
}))
As you can see, 'parse...