Complete the newbie by exploring Rails. Can Rails be used with a read-only schema that does not comply with the standard Rails naming and design conventions?
For example, my database schema has base tables that use row columns for unique primary keys. For example, a base table called Jobs may have a unique primary key defined as Jobs.Job, and the value may be "D01234". Now Jobs's child can be CostCodes, where the unique primary key is a combination of CostCodes.Job (FK link back to the Jobs table) and CostCodes.CostCode (local string column).
What it's worth ... is the Sage Timberline Office database.
Any pointers?
source
share