Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bear-in-mind/ultimate_search
- Owner: bear-in-mind
- Created: 2023-01-03T00:32:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T21:27:35.000Z (over 1 year ago)
- Last Synced: 2024-11-15T16:45:28.980Z (3 months ago)
- Topics: faceted-search, rails, stimulus-reflex
- Language: Ruby
- Homepage: https://search-paradise.fly.dev/
- Size: 21.6 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```