Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).