José Santos Martins Pereira
José Santos Martins Pereira
Hello, I currently need to do (push '("application" . "x-www-form-urlencoded") drakma:*text-content-types*) in order to obtain a request token. Since query-string->alist requires a string I was getting stuck when the response...
Hi @aaronpk Thanks for a well maintained resource. If I may, I would like to get your feedback on what is my interpretation of https://tools.ietf.org/html/rfc6749#section-4.4 and if it warrants an...
It seems that the current script does not handle event rebinding correctly. Replacing live with on is not a 1:1 relation, it seems. Rationale: http://blog.revathskumar.com/2013/10/jquery-on-avoid-losing-event-binding-for-ajaxed-contents.html To reproduce: Use a link...
To keep consistency, make sure that `Sinatra::IndifferentHash#except` returns an instance of `Sinatra::IndifferentHash` instead of `Hash`. Before ```ruby > h = Sinatra::IndifferentHash[{a: 1, b: 2}] => {"a"=>1, "b"=>2} > h.class =>...