== NullifyBlanks This plugin makes ActiveRecord write blank strings as null to nullable columns in the database rather than zero length strings. Just drop the plugin into your plugins folder and that’s all there is to it. There’s a rake task to nullify zero length strings in existing records if required. Copyright (c) 2009 Andrew White, released under the MIT license
Project
nullify_blanks
Ruby on Rails plugin to ensure nullable databases columns are set to null rather than empty strings.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Dependencies
Project Readme