winton / acts_as_archive

Don't delete your records, move them to a different table
MIT License
372 stars 87 forks source link

fix table quoting unescaping #18

Closed comboy closed 13 years ago

comboy commented 13 years ago

hello, I'm using rails 3.0.3 with pg. It looks like it escapes table names with " character, so without this it's failing (not finding any config because of calling find('"name"') instead of ('name') and therefore not making any archive - quite painful, because of no errors). Hope this helps

regards, comboy

phlegx commented 13 years ago

+1 Same problem!

dzaporozhets commented 13 years ago

+1