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

0.4.7 breaks rails 2.x #16

Closed ebertech closed 12 years ago

ebertech commented 12 years ago

You call class_attribute in strongbox.rb which doesn't exist in older rails versions.

spikex commented 12 years ago

What version of Rails are you using?

ebertech commented 12 years ago

2.3.8... and I double checked inside active_record for that version and it is indeed missing class_attribute unless I'm being a ninny.

spikex commented 12 years ago

I've pushed up 0.4.8, which fixes this.