Fix the data config, so that the development database is not the same as the test database. Make a good stab at getting the creates and updates for relations working, adding some new error exceptions. Some code indentation cleanup.

This commit is contained in:
Shaun McDonald 2008-10-08 15:42:42 +00:00
parent 2347761266
commit e1b205913c
9 changed files with 51 additions and 26 deletions

View file

@ -85,6 +85,7 @@ class Way < ActiveRecord::Base
el1['visible'] = self.visible.to_s
el1['timestamp'] = self.timestamp.xmlschema
el1['version'] = self.version.to_s
el1['changeset'] = self.changeset_id.to_s
user_display_name_cache = {} if user_display_name_cache.nil?