Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iancanderson/pg_search_test_app
Playing around with full-text search in postgres using pg_search gem within rails
https://github.com/iancanderson/pg_search_test_app
Last synced: 6 days ago
JSON representation
Playing around with full-text search in postgres using pg_search gem within rails
- Host: GitHub
- URL: https://github.com/iancanderson/pg_search_test_app
- Owner: iancanderson
- Created: 2015-04-24T13:34:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T13:34:55.000Z (over 9 years ago)
- Last Synced: 2024-12-17T02:36:03.226Z (6 days ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby22app
## Getting Started
After you have cloned this repo, run this setup script to set up your machine
with the necessary dependencies to run and test this app:% ./bin/setup
It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up
your machine with [this script].[this script]: https://github.com/thoughtbot/laptop
After setting up, you can run the application using [foreman]:
% foreman start
If you don't have `foreman`, see [Foreman's install instructions][foreman]. It
is [purposefully excluded from the project's `Gemfile`][exclude].[foreman]: https://github.com/ddollar/foreman
[exclude]: https://github.com/ddollar/foreman/pull/437#issuecomment-41110407## Guidelines
Use the following guides for getting things done, programming well, and
programming in style.* [Protocol](http://github.com/thoughtbot/guides/blob/master/protocol)
* [Best Practices](http://github.com/thoughtbot/guides/blob/master/best-practices)
* [Style](http://github.com/thoughtbot/guides/blob/master/style)