Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
In ActiveRecord, allows you to query the association of the records that your current query would return. If you need the comments of some posts: `Post.where(...).follow_assoc(:comments)`. You can then chain `where` on the comments.
2021
2022
2023
2024
2025
2026
0.0
Optionally prevents threads from checking out activerecord connections.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord extension that gives USE and FORCE index to any ActiveRecord Model.
2021
2022
2023
2024
2025
2026
0.0
Allows for larger level scoping (framing) that affect complicated queries more holistically
2021
2022
2023
2024
2025
2026
0.0
Fuse attributes from associated models with ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
GitLab stores any patches relating to ActiveRecord here
2021
2022
2023
2024
2025
2026
0.0
Adds model translations allow you to translate your models' attributes
2021
2022
2023
2024
2025
2026
0.0
A Ruby gem for extracting and importing complex ActiveRecord object graphs with smart dependency resolution, beautiful CLI progress visualization, and memory-efficient streaming. Perfect for data migration, testing, and environment synchronization.
2021
2022
2023
2024
2025
2026
0.0
Efficient Rails group count if you need the summed up count instead of the hash. Can be used with Kaminari to speed up total_pages and total_count.
2021
2022
2023
2024
2025
2026
0.0
Grouping the enum of ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
Easy-to-use handlersocket from existing ActiveRecord Models
2021
2022
2023
2024
2025
2026
0.0
Allow attributes stored in cents to be converted to dollars
2021
2022
2023
2024
2025
2026
0.0
Adds a :default => true, or :default => {attributes} options to has_one associations that auto-build the association when accessed.
2021
2022
2023
2024
2025
2026
0.0
Allows easy adding of helper methods for ActiveRecord models.
2021
2022
2023
2024
2025
2026
0.0
extend active records with simple archiving mechanics
2021
2022
2023
2024
2025
2026
0.0
TO DO *is* a description
2021
2022
2023
2024
2025
2026
0.0
A activerecord extesion allow you use boolean in hstore
2021
2022
2023
2024
2025
2026
0.0
Allows to describe field names that will be stored within hstore column together with their types. Data can then be retrieved with a set of helpful getters.
2021
2022
2023
2024
2025
2026
0.0
This is not rocket science at all, this gem just adds a helper method to retrieve human friendly errors from ActiveRecord models.
2021
2022
2023
2024
2025
2026
0.0
Allows you to compare Active Record objects based on their *attributes* (with same_as?), to exclude some attributes from being used in comparison, and adds improved inspect method
2021
2022
2023
2024
2025
2026