rails_or
Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4. (by khiav223577)
Goldiloader
Just the right amount of Rails eager loading (by salsify)
rails_or | Goldiloader | |
---|---|---|
- | 5 | |
94 | 1,632 | |
- | 0.2% | |
3.7 | 6.3 | |
8 months ago | 6 months ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
rails_or
Posts with mentions or reviews of rails_or.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning rails_or yet.
Tracking mentions began in Dec 2020.
Goldiloader
Posts with mentions or reviews of Goldiloader.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-31.
-
I received much feedback about resolving the N+1 problem without updating the code. So I have decided to give another writing round to elaborate on the implementation. Please have a look and let me know what you think.
Been using https://github.com/salsify/goldiloader in a large production application for many years.
-
Proof of Concept: auto-preloading in ActiveRecord
There are many gems doing this. I use this one : https://github.com/salsify/goldiloader
-
Enhanced ActiveRecord preloading
Thank you for sharing this with me! It seems that https://github.com/salsify/goldiloader gem does the same as https://github.com/DmitryTsepelev/ar_lazy_preload. It would be great to compare both solutions.
-
N+1 problem will never be an issue with N1Loader gem
Sorry, seems my post wasn't clear at all. So https://github.com/salsify/goldiloader is great indeed! But it only preloads automatically for default ActiveRecord associations without the need of you to do it on your own.
-
Prosopite is trending on GitHub! Thank you!
Prosopite looks cool, it's is similar to https://github.com/salsify/goldiloader, though goldiloader will also rewrite the query to address the N+1 issue. You should be able to use both and verify goldiloader is working by checking that prosopite logs no N+1 queries.
What are some alternatives?
When comparing rails_or and Goldiloader you can also consider the following projects:
Acts As Tennant - Easy multi-tenancy for Rails in a shared database setup.
Enumerize - Enumerated attributes with I18n and ActiveRecord/Mongoid support
dry-validation - Validation library with type-safe schemas and rules
mini_record - ActiveRecord meets DataMapper, with MiniRecord you are be able to write schema inside your models.
Ancestry - Organise ActiveRecord model into a tree structure
ActiveValidators - Collection of ActiveModel/ActiveRecord validators