The Ultimate Search for Rails - Episode 1

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

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. stimulus_reflex

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

    Now that we know that our backend is working as it should, let’s wire up our stuff. I’m gonna skip on Stimulus Reflex setup and configuration and dive right in. You can easily follow the official setup or, if you use import-maps, follow @julianrubisch’s article on the topic. I also know that leastbad has been working on an automatic installer that detects your configuration and sets everything up for you if you care to try it before the next version of SR gets released.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.

    Judoscale logo
  3. all_futures

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

    On the backend, we'll need a few tools. Apart from the classics (ActiveRecord scopes and the pg_search gem), you’ll see how the (yet officially unreleased but production-tested) all_futures gem, built by SR authors, will act as an ideal ephemeral object to temporarily store our filter params and host our search logic. Finally, we’ll use pagy for pagination duties.

  4. Pagy

    🏆 The Best Pagination Ruby Gem 🥇

    On the backend, we'll need a few tools. Apart from the classics (ActiveRecord scopes and the pg_search gem), you’ll see how the (yet officially unreleased but production-tested) all_futures gem, built by SR authors, will act as an ideal ephemeral object to temporarily store our filter params and host our search logic. Finally, we’ll use pagy for pagination duties.

  5. morphdom

    Fast and lightweight DOM diffing/patching (no virtual DOM needed)

    And sure enough, it works! So what's going on here? Well, clicking the link invokes our reflex, which gets executed right before our current controller action runs again. It allows us to execute any kind of server-side logic, as well as play with the DOM in various ways, but with ruby code. Then, the DOM gets morphed over the wire.

  6. beast_mode

    100% server-side rendered faceted search UI demo. Featuring StimulusReflex and All Futures.

    Beast mode, by @leastbad

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
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

  • Build Load More Pagination with Pagy and Rails Hotwire

    4 projects | dev.to | 17 Sep 2023
  • 12 Ruby Gems to make your Ruby coding smoother

    4 projects | dev.to | 22 Aug 2023
  • Pagination in Rails with Pagy gem

    2 projects | /r/rails | 28 Mar 2023
  • Rux: A JSX-inspired way to render view components in Ruby

    15 projects | news.ycombinator.com | 6 Mar 2023
  • A powerful search feature with what Rails provides out of the box

    6 projects | dev.to | 19 Jan 2023

Did you know that Ruby is
the 12th most popular programming language
based on number of references?