Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
Add default values to ActiveRecord models.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord defaults to immediately persisting changes to the database on assignments like user.session_ids = [1, 2]. This is a surprising behaviour that this gem aims to fix to be more coherent with regular assignments.
2021
2022
2023
2024
2025
2026
0.0
Adds deselect logic to ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
Allow / disallow query execution through active record
2021
2022
2023
2024
2025
2026
0.0
ActiveRecordDumper is a fork of YamlDb gem without any explicit Rails dependencies.
This way it can be used by any AR-enabled app (e.g. Sinatra) without pulling whole Rails in.
YamlDB/ActiveRecordDumper is a database-independent format for dumping and restoring data.
It complements the database-i...
2021
2022
2023
2024
2025
2026
0.0
Duplicating ActiveRecords is easy again.
2021
2022
2023
2024
2025
2026
0.0
Adds MongoMapper embeds_many style behavior to ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
Generates encrypted_string type that transparently encrypt and decrypt string value to ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
Endoscope enables scope to apply to model instance
2021
2022
2023
2024
2025
2026
0.0
Adds the ENUM data type natively to ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
Creates an enumeration of constants that contain ActiveRecord rows for a static model
2021
2022
2023
2024
2025
2026
0.0
This gem allows you to use enum value as a STI type value easily.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::EnumWithLabel adds label and more to ActiveRecord::Base.enum.
2021
2022
2023
2024
2025
2026
0.0
Generate Mermaid-based ERD diagrams for ActiveRecord models with their dependencies
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord validator, which prevent change column on update
2021
2022
2023
2024
2025
2026
0.0
Broadcasts lifecycle events (create, update, destroy) for ActiveRecord models
2021
2022
2023
2024
2025
2026
0.0
A library to make ActiveRecord::Relations even more awesome
2021
2022
2023
2024
2025
2026
0.0
Provides `ActiveRecord::Relation#except`, a convenience method that let's
you select all the fields from a table with the exception of the given
ones.
2021
2022
2023
2024
2025
2026
0.0
Break large filters into components and see how each component affects the result
2021
2022
2023
2024
2025
2026
0.0
Easy way to add scopes to your models.
2021
2022
2023
2024
2025
2026