mperham / rack-fiber_pool

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

Rack config instructions #8

Open afeld opened 13 years ago

afeld commented 13 years ago

Might want to update README to suggest the middleware setting go in the config.ru file, i.e. in Ilya Grigorik's example Rails 3 app:

require ::File.expand_path('../config/environment',  __FILE__)
use Rack::FiberPool
run <app_name>::Application