Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Easily and flexibly define an arbitrary amount of data to be stored in a serialized column
2019
2020
2021
2022
2023
2024
0.0
Server for exposing Flexible APIs
2019
2020
2021
2022
2023
2024
0.0
Helpers for enum-like fields
2019
2020
2021
2022
2023
2024
0.0
For rails applications, requires jQuery
2019
2020
2021
2022
2023
2024
0.0
To alleviate issues around highly divergent development databases on feature/refactor branches, flipp helps switch databases upon new branch checkouts.
2019
2020
2021
2022
2023
2024
0.0
Fast feature toggling for applications
2019
2020
2021
2022
2023
2024
0.0
ActiveRecord 3.2 adapter for Flipper
2019
2020
2021
2022
2023
2024
0.0
Tired of kitchen sink services, god-objects, and fat-everything? So were we. Get in the flow.
2019
2020
2021
2022
2023
2024
0.0
Connect flowdock using source feature from Rails
2019
2020
2021
2022
2023
2024
0.0
Gem for notifying flows about the creation and updating of ActiveRecord models.
2019
2020
2021
2022
2023
2024
0.0
Build JSON Schemas using a fluent API.
2019
2020
2021
2022
2023
2024
0.0
Highlight search terms in a result set and distill the result text down to the pertinent parts
2019
2020
2021
2022
2023
2024
0.0
Rspec matchers to be shared and reused
2019
2020
2021
2022
2023
2024
0.0
Library for caching json masked by FieldMask
2019
2020
2021
2022
2023
2024
0.0
Easy and clean model factories for active record
2019
2020
2021
2022
2023
2024
0.0
Updated fork of the unmaintained gem acts_as_followers. It was tested with Ruby 3.1.2 and Rails 7
2019
2020
2021
2022
2023
2024
0.0
Big Data Versioning for those seriously Big Applications
2019
2020
2021
2022
2023
2024
0.0
When force: true is set, It will delete orphaned data before applying the foreign
key constraint. Use cautiously!
2019
2020
2021
2022
2023
2024
0.0
Declare a table structure like an ActiveRecord migration and run 'force_schema!' whenever you want. For when you don't need up and down migrations.
2019
2020
2021
2022
2023
2024
0.0
Adds a add_foreign_key_constraint schema method, and extends the schema dump code to output these
foreign key constraints.
Only MySQL and PostgreSQL are currently supported.
Examples
========
# adds a constraint on projects.customer_id with parent customers.id
add_foreign_key :projects, :cust...
2019
2020
2021
2022
2023
2024