projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b331823
)
Mark map responses as attachments.
author
Tom Hughes
<tom@compton.nu>
Sat, 19 Apr 2008 13:35:02 +0000
(13:35 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 19 Apr 2008 13:35:02 +0000
(13:35 +0000)
app/controllers/api_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/api_controller.rb
b/app/controllers/api_controller.rb
index 223edc6aa870db14b325895999ca3e8e7a416ebb..26cb93a489cbd1f625b79ea727e0e58b78eccabf 100644
(file)
--- a/
app/controllers/api_controller.rb
+++ b/
app/controllers/api_controller.rb
@@
-190,6
+190,8
@@
class ApiController < ApplicationController
doc.root << relation.to_xml_node(user_display_name_cache)
end
+ response.headers["Content-Disposition"] = "attachment; filename=\"map.osm\""
+
render :text => doc.to_s, :content_type => "text/xml"
#exit when we have too many requests