spikex / strongbox

Secures ActiveRecord attributes with public key encryption
http://stuff-things.net/2009/04/17/introducing-strongbox/
MIT License
397 stars 43 forks source link

Feature: optionally allow disabling of Lock#ensure_required_columns #9

Closed whittle closed 13 years ago

whittle commented 13 years ago

I need this for a model that ultimately stores data in a file. My other option was faking out Strongbox by munging the model’s column_names method, and that way lies breakage.

One test added. All tests passing.