1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

metal is no longer mentioned on rack guide

This commit is contained in:
Dan Pickett 2013-07-21 14:38:48 -04:00
parent 9cee8634ef
commit 859fbbf1e7

View file

@ -5,7 +5,6 @@ This guide covers Rails integration with Rack and interfacing with other Rack co
After reading this guide, you will know:
* How to create Rails Metal applications.
* How to use Rack Middlewares in your Rails applications.
* Action Pack's internal Middleware stack.
* How to define a custom Middleware stack.