]> git.openstreetmap.org Git - rails.git/commit
Add a newline to the end of the body when reporting an error
authorTom Hughes <tom@compton.nu>
Thu, 1 Nov 2012 09:13:43 +0000 (09:13 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 1 Nov 2012 09:13:43 +0000 (09:13 +0000)
commit59c97f4866652c025ec4f61cabcaaedd3124ab33
tree6400123d1661afce05daf8ed47a0615125a7759b
parentc94e059d2d2a5ae9e27222934f72e349dd5636d4
Add a newline to the end of the body when reporting an error

There seems to be some sort problem with ruby 1.9 where a response
body that is a single line with no newline causes the response not
to be sent properly.
app/controllers/application_controller.rb