Displaying 1 result from an estimated 1 matches for "mongrel_raw_output".
2006 Nov 20
0
Announcing Monrel Raw Output
...I''ve just posted a GemPlugin for Mongrel, which allows you to skip all
header and status-code generation, effectively hijacking the socket
for whatever your needs are, from inside the depths of any Rails,
Camping, Merb etc application.
http://mongrel-raw-out.rubyforge.org/
or
gem install mongrel_raw_output
I use the plugin at work, where the client insists that testing
network processes actually go over a wire. So for testing remote APIs
we specify a mock server enpoint URL instead of the actual location.
That mock server is a Rails app which basically dispatches URLs to
chunks of data we saved usin...