> - In routes.rb there is no api/0.6/relation/:id/:version to retrieve > an old version of a relation but all the neccessary methods are there > (old_relation_controller#version) but there is a type (see attached > diff)
I see that someone by the name of "smsm1" has fixed a typo. Unfortunately it is still wrong: This is correct: - render :nothing => true, :status => :internetal_service_error + render :nothing => true, :status => :internal_server_error So "service" needs to be changed to "server", too. And an addition to the routes file if anyone has tested that method. Thanks! _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

