diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2013-07-22 05:02:25 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2013-07-22 05:02:25 -0700 |
commit | e89d4d3a17cf8604b4b4a18bad56f15557b5faa2 (patch) | |
tree | 5fe637fce8106f25e5648e589a5098c47eb71685 /guides/source | |
parent | bf2161d1abf2d8aa09a7cc36b72cf0da7f6e167c (diff) | |
parent | 859fbbf1e73b16ac08d444029e11b27d9f3a0953 (diff) | |
download | rails-e89d4d3a17cf8604b4b4a18bad56f15557b5faa2.tar.gz rails-e89d4d3a17cf8604b4b4a18bad56f15557b5faa2.tar.bz2 rails-e89d4d3a17cf8604b4b4a18bad56f15557b5faa2.zip |
Merge pull request #11536 from dpickett/patch-1
metal is no longer mentioned on rack guide
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/rails_on_rack.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index 3becaccb0a..642c70fd9d 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -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. |