dknight (Amitav Mohanty)
- Login: dknight
- Registered on: 06/04/2013
- Last sign in: 01/31/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 1 | 1 |
| Reported issues | 0 | 2 | 2 |
Activity
02/05/2014
-
11:42 AM Ruby Bug #9467: Net::HTTP does unzip zipped content
- Hey
I found the issue to be occurring in rails console but not in IRB. I should have tested it before. The gem right_aws was causing the issue it seems.
Regards,
01/30/2014
-
03:57 PM Ruby Bug #9467 (Closed): Net::HTTP does unzip zipped content
- According to the Compression section of the documentation of Net::HTTP, it should automatically uncompress compressed responses. However, when I tried with a number of JSON requests with different servers, I am not getting automatic deco...
06/04/2013
-
04:55 AM Ruby Bug #8482 (Closed): native rake gem has broken path
- `which rake` has the result /usr/bin/rake but when I try
rake
it fails with the following error
/usr/bin/rake:23:in `load': cannot load such file -- /usr/lib/ruby/gems/2.0.0/gems/rake-0.9.6/bin/rake (LoadError)
from /us...