Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
This is useful when you want to define optional validations for a resource and keep it valid.
2020
2021
2022
2023
2024
2025
0.0
This is an example gem used in my RailsConf 2020 talk. Please don't use in production! https://bruckmayer.net/rails-conf-2020
2020
2021
2022
2023
2024
2025
0.0
Simple null objects in Active Record
2020
2021
2022
2023
2024
2025
0.0
Presenters for rails.
2020
2021
2022
2023
2024
2025
0.0
ActivePress is a set of tools that help with accessing and
manipulating the contents of a Wordpress database using Ruby.
2020
2021
2022
2023
2024
2025
0.0
Create previews of ActiveRecord objects that don't modify the database
2020
2021
2022
2023
2024
2025
0.0
ActivePropagation provides classes and ActiveRecord extensions for propagating changes amongst models, optionally using Sidekiq to parallelize the process.
2020
2021
2022
2023
2024
2025
0.0
Uses RabbitMQ and ActiveRecord for publishing and consuming model events from any service
2020
2021
2022
2023
2024
2025
0.0
Set ActiveRecord models to delete themselves after a fixed time, or when a certain criteria is met.
2020
2021
2022
2023
2024
2025
0.0
A spaced-repetition system to be used with ActiveRecord models
2020
2021
2022
2023
2024
2025
0.0
Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached, all accumulated "touch" calls will be consolidated into as few database round trips as possible.
2020
2021
2022
2023
2024
2025
0.0
Using this gem, ActiveRecord's JSON attribute is deserialized into HashWithIndifferentAccess.
2020
2021
2022
2023
2024
2025
0.0
This gem will allows you to create the data model for social news feed used in many modern platform in no time.
2020
2021
2022
2023
2024
2025
0.0
Add activerecord association alias
2020
2021
2022
2023
2024
2025
0.0
Call Model.reset_column_information for each migrations
2020
2021
2022
2023
2024
2025
0.0
Analyze an ActiveRecord class to get information about its associations. You will be able to know all its has_many and belongs_to for instance.
2020
2021
2022
2023
2024
2025
0.0
Link objects of different models in a single common table named "any_links" using
has_many_to_many, has_many_to_one or has_one_to_many new methods.
There is no need for creating a new table for any connection type, nor buiding an
...
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord-Archiver is a simple tool for taking a subset of the records in one environment
and exporting them for use in another environment.
Design Constraints:
- leave out ids so as not to create collisions in the new environment
- preserve relations between records
- Allow for cyclic relati...
2020
2021
2022
2023
2024
2025
0.0
Friendly and easy sort
2020
2021
2022
2023
2024
2025
0.0
Atomic updates to ActiveRecord models
2020
2021
2022
2023
2024
2025