pg_search
https://github.com/casecommons/pg_search
Ruby
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
GettextI18nRailsJs::Parser::Javascript#target?
This is required to tell the `rake gettext:find` script to use the Javascript parser for *.vue files. Overwrites: https://github.com/webhippie/gettext_i18n_rails_js/blob/46c58db6d2053a4f5f36a0eb024ea706ff5707cb/lib/gettext_i18n_rails_js/parser/javascript.rb#L36
Edit
git clone [email protected]:casecommons/pg_search.git
cd pg_search
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-GettextI18nRailsJs--Parser--Javascript-target--for-pr
# Commit to gitgit add git commit -m "better docs for GettextI18nRailsJs::Parser::Javascript#target?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-GettextI18nRailsJs--Parser--Javascript-target--for-pr
hub pull-request
# Celebrate!