MarioRuiz (Mario Ruiz Sánchez)
- Login: MarioRuiz
- Registered on: 01/10/2018
- Last sign in: 08/07/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/07/2019
-
02:25 PM Ruby Bug #16052 (Closed): net/http get_fields doesn't return correct value for set-cookie
- This is the code that reproduces the problem:
``` ruby
require 'net/http'
require 'net/https'
path = "/authorize?client_id=kbyuFDidLLm280LIwVFiazOqjO3ty8KH&response_type=code"
http = Net::HTTP.new('samples.auth0.com', 44...
01/10/2018
-
01:51 PM Ruby Feature #13179: Deep Hash Update Method
- bettisworth (wurde _) wrote:
> I came across a scenario where I needed the ability to update a deeply nested hash (Rails i18n yaml files). This seemed like something that would exist naturally in the DSL of ruby, but I could only find d...