/ultimate_search

A demo app to illustrate the first post of an ongoing series to build the ultimate Search feature for Rails apps

Primary LanguageRuby

The Ultimate Search for Rails

The demo app to illustrate this post on DEV.to

Chek out the live app

This app runs on Rails 7 with importmaps and Ruby 3.2.

Just make sure redis is running, then :

rails db:setup
# If you have overmind
overmind start -f  Procfile.dev
# Otherwise
rails s