From e35ba99e4b305d347de8737b6c2fcbd9b7ce6b02 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sat, 7 May 2011 22:37:56 +0530 Subject: remove unnecessary use of 'Example' --- railties/guides/source/rails_on_rack.textile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/rails_on_rack.textile b/railties/guides/source/rails_on_rack.textile index b1db2942dd..aa53aa6db6 100644 --- a/railties/guides/source/rails_on_rack.textile +++ b/railties/guides/source/rails_on_rack.textile @@ -117,8 +117,6 @@ You can add a new middleware to the middleware stack using any of the following * +config.middleware.insert_after(existing_middleware, new_middleware, args)+ - Adds the new middleware after the specified existing middleware in the middleware stack. -Example: - # config/environment.rb @@ -134,8 +132,6 @@ h5. Swapping a Middleware You can swap an existing middleware in the middleware stack using +config.middleware.swap+. -Example: - # config/environment.rb @@ -173,8 +169,6 @@ h4. Customizing Internal Middleware Stack It's possible to replace the entire middleware stack with a custom stack using +ActionController::Dispatcher.middleware=+. -Example: - Put the following in an initializer: -- cgit v1.2.3