Column renaming / Legacy databases

Hi everyone,

I’m using Rails with database column and table names different from the defaults. I’ve used set_table_name and alias_attribute. The problem with this approach is because some plugins I’m using have Raw Active Record SQL Snippets and the queries cannot find the columns attributes. Other plugins seems to use Rails introspection methods like columns_hash, etc, and don’t work too!

Is there a better way to work with column renaming ?

Thanks,

Gustavo