Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kddnewton/snip_snip
Snip snip cuts the deadweight
https://github.com/kddnewton/snip_snip
Last synced: 2 months ago
JSON representation
Snip snip cuts the deadweight
- Host: GitHub
- URL: https://github.com/kddnewton/snip_snip
- Owner: kddnewton
- License: mit
- Archived: true
- Created: 2016-05-06T21:03:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T10:01:55.000Z (about 2 years ago)
- Last Synced: 2024-10-28T15:23:30.906Z (3 months ago)
- Language: Ruby
- Size: 507 KB
- Stars: 90
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SnipSnip
[![Build Status](https://github.com/kddnewton/snip_snip/workflows/Main/badge.svg)](https://github.com/kddnewton/snip_snip/actions)
[![Gem Version](https://img.shields.io/gem/v/snip_snip.svg)](https://rubygems.org/gems/snip_snip)SnipSnip tells you what you selected that you shouldn't have in a Rails controller action.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'snip_snip'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install snip_snip
## Usage
Open `snip-snip.log`:
$ tail -f log/snip-snip.log
Hit a controller action and see the output.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kddnewton/snip_snip.
## License
The code is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).