pg_search

https://github.com/casecommons/pg_search

Ruby

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search

Gitlab::DeviseFailure#request_format

Override `Devise::FailureApp#request_format` to handle a special case

This tells Devise to handle an unauthenticated `.zip` request as an HTML
request (i.e., redirect to sign in).

Otherwise, Devise would respond with a 401 Unauthorized with
`Content-Type: application/zip` and a response body in plaintext, and the
browser would freak out.

See https://gitlab.com/gitlab-org/gitlab-ce/issues/12944

Source | Google | Stack overflow

Edit

git clone [email protected]:casecommons/pg_search.git

cd pg_search

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Gitlab--DeviseFailure-request_format-for-pr


# Commit to git

git add git commit -m "better docs for Gitlab::DeviseFailure#request_format"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Gitlab--DeviseFailure-request_format-for-pr

hub pull-request


# Celebrate!