]> git.openstreetmap.org Git - rails.git/commit
Add a changeset cache to stop us looking up the same changeset over
authorTom Hughes <tom@compton.nu>
Tue, 28 Apr 2009 13:40:30 +0000 (13:40 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 28 Apr 2009 13:40:30 +0000 (13:40 +0000)
commitbf31791f65fee149b660c1395d59204309f906fa
tree3f16c99cd0f1ebab02173983504e9052fbef22f0
parent7ee10192ebea5bdbbd0b80b73cfbd6600855800f
Add a changeset cache to stop us looking up the same changeset over
and over again when processing a map call.
app/controllers/api_controller.rb
app/controllers/relation_controller.rb
app/controllers/search_controller.rb
app/models/node.rb
app/models/relation.rb
app/models/way.rb