All_futures Alternatives
Similar projects and alternatives to all_futures
-
stimulus_reflex
Build reactive applications with the Rails tooling you already know and love.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
morphdom
Fast and lightweight DOM diffing/patching (no virtual DOM needed)
-
stimulus-use
A collection of composable behaviors for your Stimulus Controllers
-
pg_search
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
-
importmap-rails
Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.
-
beast_mode
100% server-side rendered faceted search UI demo. Featuring StimulusReflex and All Futures.
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
ultimate_search
A demo app to illustrate the first post of an ongoing series to build the ultimate Search feature for Rails apps
all_futures reviews and mentions
-
A powerful search feature with what Rails provides out of the box
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.
-
The Ultimate Search for Rails - Episode 1
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.
Stats
leastbad/all_futures is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of all_futures is Ruby.