mperham / rack-fiber_pool

Rack middleware to execute each request in a Fiber
MIT License
244 stars 24 forks source link

Mention middleware order in README #1

Closed IvanUkhov closed 14 years ago

IvanUkhov commented 14 years ago

If I get it right, this middleware should be used before CookieStore in case of Rails, but there is no a signle line about it in README.

ActionController::Dispatcher.middleware.insert_before ActionController::Session::CookieStore, Rack::FiberPool

Without specifying the order of middlewares, session does not work for me. Always InvalidAuthenticityToken, etc.

mperham commented 14 years ago

Updated readme.