Searchlight Demo
October 28, 2015 ยท View on GitHub
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_railsandactiverecordin the same app, but I'm doing it here to show that Searchlight works with both. This meansdb:migratedoesn't work unless you comment outsequel_railsin the Gemfile and bundle. Extra fun if deploying and migrating.