From: Shaun McDonald Date: Mon, 24 Nov 2008 18:55:24 +0000 (+0000) Subject: Make the role in relations optional, with a test to make sure it is. Also start movin... X-Git-Tag: live~8673^2~131 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0ff1214f86ac1347bb257abfda70581cc78903dd?hp=0ff1214f86ac1347bb257abfda70581cc78903dd Make the role in relations optional, with a test to make sure it is. Also start moving the errors reading the xml to exceptions, thus making it possible to give meaningful error messages, when bad xml is sent (More work is required on this including doing the same for nodes and ways). With the latest gems update it seems that the lib xml handling was broken, using the newer method. Adding the content type for the exceptions. ---