Is anyone aware of something which would MAP the table & field names that 
someone might presently use in a db schema, to the rails requirements? For 
example, if I have a table called associate, and a table called users, and 
within associates, I have a field called userskey which contains the id in 
users, I would like to be able to map what these table and field names ARE 
to what they SHOULD be to comport with the rails naming conventions (i.e. 
the tables should be associates, users and the field in question should be 
users_id).

Is anyone aware of such a mapping mechanism? It seems this is a mature 
enough web platform that such a mechanism must exist (in which case, the 
Struts and JSF holdouts would HAVE to come along!)

Thanks, Ike