Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

nathanl/searchlight_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Searchlight Demo

Searchlight is a Ruby gem for doing searches with ORMs, and this is the code behind its demo app.

Usage

Bundle install, rake db:seed to load example data, and rails s to start.

Gotchas

  • It's kind of crazy to use both sequel_rails and activerecord in the same app, but I'm doing it here to show that Searchlight works with both. This means db:migrate doesn't work unless you comment out sequel_rails in the Gemfile and bundle. Extra fun if deploying and migrating.

About

Demo for the Searchlight Ruby gem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors