]> git.openstreetmap.org Git - rails.git/commit
Merge rails_port as of r4613 & fix tests.
authorGabriel Ebner <gabriel@svn.openstreetmap.org>
Thu, 20 Sep 2007 14:37:29 +0000 (14:37 +0000)
committerGabriel Ebner <gabriel@svn.openstreetmap.org>
Thu, 20 Sep 2007 14:37:29 +0000 (14:37 +0000)
commitcfbdd3f7e1c688e2c875ded9fd847fcc1c3a4caf
treeb1e443bc5cbb50e69e4d1e24c399265a2ee9efb0
parent6d44c78407ea9a553be030f3f7c49b48d616878b
parent27d8f2ef63d4544f53410f78621bbf89caa347c9
Merge rails_port as of r4613 & fix tests.
20 files changed:
app/controllers/amf_controller.rb
app/controllers/api_controller.rb
app/controllers/node_controller.rb
app/controllers/relation_controller.rb
app/controllers/swf_controller.rb
app/controllers/way_controller.rb
app/models/relation.rb
app/models/way.rb
config/environment.rb
db/migrate/006_add_relations.rb
db/migrate/007_remove_segments.rb
db/migrate/007_remove_segments_helper.cc
test/fixtures/current_relation_members.yml
test/fixtures/current_relation_tags.yml
test/fixtures/current_relations.yml
test/fixtures/relation_members.yml
test/fixtures/relation_tags.yml
test/fixtures/relations.yml
test/functional/relation_controller_test.rb
test/unit/node_test.rb