No commit activity in last 3 years
No release in over 3 years
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
 Dependencies

Runtime

 Project Readme
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.