Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
Associations for plain old ruby objects
2021
2022
2023
2024
2025
2026
0.0
You can use for STI, polymorphic and custom preload
2021
2022
2023
2024
2025
2026
0.0
PreloadQuery allows you preload queries and have them available as would a relations and `preload` of ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
See where each database call is coming from in your code, and get query
profiling to see which queries are taking up the most time in the database.
2021
2022
2023
2024
2025
2026
0.0
Store model settings and properties in JSONB columns with a clean DSL, type casting, default values, and validations. A modern alternative to separate settings tables.
2021
2022
2023
2024
2025
2026
0.0
Use the propertybase_id as the primary key in all your rails models
2021
2022
2023
2024
2025
2026
0.0
The DSL provides a nice and clean way to write ActiveRecord queries better than model scopes.
2021
2022
2023
2024
2025
2026
0.0
Display an overview of the quantity of queries being made and their origins in a block of code in Rails applications.
2021
2022
2023
2024
2025
2026
0.0
Detects N+1 queries in Rails applications and provides actionable suggestions to fix them
2021
2022
2023
2024
2025
2026
0.0
Turns off Rails DB schema version.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware managing ActiveRecord connections in standalone (non-Rails) applications
2021
2022
2023
2024
2025
2026
0.0
Add hook on activerecord records loaded
2021
2022
2023
2024
2025
2026
0.0
Quickly make a cache column in ActiveRecord, non painful
2021
2022
2023
2024
2025
2026
0.0
Adding clean and powerful query syntax on AR using refinements
2021
2022
2023
2024
2025
2026
0.0
you can `AwesomeModel.all.exec2hash => [{id: 1, key: value}, ...]`
2021
2022
2023
2024
2025
2026
0.0
Annotate ActiveRecord relations objects with custom data, allowing metadata on relations that can be used to customize code
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::Resource implements a method for treating Models as Resources by creating Create, Update and Delete hooks in all models
2021
2022
2023
2024
2025
2026
0.0
Retry your Active Record transactions.
2021
2022
2023
2024
2025
2026
0.0
Expose REST routes for ActiveRecordModels.
2021
2022
2023
2024
2025
2026
0.0
Safely initialize an ActiveRecord attribute with respect to missing columns
2021
2022
2023
2024
2025
2026