]> git.openstreetmap.org Git - rails.git/commit
preliminary commit 0.5 API with relations / untested after entity-relation rename...
authorFrederik Ramm <frederik@remote.org>
Wed, 29 Aug 2007 22:00:26 +0000 (22:00 +0000)
committerFrederik Ramm <frederik@remote.org>
Wed, 29 Aug 2007 22:00:26 +0000 (22:00 +0000)
commit78b440ffc1e0448f8a6d73c8821dd58634ffb475
tree0cb37050598a2cbec847cb348c127db74cc7538c
parent02451061ce944a3c32afe976759d19c3b1fa3a5d
preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue
46 files changed:
app/controllers/amf_controller.rb
app/controllers/api_controller.rb
app/controllers/node_controller.rb
app/controllers/old_way_node_controller.rb [new file with mode: 0644]
app/controllers/relation_controller.rb [new file with mode: 0644]
app/controllers/relation_member_controller.rb [new file with mode: 0644]
app/controllers/relation_tag_controller.rb [new file with mode: 0644]
app/controllers/search_controller.rb
app/controllers/site_controller.rb
app/controllers/swf_controller.rb
app/controllers/way_controller.rb
app/controllers/way_node_controller.rb [new file with mode: 0644]
app/helpers/old_way_node_helper.rb [new file with mode: 0644]
app/helpers/way_node_helper.rb [new file with mode: 0644]
app/models/old_relation.rb [new file with mode: 0644]
app/models/old_relation_member.rb [new file with mode: 0644]
app/models/old_relation_tag.rb [new file with mode: 0644]
app/models/old_way.rb
app/models/old_way_node.rb [new file with mode: 0644]
app/models/relation.rb [new file with mode: 0644]
app/models/relation_member.rb [new file with mode: 0644]
app/models/relation_tag.rb [new file with mode: 0644]
app/models/way.rb
app/models/way_node.rb [new file with mode: 0644]
config/environment.rb
config/routes.rb
db/migrate/005_add_relations.rb [new file with mode: 0644]
db/migrate/006_remove_segments.rb [new file with mode: 0644]
db/migrate/006_remove_segments_helper.cc [new file with mode: 0644]
script/statistics
test/fixtures/current_entity_members.yml [new file with mode: 0644]
test/fixtures/current_entity_tags.yml [new file with mode: 0644]
test/fixtures/current_relations.yml [new file with mode: 0644]
test/fixtures/current_way_nodes.yml [new file with mode: 0644]
test/fixtures/current_way_tags.yml
test/fixtures/current_ways.yml
test/fixtures/entity_members.yml [new file with mode: 0644]
test/fixtures/entity_tags.yml [new file with mode: 0644]
test/fixtures/relations.yml [new file with mode: 0644]
test/fixtures/way_nodes.yml [new file with mode: 0644]
test/fixtures/way_tags.yml
test/fixtures/ways.yml
test/functional/api_controller_test.rb [new file with mode: 0644]
test/functional/relation_controller_test.rb [new file with mode: 0644]
test/functional/way_controller_test.rb
test/test_helper.rb