Richard Fairhurst wrote: > Stefan de Konink wrote: > >> 1) I don't know anything about ruby so don't laugh > > I promise. :) > >> 2) where are the save_with_history things defined? > > http://trac.openstreetmap.org/browser/sites/rails_port/app/models/way.rb#L161 > > Same as what the XML API uses.
164 Way.transaction do 165 self.timestamp = t 166 self.save! 167 end Does that block? Stefan _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

