_Imported from Lighthouse._ Original ticket at: http://rails.lighthouseapp.com/projects/8994/tickets/4554 Created by **Jeremy Kemper** - 2010-10-31 05:57:56 UTC `render :text => someproc` used to serve a streaming response. Now it calls `to_s` on the proc. Should deprecate in favor of setting `self.response_body = ...` directly.