| Message: 89666 |
 |
BY: James Britt (jamesgbritt) DATE: 2009-08-15 02:50 SUBJECT: RE: What needs to happen in config.ru? First, a correction: It's 'run app' that's missing, not 'app.call'
Second, I tried this with a Ramaze config.ru, with no better results than before.
The idea that one should wrap a proc around the call to the actual code that's needed to run seems completely wrong. It's a hack.
Basically, 'config.ru' has a different enough setting with the glassfish gem than it does for rackup (or other rack processors) that it might be better to just call it something else, since it does not work the same way. | |