Sean Santry

Results 3 issues of Sean Santry

The `params` object that gets stored in `session['authorize_params']` for token verification is an instance of `OmniAuth::Strategy::Options`, an eventual subclass of `Hashie::Mash`. In reality, it's always treated as a regular hash,...

This pull request sets the Content-Type header to 'application/x-www-form-urlencoded; charset=UTF-8' for Ajax requests generated for links with data-remote="true" and data-method="post". Without this patch, no Content-Type header is included in the...

This PR adds the ability to pass a list of acronyms to be capitalized when titleizing a string. It also includes the ability to pass a custom list of small...