I am using activewarehouse on rails 2.3.2 with MySQL on Mac OS.
I have tried to get the calculated_fields option work, but this seem
to be problematic.
Questions:
In the test examples, the calculated field is not in the schema, but
if I leave it out, the code will not run.
In the demo files, the calculated field is commented out..
If I include it in the schema, it is never displayed as a value,
always NULL
Does the calculated field work?
Torsten