Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat/ts-sinatra
Simple test application for Thinking Sphinx / Sinatra integration.
https://github.com/pat/ts-sinatra
Last synced: 28 days ago
JSON representation
Simple test application for Thinking Sphinx / Sinatra integration.
- Host: GitHub
- URL: https://github.com/pat/ts-sinatra
- Owner: pat
- Created: 2016-08-21T11:42:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T02:43:51.000Z (8 months ago)
- Last Synced: 2024-02-29T03:36:52.868Z (8 months ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
A small Sinatra application with ActiveRecord and Thinking Sphinx integration. It uses real-time indices.
Commands to test:
1. `bundle install`
2. `rake db:create db:migrate db:seeds ts:regenerate console`
3. (In the console) `Article.search 'Hello'`