Project
Reverse Dependencies for rails
The projects listed here declare rails as a runtime or development dependency
0.0
Simple presenter allows for a simple way for you to present a model to your views without cluttering up the original model.
2021
2022
2023
2024
2025
2026
0.0
Add to a model to simply delegate attributes to an associated record
2021
2022
2023
2024
2025
2026
0.0
Delete/destroy associated ActiveRecord records in the background with ease.
2021
2022
2023
2024
2025
2026
0.0
Rails Engine that you can hire to manage your outgoing email
2021
2022
2023
2024
2025
2026
0.0
A Rails Engine to Control the passage of time as a test bed
2021
2022
2023
2024
2025
2026
0.0
This gem makes updating specified number fields by ActiveRecord in unusual way.
Instead of generating sql script to update value in usual way like this:
UPDATE users
SET money = 10
WHERE id = 1;
It replaces it with
UPDATE users
SET money = money + de...
2021
2022
2023
2024
2025
2026
0.0
Content Management System for Rails 3 Created by Paul @ Deluxe Digital Media
2021
2022
2023
2024
2025
2026
0.0
Browse, subscribe, view and revert changes to records when using Rails and the `paper_trail` gem.
2021
2022
2023
2024
2025
2026
0.0
just a gem for demo
2021
2022
2023
2024
2025
2026
0.0
CRUD API para generar carga de datos demograficos
2021
2022
2023
2024
2025
2026
0.0
Configure your application to send signals to a constellation of other 'apps'
2021
2022
2023
2024
2025
2026
0.0
Simple access control dsl for controllers
2021
2022
2023
2024
2025
2026
0.0
Denki is a Bootstrap 5 and DaisyUI compatible styles for Kaminari
2021
2022
2023
2024
2025
2026
0.0
This gem adds a `denormalize` option to ActiveRecord relation definitions, e.g. `has_many :foos, denormalize: { fields: :updated_at }`.
2021
2022
2023
2024
2025
2026
0.0
Cache method outputs and automatically create chainable scopes based on their outputs
2021
2022
2023
2024
2025
2026
0.0
Denormalize attributes to and from Active Record associations.
2021
2022
2023
2024
2025
2026
0.0
A Rails wrapper for a fully customizable Dependency injection system
2021
2022
2023
2024
2025
2026
0.0
Tool for better visualizing and managing dependencies
2021
2022
2023
2024
2025
2026
0.0
This tool
1. create's a new branch
2. runs 'bundle update'
3. find's the latest patch-level version of Ruby and updates files that reference the version
4a. commit's the updates and pushes to gitlab, creating a new merge request
4b. delete's the branch if no updates were made
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord has_many/has_one dependent option checker
2021
2022
2023
2024
2025
2026