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

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

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