https://github.com/armandfardeau/bonobot
Bonobot
https://github.com/armandfardeau/bonobot
monkey-patching rails ruby
Last synced: 7 months ago
JSON representation
Bonobot
- Host: GitHub
- URL: https://github.com/armandfardeau/bonobot
- Owner: armandfardeau
- License: mit
- Created: 2023-03-03T13:33:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T14:02:12.000Z (almost 3 years ago)
- Last Synced: 2025-07-09T14:12:11.482Z (7 months ago)
- Topics: monkey-patching, rails, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/bonobot
- Size: 233 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Bonobot

[](https://codecov.io/gh/armandfardeau/bonobot)
BonoBot is a Ruby gem that helps with Rails monkey patching.
## Usage
### Status
#### Generate all status:
```bash
bundle exec rake bonobot:status
```
#### Generate a specific status:
```bash
bundle exec rake bonobot:status:up_to_date
bundle exec rake bonobot:status:out_of_date
bundle exec rake bonobot:status:missing
bundle exec rake bonobot:status:unused
```
### Add missing
```bash
bundle exec rake bonobot:add_missing
```
### Update out of date
```bash
bundle exec rake bonobot:update_out_of_date
```
### Customization
```bash
bundle exec rake bonobot:install
```
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'bonobot'
```
Or install it yourself as:
```bash
gem install bonobot
```
## Contributing
Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).