Added some context for rack apps, linked to the Rails on Rack guide.

上级 5712e7aa
......@@ -90,7 +90,7 @@ Action View manages the views of your Rails application. It can create both HTML
h5. Action Dispatch
Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application.
Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. Rack applications are a more advanced topic and are covered in a later guide called "Rails on Rack":http://edgeguides.rubyonrails.org/rails_on_rack.html.
h5. Action Mailer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册