A powerful search feature with what Rails provides out of the box

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • all_futures

    A Redis ORM for reactive applications. Quacks just like Active Record. 🦆

  • The model used for the filtering concept is using the all_futures gem that I never heard about it. I read the code making use of it and I couldn't find why this library was used: It seemed that everything done with it could be achieved using only ActiveModel.

  • importmap-rails

    Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.

  • Also, installing StimulusReflex seems quite not easy for the moment: It seems there are some quirks along the way if you're using import-maps for managing javascript dependencies as I do. Embracing the Rails way at least prevents you from this sort of issue.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • First, I created a minimal rails app using the following command line:

  • stimulus_reflex

    Build reactive applications with the Rails tooling you already know and love.

  • Reading the article and the source code, I learned a ton of stuff, as always. In his implementation, Louis is using StimulusReflex (built on top of Stimulus) to achieve this. I was curious about several points:

  • Pagy

    🏆 The Best Pagination Ruby Gem 🥇

  • The next step was about backporting the templates, adding Pagy gem for handling pagination and creating the controller. I was then able to show the listings with the models, but the filtering was not working.

  • stimulus-use

    A collection of composable behaviors for your Stimulus Controllers

  • You can see that I added a dependency here: stimulus-use.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pagination and infinite scrolling with Rails and the Hotwire stack

    7 projects | dev.to | 4 Feb 2022
  • The Ultimate Search for Rails - Episode 1

    8 projects | dev.to | 16 Jan 2023
  • RVTWS: a Ruby stack for modern web apps

    9 projects | dev.to | 24 Jun 2022
  • Angular js or React js, what is better for chat with ActionCable?

    1 project | /r/rails | 17 Apr 2022
  • Hotwire vs React/Vue/Alpine/Whatsoever

    3 projects | /r/rails | 11 Jan 2022