Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bear-in-mind/ultimate_search

A demo app to illustrate the first post of an ongoing series to build the ultimate Search feature for Rails apps
https://github.com/bear-in-mind/ultimate_search

faceted-search rails stimulus-reflex

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# The Ultimate Search for Rails

The demo app to illustrate [this post on DEV.to](https://dev.to/lso/the-ultimate-search-for-rails-episode-1-1mi)

Chek out the [live app](https://search-paradise.fly.dev/)

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
```