Project
Reverse Dependencies for bundler
The projects listed here declare bundler as a runtime or development dependency
0.0
Action Chat allows you to build chatbots in Rails
2021
2022
2023
2024
2025
2026
0.0
Simple implementation of command pattern focused on reuse in multiple contexts
2021
2022
2023
2024
2025
2026
0.0
Stop using views: frontend components architecture for Ruby on Rails
2021
2022
2023
2024
2025
2026
0.0
DRY-up Rails controllers by leveraging interchangeable conductors to export data
2021
2022
2023
2024
2025
2026
0.0
`expose :foo` defines an attr_reader and helper_method. `expose :foo, -> { ... }` (or with a block) defines a memoized reader. Replaces the boilerplate of attr_reader + helper_method + def.
2021
2022
2023
2024
2025
2026
0.0
Easily access parent resources
2021
2022
2023
2024
2025
2026
0.0
ActionController is great, but could be better. Here are some tweaks for it.
2021
2022
2023
2024
2025
2026
0.0
Action Counter
2021
2022
2023
2024
2025
2026
0.0
Speed up development by making your controllers inherit all restful actions.
2021
2022
2023
2024
2025
2026
0.0
actiondebug is a utility that can give you more insight
into the structure of your Rails application. It can show all filters that
a controller is using, grouped by action. It can also report which actions
skip a given filter. Its extendability is essentially endless. Great tool
...
2021
2022
2023
2024
2025
2026
0.0
Simple Decorator Pattern for more Object-Oriented Views in Rails
2021
2022
2023
2024
2025
2026
0.0
This is my longer description
2021
2022
2023
2024
2025
2026
0.0
Directs objects' behaviors
2021
2022
2023
2024
2025
2026
0.0
Backport https://github.com/rails/rails/pull/33829 to older Rails
2021
2022
2023
2024
2025
2026
0.0
Action Facade provides a simple interface for data required by view / controller.
2021
2022
2023
2024
2025
2026
0.0
Call action on ActiveRecord Fields
2021
2022
2023
2024
2025
2026
0.0
authorisation module of actions based on url-paths for usage in Rails and possibly other ruby based web frameworks
2021
2022
2023
2024
2025
2026
0.0
Allows distributed handle/lock creation and managament
2021
2022
2023
2024
2025
2026
0.0
Move actions from methods in Rails controllers to action classes.
2021
2022
2023
2024
2025
2026
0.0
Save all incoming webhooks to the database, dispatch them to background workers, and verify request signatures or IPs.
2021
2022
2023
2024
2025
2026