https://github.com/arandilopez/profanator
A profanity validator for Rails
https://github.com/arandilopez/profanator
profanity-validator rails swearword wip
Last synced: about 1 month ago
JSON representation
A profanity validator for Rails
- Host: GitHub
- URL: https://github.com/arandilopez/profanator
- Owner: arandilopez
- License: mit
- Created: 2017-06-26T07:12:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T07:13:14.000Z (almost 9 years ago)
- Last Synced: 2025-04-25T20:57:13.389Z (about 1 year ago)
- Topics: profanity-validator, rails, swearword, wip
- Language: Ruby
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# WIP: Profanator
Profanator is a profanity validator for Rails. It's based on a [Laravel package](https://github.com/arandilopez/laravel-profane) I've built.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'profanator'
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ gem install profanator
```
## Usage
WIP: How to use this plugin.
## Contributing
WIP: Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).