]> git.openstreetmap.org Git - rails.git/commit
Fix the data config, so that the development database is not the same as the test...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Wed, 8 Oct 2008 15:42:42 +0000 (15:42 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Wed, 8 Oct 2008 15:42:42 +0000 (15:42 +0000)
commite1b205913c9afd6b41684add7308cef4613112e2
treeed36558abb98ee23fb0087b4d697ca69739cfd1e
parent2347761266d8848dcdc42f9e5d9ef380fa04b89a
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.
app/controllers/node_controller.rb
app/controllers/relation_controller.rb
app/models/changeset.rb
app/models/node.rb
app/models/old_relation.rb
app/models/relation.rb
app/models/way.rb
config/database.yml
lib/osm.rb