Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/excid3/signalman
Development tools for Ruby on Rails
https://github.com/excid3/signalman
Last synced: 10 days ago
JSON representation
Development tools for Ruby on Rails
- Host: GitHub
- URL: https://github.com/excid3/signalman
- Owner: excid3
- License: mit
- Created: 2023-07-29T12:15:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T21:50:49.000Z (about 1 year ago)
- Last Synced: 2024-10-23T08:29:43.004Z (18 days ago)
- Language: Ruby
- Size: 82 KB
- Stars: 104
- Watchers: 9
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Signalman
A debug tool for Ruby on Rails application.[![Tests](https://github.com/excid3/signalman/actions/workflows/ci.yml/badge.svg)](https://github.com/excid3/signalman/actions/workflows/ci.yml)
## Usage
How to use my plugin.## Installation
Add this line to your application's Gemfile:```ruby
bundle add "signalman" --group "development"
```Add migrations
```ruby
bin/rails signalman:install:migrations
```Mount to the Rails routes
```ruby
mount Signalman::Engine => "/signalman" if Rails.env.development?
```## 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).