Project
Reverse Dependencies for byebug
The projects listed here declare byebug as a runtime or development dependency
0.0
AMQP interaction classes for BBK stack
2021
2022
2023
2024
2025
2026
0.0
Classes for building services based on BBK stack
2021
2022
2023
2024
2025
2026
0.0
HTTP interaction classes for BBK stack
2021
2022
2023
2024
2025
2026
0.0
Support classes for BBK stack
2021
2022
2023
2024
2025
2026
0.0
This gem maps to the BB Statements API
2021
2022
2023
2024
2025
2026
0.0
BoilerCode CLI
2021
2022
2023
2024
2025
2026
0.0
Small OO patern to isolate side-effects and callbacks for your ActiveRecord Models
2021
2022
2023
2024
2025
2026
0.0
HIVE centric BeeChat bot Framework.
2021
2022
2023
2024
2025
2026
0.0
["Out of the box you get an irc bot, but beerbot could be so much more...", ["Daniel Bush"]]
2021
2022
2023
2024
2025
2026
0.0
Adds `before_extended`, `before_included`, and `before_prepended` methods hooks which would be called before the standard `extended`, `included`, and `prepended` Ruby hooks, respectively. Especially useful when you require to "do" something just before the module gets `extended` or `included` to ...
2021
2022
2023
2024
2025
2026
0.0
A simple Ruby backend job framework without Redis or PostgreSQL dependency. Used to be named HardWorker.
2021
2022
2023
2024
2025
2026
0.0
BellyWash allows you to report statistics and cachethem under differentt time-ranges (day, week, ...)while storing them with different backend driver.
2021
2022
2023
2024
2025
2026
0.0
A wrapper for the BerlinBuehnen REST api. It provides simple methods to retrieve resources from the BerlinBuehnen REST api.
2021
2022
2023
2024
2025
2026
0.0
Ruby client for besepa.com
2021
2022
2023
2024
2025
2026
0.0
Utility gem to enforce rails application best practice
2021
2022
2023
2024
2025
2026
0.0
A convenient gem for developers to interact with SignalFx with a trivial amount of effort
2021
2022
2023
2024
2025
2026
0.0
It is a better way to organize and maintain your Rails helpers. It's provide a simple pattern to keep your helpers scoped, avoiding conflicts in the global namespace
2021
2022
2023
2024
2025
2026
0.0
# better-initialize
A friendlier, dependency-free initialize method for ruby objects.
## Usage
Gemfile:
gem 'better-initialize',
github: 'huned/better-initialize'
Code:
require 'better_initialize'
class Pizza
include BetterInitialize
attr_accessor :size, :topp...
2021
2022
2023
2024
2025
2026
0.0
This gem installs several class methods to Object which in turn generates both class and instance methods but only when you are ready.
In order to prevent name pollution, you have the ability to manage the generators to pick alternate names if you prefer.
After scouring the RubyGems site, some of...
2021
2022
2023
2024
2025
2026
0.0
A simple gem for one off tasks for example database patches
2021
2022
2023
2024
2025
2026