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

Merge pull request #11536 from dpickett/patch-1

metal is no longer mentioned on rack guide
This commit is contained in:
Santiago Pastorino 2013-07-22 05:02:25 -07:00
commit e89d4d3a17

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.