mini_record
query_delegator
Our great sponsors
mini_record | query_delegator | |
---|---|---|
0 | 2 | |
268 | 9 | |
- | - | |
0.0 | 0.6 | |
almost 4 years ago | over 1 year ago | |
Ruby | Ruby | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mini_record
We haven't tracked posts mentioning mini_record yet.
Tracking mentions began in Dec 2020.
query_delegator
-
Query Delegator
I wrote a gem to help in writing query objects as interchangeable components. Feel free to 🌟 at https://github.com/RichOrElse/query_delegator.
-
Query Delegator: Query Object Pattern Gem for ActiveRecord scopes
I wrote a Ruby Gem, it's like Draper but instead of decorating models it decorates scopes. I appreciate any feedback. https://github.com/RichOrElse/query_delegator
What are some alternatives?
arel-helpers - Useful tools to help construct database queries with ActiveRecord and Arel.
Enumerize - Enumerated attributes with I18n and ActiveRecord/Mongoid support
Goldiloader - Just the right amount of Rails eager loading
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.
ActiveValidators - Collection of ActiveModel/ActiveRecord validators
rails_or - Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.
pluck_all - A more efficient way to get data from database. Like #pluck method but return array of hashes instead.
SanitizeSqlLike - Backport #sanitize_sql_like method from Rails 4 for Rails 3. Sanitizes a string so that it is safe to use within an SQL LIKE statement.
ActiveRecord::Turntable - ActiveRecord Sharding Plugin