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

https://github.com/mnutt/redact-rack

Redact words from your ******* rack app
https://github.com/mnutt/redact-rack

Last synced: 12 months ago
JSON representation

Redact words from your ******* rack app

Awesome Lists containing this project

README

          

redact-rack: automatically redact words on your website

Rails usage:

# config/environment.html
config.middleware.use "Rack::Redact", YAML::load_file("#{RAILS_ROOT}/config/redacted.yml")

It takes one argument, an array of words to censor.