Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
def.
2021
2022
2023
2024
2025
2026
0.0
No Rails ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
A handy shortcut for user = user.is_a?(User) ? user : User.find(user)
2021
2022
2023
2024
2025
2026
0.0
In a nut shell, it records whenever one entity interacts with another entity. It also has more advanced features to allow specific event recording as well as ab testing
2021
2022
2023
2024
2025
2026
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