| Message: 89665 |
 |
BY: James Britt (jamesgbritt) DATE: 2009-08-15 02:20 SUBJECT: RE: What needs to happen in config.ru? Thanks. This is much like the Rack app example I linked to previously.
It differs from the standard config.ru in that there is no app.call.
Where, in such a config.ru, would I add my Rack middleware?
When I've tried to add something like "user Rack::Something" in my own config.ru I get an error that the method 'use' is undefined.
| |