SaaSHub helps you find the best software and product alternatives Learn more →
ActsAsList Alternatives
Similar projects and alternatives to ActsAsList
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
rails_or
Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.
-
FindWithOrder
Provides a simple way to find records in the same order of input array. Has better performance than manually sorting. (Support both PostgreSQL and MySQL)
-
-
DbTextSearch
A unified interface on top of ActiveRecord for case-insensitive string-in-set and prefix querying, and full-text search on SQLite, MySQL, and PostgreSQL.
-
pluck_all
A more efficient way to get data from database. Like #pluck method but return array of hashes instead.
-
Rails PG Extras
Rails PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
ActsAsList discussion
ActsAsList reviews and mentions
-
Introduction to Gem narabikae: A New Position Management Algorithm Inspired by Figma’s Fractional Indexing
In a project I participated in, we originally used the acts_as_list gem to manage the position of items with incremental integers. Every time the position of items was changed, the client would send all the reordered data to the server, which then recalculated the positions.
-
Adding position columns based on category
You can use acts_as_list gem.
-
Best way to represent a "sequence" column in a relational database.
You can take a look at one of the longest running ruby gems, that is still part of many people's default toolbox: acts_as_list. If you don't want to use the gem, you can take a look at how they implemented the resorting.
-
Using acts_as_list for easy ordering of items
Sources: Github
-
Awesome Ruby and Rails Open Source applications
I saw your sort request in the TODO. Check out the acts_as_list gem. It makes sorting lists incredibly easy.
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 May 2025
Stats
brendon/acts_as_list is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of ActsAsList is Ruby.