public
Description: Nullable Booleans Plugin for Rails
Homepage:
Clone URL: git://github.com/remvee/nullable_booleans.git
remvee (author)
Wed Sep 03 12:45:16 -0700 2008
name age message
file MIT-LICENSE Wed Sep 03 12:45:16 -0700 2008 initial [remvee]
file README Wed Sep 03 12:45:16 -0700 2008 initial [remvee]
file Rakefile Wed Sep 03 12:45:16 -0700 2008 initial [remvee]
file init.rb Wed Sep 03 12:45:16 -0700 2008 initial [remvee]
directory lib/ Wed Sep 03 12:45:16 -0700 2008 initial [remvee]
directory test/ Wed Sep 03 12:45:16 -0700 2008 initial [remvee]
README
= NullableBooleans

Allow a boolean AR attribute to be nullable using an empty string.
This plugin is useful when you're trying to nullify a boolean using a
form-select containing the values: 'true', 'false' and an empty
string, the latter for null.


Copyright (c) 2008 R.W. van 't Veer, released under the MIT license