<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Rack Development Google Group</title>
  <link>http://groups.google.com/group/rack-devel</link>
  <description>Discussion about Rack development.</description>
  <language>en</language>
  <item>
  <title>Rack with SOAP integration</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/035213918f521a7c/cd332e8cd9b2e8bd?show_docid=cd332e8cd9b2e8bd</link>
  <description>
  Hi All, &lt;br&gt; I am new to Rack. I am ROR developer. I have to work SOAP webservice &lt;br&gt; integration between a Rack and a Rails application. Rack app should be &lt;br&gt; a soap server and Rails app should be a soap client. How to work on &lt;br&gt; it? Anybody here, please help me. Give some simple sample code to &lt;br&gt; handle soap application between this.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/035213918f521a7c/cd332e8cd9b2e8bd?show_docid=cd332e8cd9b2e8bd</guid>
  <author>
  k.arunmo...@gmail.com
  (Arunmohan)
  </author>
  <pubDate>Tue, 05 Jan 2010 07:17:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Why env.object_id is different in each middleware?</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5d93266373a372ea/2d5b990b580863fe?show_docid=2d5b990b580863fe</link>
  <description>
  A workaround is creating an initial middleware (like rack-config), adding some &lt;br&gt; empty entries to env hash and latter, in other middlewares or final &lt;br&gt; application, using env[&amp;quot;NEW_ENTRY&amp;quot;].replace. &lt;br&gt; Of course this is a hack as it&#39;s only valid if the new entry is a String or an &lt;br&gt; object supporting &amp;quot;replace&amp;quot;.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5d93266373a372ea/2d5b990b580863fe?show_docid=2d5b990b580863fe</guid>
  <author>
  i...@aliax.net
  (Iñaki Baz Castillo)
  </author>
  <pubDate>Mon, 04 Jan 2010 19:44:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Why env.object_id is different in each middleware?</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5d93266373a372ea/4d68e270e43832ea?show_docid=4d68e270e43832ea</link>
  <description>
  Yes it does :) &lt;br&gt; Thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5d93266373a372ea/4d68e270e43832ea?show_docid=4d68e270e43832ea</guid>
  <author>
  i...@aliax.net
  (Iñaki Baz Castillo)
  </author>
  <pubDate>Mon, 04 Jan 2010 00:58:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: Why env.object_id is different in each middleware?</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5d93266373a372ea/2a85194558fab674?show_docid=2a85194558fab674</link>
  <description>
  Hi there, &lt;br&gt; I&#39;ve hit this before. This is because you are using Rack::URLMap (via &lt;br&gt; Builder#map). &lt;br&gt; The inner app is called with a new env hash. &lt;br&gt; Is this patch useful? &lt;br&gt; Is it useful to assume that a request will only have a single env hash? &lt;br&gt; Will it make Rack::Cascade and friends behave incorrectly? &lt;br&gt; Should URLMap revert the change in an ensure to allow subsequent
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5d93266373a372ea/2a85194558fab674?show_docid=2a85194558fab674</guid>
  <author>
  g...@spork.in
  (Tim Carey-Smith)
  </author>
  <pubDate>Mon, 04 Jan 2010 00:50:22 UT
</pubDate>
  </item>
  <item>
  <title>[PATCH] make Rack::Session::Cookie spec immune to Marshal changes</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5878afc271108fc7/257848fac07168f1?show_docid=257848fac07168f1</link>
  <description>
  Various versions/implementations of Ruby may Marshal data &lt;br&gt; differently. Instead of relying on a fragile test that &lt;br&gt; relies on exact byte sequence matches, just rely on existing &lt;br&gt; round-trip tests for the cookies. &lt;br&gt; --- &lt;br&gt; &amp;gt; &amp;gt; �Otoh, I feel this test is so fragile that it&#39;s probably best to &lt;br&gt; &amp;gt; &amp;gt; �scrap it and rely on the round-trip tests...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5878afc271108fc7/257848fac07168f1?show_docid=257848fac07168f1</guid>
  <author>
  normalper...@yhbt.net
  (Eric Wong)
  </author>
  <pubDate>Thu, 31 Dec 2009 20:19:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: [PATCH] make Rack::Session::Cookie spec pass under 1.9.2dev</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5878afc271108fc7/28711c93b24269a9?show_docid=28711c93b24269a9</link>
  <description>
  +1
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5878afc271108fc7/28711c93b24269a9?show_docid=28711c93b24269a9</guid>
  <author>
  chneukirc...@gmail.com
  (Christian Neukirchen)
  </author>
  <pubDate>Thu, 31 Dec 2009 10:15:15 UT
</pubDate>
  </item>
  <item>
  <title>[PATCH] make Rack::Session::Cookie spec pass under 1.9.2dev</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5878afc271108fc7/0a0339f373050780?show_docid=0a0339f373050780</link>
  <description>
  There appears to be a small change to the Marshal output &lt;br&gt; under 1.9.2dev that makes it output differently than &lt;br&gt; under 1.9.1. Tested with Ruby trunk r26127. &lt;br&gt; --- &lt;br&gt; Otoh, I feel this test is so fragile that it&#39;s probably best to &lt;br&gt; scrap it and rely on the round-trip tests... &lt;br&gt; Pushed out to the &amp;quot;mri-1.9.2dev&amp;quot; branch of git://git.bogomips.org/rack
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5878afc271108fc7/0a0339f373050780?show_docid=0a0339f373050780</guid>
  <author>
  normalper...@yhbt.net
  (Eric Wong)
  </author>
  <pubDate>Thu, 31 Dec 2009 01:37:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Call for 1.1.0 release</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/d94c4d3c0e144701?show_docid=d94c4d3c0e144701</link>
  <description>
  I sent the patches ad the end of this message to Christian which should &lt;br&gt; get test-spec mostly working under 1.9 (though I can&#39;t get test-spec to &lt;br&gt; pass its own tests). &lt;br&gt; Under all versions of Ruby I tested, the basic test suite fails &lt;br&gt; spec_rack_logger.rb: &lt;br&gt; &amp;lt;&amp;quot;Program started\nNothing to do!\n&amp;quot;&amp;gt; expected to be =~
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/d94c4d3c0e144701?show_docid=d94c4d3c0e144701</guid>
  <author>
  normalper...@yhbt.net
  (Eric Wong)
  </author>
  <pubDate>Thu, 31 Dec 2009 01:22:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: deferrable bodies in Rainbows!</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/9811f400ddb6d5d9?show_docid=9811f400ddb6d5d9</link>
  <description>
  Rainbows! 0.90.1 should support deferrable bodies needed for async apps &lt;br&gt; on EM. &lt;br&gt; I stole the async_app.ru and async_tailer.ru examples from Thin and made &lt;br&gt; them a part of the integration tests (in t/t04??-*.sh). &lt;br&gt; The app.deferred?(env) isn&#39;t supported, yet. It&#39;s in the TODO and I &lt;br&gt; don&#39;t think many people use it... (correct me if I&#39;m wrong).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/9811f400ddb6d5d9?show_docid=9811f400ddb6d5d9</guid>
  <author>
  normalper...@yhbt.net
  (Eric Wong)
  </author>
  <pubDate>Wed, 30 Dec 2009 10:47:29 UT
</pubDate>
  </item>
  <item>
  <title>deferrable bodies in Rainbows!</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/0fd5b307a911918b?show_docid=0fd5b307a911918b</link>
  <description>
  Moving to rainbows list &lt;br&gt; Hi James, thhanks for the heads up. &lt;br&gt; Rainbows! doesn&#39;t handle deferrable bodies yet (I didn&#39;t look closely enough &lt;br&gt; the first time around), so it can&#39;t do everything Thin does with EM, yet. &lt;br&gt; It&#39;s already in the TODO, I&#39;ll make a mental note to work on it sooner.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/0fd5b307a911918b?show_docid=0fd5b307a911918b</guid>
  <author>
  normalper...@yhbt.net
  (Eric Wong)
  </author>
  <pubDate>Sat, 26 Dec 2009 23:27:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Call for 1.1.0 release</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/234c80e2fa0ae847?show_docid=234c80e2fa0ae847</link>
  <description>
  Eric - I had a report from one of the async_sinatra users who tried out rainbows with EM, and found that the API didn&#39;t actually line up with what Thin was doing. I really want to devote some more time with this but I&#39;ve been very busy. Sadly due to this I don&#39;t want to say stop, but, well, I want to say please check existing apps against it. I guess could you check async_*.ru from github.com/macournoyer/thin/ma ster/tree/examples/async_*.ru, as from what was reported, they&#39;re not working with the rainbows implementation of the deferrablebody hacks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/234c80e2fa0ae847?show_docid=234c80e2fa0ae847</guid>
  <author>
  jftuc...@gmail.com
  (James Tucker)
  </author>
  <pubDate>Sat, 26 Dec 2009 14:41:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Call for 1.1.0 release</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/21404cbdef9e4ad4?show_docid=21404cbdef9e4ad4</link>
  <description>
  +1 we need to hold off, there&#39;s more to discuss in this area.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/d1b335121da4dc68/21404cbdef9e4ad4?show_docid=21404cbdef9e4ad4</guid>
  <author>
  jftuc...@gmail.com
  (James Tucker)
  </author>
  <pubDate>Sat, 26 Dec 2009 14:38:38 UT
</pubDate>
  </item>
  <item>
  <title>[PATCH] update README, Sunshowers is not a web server</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5303a552888f3466/fdb90f3facc3c190?show_docid=fdb90f3facc3c190</link>
  <description>
  Sunshowers is a library that can enhance Rack::Request when &lt;br&gt; used with Rainbows! but is not a server itself. Additionally, &lt;br&gt; the official name for Rainbows! is &amp;quot;Rainbows!&amp;quot; with a bang. &lt;br&gt; --- &lt;br&gt; I&#39;ve also pushed this out to the &amp;quot;rack-1.1-doc&amp;quot; branch of &lt;br&gt; git://git.bogomips.org/rack &lt;br&gt; I&#39;m fairly certain I won&#39;t release another new Rack server
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5303a552888f3466/fdb90f3facc3c190?show_docid=fdb90f3facc3c190</guid>
  <author>
  normalper...@yhbt.net
  (Eric Wong)
  </author>
  <pubDate>Sat, 26 Dec 2009 06:25:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Upcoming 1.1 release</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5303a552888f3466/5c33b344f63ab32e?show_docid=5c33b344f63ab32e</link>
  <description>
  Agreement on the version bump. There&#39;s been quite a few changes since &lt;br&gt; 1.0 that I&#39;m fairly sure are not backwards compatible. &lt;br&gt; Completed the migration of Auth::OpenID to rack-contrib. Had the &lt;br&gt; change pending a push. :P &lt;br&gt; After the next release I&#39;m going to update all the references to me. I &lt;br&gt; had waaay to many pen names.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5303a552888f3466/5c33b344f63ab32e?show_docid=5c33b344f63ab32e</guid>
  <author>
  scyt...@gmail.com
  (Scytrin dai Kinthra)
  </author>
  <pubDate>Sat, 26 Dec 2009 03:40:48 UT
</pubDate>
  </item>
  <item>
  <title>Upcoming 1.1 release</title>
  <link>http://groups.google.com/group/rack-devel/browse_frm/thread/5303a552888f3466/3f761baf54940e69?show_docid=3f761baf54940e69</link>
  <description>
  Some things left to do: &lt;br&gt; I think we should update Rack::VERSION and Rack.release to 1.1. &lt;br&gt; We shouldn&#39;t remove Auth::OpenID without putting it to rack-contrib. &lt;br&gt; Also I updated the README, I hope I forgot nobody in the THANKS.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/rack-devel/browse_frm/thread/5303a552888f3466/3f761baf54940e69?show_docid=3f761baf54940e69</guid>
  <author>
  chneukirc...@gmail.com
  (Christian Neukirchen)
  </author>
  <pubDate>Fri, 25 Dec 2009 12:31:00 UT
</pubDate>
  </item>
  </channel>
</rss>
