]> git.openstreetmap.org Git - rails.git/commit
Added tests for changeset upload code. Refactored diff reading code and put it into...
authorMatt Amos <zerebubuth@gmail.com>
Thu, 23 Oct 2008 15:14:17 +0000 (15:14 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Thu, 23 Oct 2008 15:14:17 +0000 (15:14 +0000)
commitdc2a95903722644f6109244cec9a2d1e195fef0e
tree65b25f12e1cc61ef4e43340e2bd26ab1f846f806
parent136c5a7bf1e850d188a86cfe65ace4c4c457fcb8
Added tests for changeset upload code. Refactored diff reading code and put it into /lib. Changed the route of a changeset upload to explicitly refer to the changeset it applies to (i.e: resource).
app/controllers/changeset_controller.rb
app/models/node.rb
app/models/relation.rb
app/models/way.rb
config/routes.rb
lib/diff_reader.rb [new file with mode: 0644]
lib/osm.rb
test/functional/changeset_controller_test.rb