summaryrefslogtreecommitdiffstats
path: root/ext/rack/files
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #4527 correctly for 2.6.1James Turnbull2010-08-131-1/+0
|
* Updated config.ru example for 2.6.1James Turnbull2010-08-131-1/+1
|
* Fixed example config.ruJames Turnbull2010-07-211-3/+2
|
* Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search pathMarc Fournier2009-07-301-1/+1
| | | | | | | | | | If you happen to already have puppet code somewhere in your ruby path, you might get unexpected behaviour when trying to run puppetmaster with passenger. Suggesting that the path to puppet/lib gets prepended instead of appended to RUBYLIB could save time to some. Signed-off-by: Marc Fournier <marc.fournier@camptocamp.com>
* Fixes #2430 - Stock apache2.conf for passenger incorrectJames Turnbull2009-07-231-9/+11
|
* puppetmasterd can now run as a standard Rack application (config.ru-style)Christian Hofstaedtler2009-05-022-0/+54