Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
Map persisted data to and from POROs
2021
2022
2023
2024
2025
2026
0.0
Simple Polymorphic Behavior with Enum Related Object and Delegation.
2021
2022
2023
2024
2025
2026
0.0
Enumerate adds an `enumerate` command to all ActiveRecord models, enabling you to work with string or integer columns as if they were enums.
The following features are added to your model:
Validation - ensures that the field only receives accepted values
Predicate Methods - a...
2021
2022
2023
2024
2025
2026
0.0
EnumeratedField is a library that provides some nice methods when a string column is used like an enumeration, meaning there is a list of allowable values for the string column.
2021
2022
2023
2024
2025
2026
0.0
Eliminates "Undeclared attribute type for enum" errors that occur when running migrations with multiple enum columns added in separate migrations. Automatically declares missing enum attributes as integers, preventing migration failures.
2021
2022
2023
2024
2025
2026
0.0
EnumExporter is rake task that exports defined enums as some formats.
2021
2022
2023
2024
2025
2026
0.0
Enum extension introduces: enum supersets, enum mass-assign, easy localization, and more sweetness to Active Record enums.
2021
2022
2023
2024
2025
2026
0.0
Scopeless enums, and some syntactic sugar for string enums
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::Enum fire SQL request and bypass ActiveModel::Validations, this let you play with enum and validation
2021
2022
2023
2024
2025
2026
0.0
Add `from_file` option to Rails enum.
2021
2022
2023
2024
2025
2026
0.0
Create Enum-like values directly in the database for flexibility, power and supremacy.
2021
2022
2023
2024
2025
2026
0.0
This gem allows to create enum records (named records) and to retrieve them easily. Supports globalize3 localization in enum fields initialization.
2021
2022
2023
2024
2025
2026
0.0
A form helper for the enum field of Rails model.
2021
2022
2023
2024
2025
2026
0.0
Allows using a single integer column as a set of booleans, with bitfield-style storage.
2021
2022
2023
2024
2025
2026
0.0
Changes the return value of enums to symbols.
2021
2022
2023
2024
2025
2026
0.0
Active Record ENUM based state machine, whether you can restrict status transition from one to other
2021
2022
2023
2024
2025
2026
0.0
Add state maps to Rails Enums for validation on transitions.
2021
2022
2023
2024
2025
2026
0.0
Envdocs allows you to find missing env keys, as well as create living documentation of the keys themselves.
2021
2022
2023
2024
2025
2026
0.0
Asset libraries for web and scaffold templates in modern style
(uses "simple_form", "haml", "cancan").
2021
2022
2023
2024
2025
2026
0.0
Ephemeron improves the performance of your app.
It takes on itself the persistence of the ActiveRecord objects.
It protects you from saving the same object many times.
It checks whether a fetched from a database object was used.
It allows you to eliminate the controller's before_actions that are ...
2021
2022
2023
2024
2025
2026