ValidatesDecencyOf ================= Uses George Carlin's list of "seven dirty words" to "check for decency" (ahem) http://en.wikipedia.org/wiki/Seven_dirty_words It gives you a new ActiveRecord validation, validates_decency_of. Installation ============ You should be able to run this as a plugin or as a gem. For environment.rb: config.gem 'validates_decency_of' Then be sure to: rake gems:install Example ======= Using it in ActiveRecord... class Message < ActiveRecord::Base validates_decency_of :title, :description end Copyright (c) 2010 Seamus Abshere, released under the MIT license.
Project
validates_decency_of
Rails plugin that uses George Carlin's list of seven dirty words (aka swear words, aka cuss words) to check for decency on ActiveRecord model attributes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Runtime
>= 2.3.4
>= 2.3.4
Project Readme