| Message: 89668 |
 |
BY: John Lloyd-Jones (johnlloydjones) DATE: 2009-08-15 02:59 SUBJECT: RE: What needs to happen in config.ru? It's a hack -- no disagreement there. At least it's limited to the one file and finish with. Maybe the glassfish folks can make it a bit more standard next time:
"A Rack application is an Ruby object (not a class) that responds to call. It takes exactly one argument, the environment and returns an Array of exactly three values: The status, the headers, and the body. "
| |