<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet.git/ext/rack, branch master</title>
<subtitle>Puppet repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/'/>
<entry>
<title>Fixed #4527 correctly for 2.6.1</title>
<updated>2010-08-13T12:06:53+00:00</updated>
<author>
<name>James Turnbull</name>
<email>james@lovedthanlost.net</email>
</author>
<published>2010-08-13T12:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=5d4f2224a0544d550be0f502fd0defda6697b178'/>
<id>5d4f2224a0544d550be0f502fd0defda6697b178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated config.ru example for 2.6.1</title>
<updated>2010-08-12T17:53:40+00:00</updated>
<author>
<name>James Turnbull</name>
<email>james@lovedthanlost.net</email>
</author>
<published>2010-08-12T17:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=1b3d7824c03fc5c57cb2aeee070745281810f3c3'/>
<id>1b3d7824c03fc5c57cb2aeee070745281810f3c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed example config.ru</title>
<updated>2010-07-20T23:50:21+00:00</updated>
<author>
<name>James Turnbull</name>
<email>james@lovedthanlost.net</email>
</author>
<published>2010-07-20T23:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=865282ae7b9332fdbdfa51b2814755b8a13d244b'/>
<id>865282ae7b9332fdbdfa51b2814755b8a13d244b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rack: SSL Env vars can only be in Request.env</title>
<updated>2009-11-18T16:20:13+00:00</updated>
<author>
<name>Christian Hofstaedtler</name>
<email>ch+git@zeha.at</email>
</author>
<published>2009-11-05T10:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=5ed2e2619fc366a9ea1e1b9866da055ba0cd57aa'/>
<id>5ed2e2619fc366a9ea1e1b9866da055ba0cd57aa</id>
<content type='text'>
This reverts commit c702f76b271515e9c42dcb923d379fbfac4c83cd and turns it
into a documentation only fix. As it turns out, ENV should have never been
used at all, as the Rack docs say nothing about it *and* Passenger's
behaviour in 2.2.3 + 2.2.4 was completely broken and still is half-way broken
in 2.2.5 (but is OK with the Rack specs).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c702f76b271515e9c42dcb923d379fbfac4c83cd and turns it
into a documentation only fix. As it turns out, ENV should have never been
used at all, as the Rack docs say nothing about it *and* Passenger's
behaviour in 2.2.3 + 2.2.4 was completely broken and still is half-way broken
in 2.2.5 (but is OK with the Rack specs).
</pre>
</div>
</content>
</entry>
<entry>
<title>rack: SSL Env vars can be in Request.env or ENV</title>
<updated>2009-08-03T00:00:17+00:00</updated>
<author>
<name>Christian Hofstaedtler</name>
<email>hofstaedtler@inqnet.at</email>
</author>
<published>2009-08-02T08:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=c702f76b271515e9c42dcb923d379fbfac4c83cd'/>
<id>c702f76b271515e9c42dcb923d379fbfac4c83cd</id>
<content type='text'>
Fix #2386, by checking either Request.env or ENV for the SSL environment
variables. This is necessary as Passenger 2.2.3 changed the location of
these vars, even though the Rack spec says nothing about ENV or these
variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #2386, by checking either Request.env or ENV for the SSL environment
variables. This is necessary as Passenger 2.2.3 changed the location of
these vars, even though the Rack spec says nothing about ENV or these
variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search path</title>
<updated>2009-07-29T21:53:27+00:00</updated>
<author>
<name>Marc Fournier</name>
<email>marc.fournier@camptocamp.com</email>
</author>
<published>2009-07-29T21:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=08ff9e84de18e9b1db69c73ea3e49b90fe5fd7c0'/>
<id>08ff9e84de18e9b1db69c73ea3e49b90fe5fd7c0</id>
<content type='text'>
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 &lt;marc.fournier@camptocamp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;marc.fournier@camptocamp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #2430 - Stock apache2.conf for passenger incorrect</title>
<updated>2009-07-22T23:15:02+00:00</updated>
<author>
<name>James Turnbull</name>
<email>james@lovedthanlost.net</email>
</author>
<published>2009-07-22T23:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=0c18013cb6bf9faff21bd049410e2baf1ef8aa90'/>
<id>0c18013cb6bf9faff21bd049410e2baf1ef8aa90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed extra whitespace from end of lines</title>
<updated>2009-06-05T23:12:00+00:00</updated>
<author>
<name>Ian Taylor</name>
<email>ian@lorf.org</email>
</author>
<published>2009-06-05T16:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=4f2c066a97e59a89df64af4b25beac6f3f0553c2'/>
<id>4f2c066a97e59a89df64af4b25beac6f3f0553c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>puppetmasterd can now run as a standard Rack application (config.ru-style)</title>
<updated>2009-05-01T23:13:29+00:00</updated>
<author>
<name>Christian Hofstaedtler</name>
<email>hofstaedtler@inqnet.at</email>
</author>
<published>2009-04-28T13:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=d85d73c570a60891607d2ce5b42dba4617f4ca6c'/>
<id>d85d73c570a60891607d2ce5b42dba4617f4ca6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
