From 2c38567646791f223b4e48550fba0e0386a05d96 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Sun, 2 Sep 2012 13:08:06 -0400 Subject: Convert all tables to Markdown syntax --- guides/source/rails_on_rack.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'guides/source/rails_on_rack.md') diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index d5da31ca36..98e96f2643 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -66,9 +66,10 @@ end `Rails::Rack::Debugger` is primarily useful only in the development environment. The following table explains the usage of the loaded middlewares: -|_.Middleware|_.Purpose| -|`Rails::Rack::Debugger`|Starts Debugger| -|`Rack::ContentLength`|Counts the number of bytes in the response and set the HTTP Content-Length header| +| Middleware | Purpose | +| ----------------------- | --------------------------------------------------------------------------------- | +| `Rails::Rack::Debugger` | Starts Debugger | +| `Rack::ContentLength` | Counts the number of bytes in the response and set the HTTP Content-Length header | ### `rackup` -- cgit v1.2.3