Skip to content

Commit

Permalink
Mark table headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Scherer committed Feb 16, 2009
1 parent c2c08c1 commit e2aecce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/guides/source/rails_on_rack.textile
Expand Up @@ -50,7 +50,7 @@ app = Rack::Builder.new {

Middlewares used in the code above are primarily useful only in the development envrionment. The following table explains their usage:

|Middleware|Purpose|
|_.Middleware|_.Purpose|
|Rails::Rack::LogTailer|Appends log file output to console|
|Rails::Rack::Static|Serves static files inside +RAILS_ROOT/public+ directory|
|Rails::Rack::Debugger|Starts Debugger|
Expand Down Expand Up @@ -157,7 +157,7 @@ h4. Internal Middleware Stack

Much of Action Controller's functionality is implemented as Middlewares. The following table explains the purpose of each of them:

|Middleware|Purpose|
|_.Middleware|_.Purpose|
|Rack::Lock|Sets +env["rack.multithread"]+ flag to +true+ and wraps the application within a Mutex.|
|ActionController::Failsafe|Returns HTTP Status +500+ to the client if an exception gets raised while dispatching.|
|ActiveRecord::QueryCache|Enable the Active Record query cache.|
Expand Down

0 comments on commit e2aecce

Please sign in to comment.