]> git.openstreetmap.org Git - rails.git/commit
Added tests for ways_for_node. Altered behaviour to not return deleted ways. Fixed...
authorMatt Amos <zerebubuth@gmail.com>
Tue, 21 Oct 2008 10:52:52 +0000 (10:52 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 21 Oct 2008 10:52:52 +0000 (10:52 +0000)
commit6339473cb77e4e0998b959a0835a8f42767f608d
treed351c6fb313192fbe3ac22340ed4df3c5609a698
parenta8eb3a6ada2fafe77deba8456b61811b162e5faa
Added tests for ways_for_node. Altered behaviour to not return deleted ways. Fixed ways fixture where most recent history != current.
app/controllers/way_controller.rb
app/models/way.rb
test/fixtures/ways.yml
test/functional/old_node_controller_test.rb
test/functional/old_way_controller_test.rb
test/functional/way_controller_test.rb
test/test_helper.rb