]> git.openstreetmap.org Git - rails.git/commit
Fixed problem where tag lengths were generating a 422 error with no message. They...
authorMatt Amos <zerebubuth@gmail.com>
Sun, 10 May 2009 00:33:55 +0000 (00:33 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Sun, 10 May 2009 00:33:55 +0000 (00:33 +0000)
commitb7f306a437f1b0d6960cdafb348a5c15366ec53e
treed757a486717fba3e7d9773a01d4d5fed89940cb5
parent69c24009975fa03abf84397335043def82b33901
Fixed problem where tag lengths were generating a 422 error with no message. They now generate a 400 error with a meaningful message.
app/models/node.rb
app/models/relation.rb
app/models/way.rb
test/functional/changeset_controller_test.rb
test/functional/node_controller_test.rb
test/functional/way_controller_test.rb