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

12 commits

Author SHA1 Message Date
Vijay Dev
ff859f542c modify middleware docs [ci skip] 2012-06-14 23:14:47 +05:30
Santiago Pastorino
c04d02b425 Add docs about how to remove some middleware 2012-06-14 14:29:00 -03:00
Rafael Magana
7cabb57f6b use ActionDispatch::MiddlewareStack instead of ActionController::MiddlewareStack 2012-05-22 22:09:43 -05:00
Rafael Magana
56ad6ca3ff update loaded middlewares and use of Rack::Server instead of Rack::Builder 2012-05-22 22:02:20 -05:00
Rafael Magana
83f62a069e use ApplicationName::Application instead of ActionController::Dispatcher.new since Dispatcher class no longer exists 2012-05-22 21:33:49 -05:00
Vijay Dev
d0a3be308c copy edits [ci skip] 2012-05-19 17:40:40 +05:30
Rich Healey
21bff1d664 The middleware stack is compliant with Enumarable and bits of Array
Try to clarify the docs so that it's more clear how the stack behaves.
2012-05-18 16:52:52 +10:00
Vijay Dev
16512704fc lets not show too much output and shadow the intention [ci skip] 2012-04-05 22:28:47 +05:30
Hrvoje Šimić
f7a1c64ac3 removed deprecated methods and middlewares 2012-04-04 12:09:10 +02:00
Hrvoje Šimić
4b1ed1d29f update purpose of middleware 2012-04-02 20:31:38 +02:00
Hrvoje Šimić
b95aa05314 update to current rack middleware stack 2012-04-02 18:31:20 +02:00
Xavier Noria
6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
Renamed from railties/guides/source/rails_on_rack.textile (Browse further)