<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Ramaze Google Group</title>
  <link>http://groups.google.com/group/ramaze</link>
  <description>Ramaze, the simple, light, modular ruby web framework</description>
  <language>en</language>
  <item>
  <title>Re: REST resource routes</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/d2c9d048ce2c06b1?show_docid=d2c9d048ce2c06b1</link>
  <description>
  Hmmm, hmmm, hmmm... &lt;br&gt; How much would everyone here like to be able to use the Merb (RESTful) &lt;br&gt; router in Ramaze? If there&#39;s any demand, I might make a serious stab &lt;br&gt; at it. When it&#39;s not Friday night... &lt;br&gt; I&#39;m still happy with Merb, but I&#39;m a bit concerned with the lack of &lt;br&gt; progress due to &amp;quot;Rails 3&amp;quot;. I like a lot of things in Ramaze, just not
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/d2c9d048ce2c06b1?show_docid=d2c9d048ce2c06b1</guid>
  <author>
  ashley.mo...@patchspace.co.uk
  (Ashley Moran)
  </author>
  <pubDate>Fri, 06 Nov 2009 22:27:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: REST resource routes</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/06087df7c3fd09a1?show_docid=06087df7c3fd09a1</link>
  <description>
  I agree as well. For our company&#39;s RESTful API I have a 90 line &lt;br&gt; Ramaze::Rewrite dispatcher which I need to modify each time I add a &lt;br&gt; new resource. &lt;br&gt; This was the only way to shoehorn REST into Ramaze :( &lt;br&gt; Clive
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/06087df7c3fd09a1?show_docid=06087df7c3fd09a1</guid>
  <author>
  clive.cr...@gmail.com
  (Clive Crous)
  </author>
  <pubDate>Fri, 06 Nov 2009 21:21:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: REST resource routes</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/d96136ceb0d53682?show_docid=d96136ceb0d53682</link>
  <description>
  I fully agree. I&#39;m not personally too keen on Controller.map &lt;br&gt; (presumably actually included in either Innate::Node or some other &lt;br&gt; module - I&#39;m not yet familiar with any of the internals...), although &lt;br&gt; it&#39;s an easy way to get things going. &lt;br&gt; Thanks for the link. I&#39;ve never written Rack middleware, so it&#39;s
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/d96136ceb0d53682?show_docid=d96136ceb0d53682</guid>
  <author>
  ashley.mo...@patchspace.co.uk
  (Ashley Moran)
  </author>
  <pubDate>Fri, 06 Nov 2009 20:34:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: REST resource routes</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/b7e5bb2f18f26cfa?show_docid=b7e5bb2f18f26cfa</link>
  <description>
  I had frustration with the REST code in Ramaze, and decided that the &lt;br&gt; application should not be concerned with how things get to it. &lt;br&gt; So I wrote some Rack middleware to handle that. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/Neurogami/restafarian&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It may offer some useful stuff. &lt;br&gt; Good question.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/b7e5bb2f18f26cfa?show_docid=b7e5bb2f18f26cfa</guid>
  <author>
  james.br...@gmail.com
  (James Britt)
  </author>
  <pubDate>Fri, 06 Nov 2009 19:13:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Implementing long-running jobs in Ramaze</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/af19d1656bb5ae12/df0aab8f29190c3e?show_docid=df0aab8f29190c3e</link>
  <description>
  Really nice write up. I wish more people would do this sort of thing. It&#39;s &lt;br&gt; great to see (mostly) full applications written up and explained. I love the &lt;br&gt; code snippets, but seeing how people put things together, really helps. &lt;br&gt; &lt;p&gt;Scott &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Scott &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://steamcode.blogspot.com/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/af19d1656bb5ae12/df0aab8f29190c3e?show_docid=df0aab8f29190c3e</guid>
  <author>
  slabou...@gmail.com
  (Scott LaBounty)
  </author>
  <pubDate>Fri, 06 Nov 2009 14:59:17 UT
</pubDate>
  </item>
  <item>
  <title>REST resource routes</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/95089114edf5ea71?show_docid=95089114edf5ea71</link>
  <description>
  Hi &lt;br&gt; I tried to write a simple single-resource app the other day to help &lt;br&gt; with some debugging. I noticed the old REST helper has gone, to be &lt;br&gt; replaced with contrib/rest &lt;br&gt; But the new contrib/rest is incomplete. It routes all GET requests to &lt;br&gt; show, where it needs to route &amp;quot;/resource&amp;quot; and &amp;quot;/resource/1&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/a59328fd70b8e01b/95089114edf5ea71?show_docid=95089114edf5ea71</guid>
  <author>
  ashley.mo...@patchspace.co.uk
  (Ashley Moran)
  </author>
  <pubDate>Fri, 06 Nov 2009 12:04:05 UT
</pubDate>
  </item>
  <item>
  <title>Implementing long-running jobs in Ramaze</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/af19d1656bb5ae12/48ef0acc27caa669?show_docid=48ef0acc27caa669</link>
  <description>
  For those of you that are looking for an elegant way to reliably &lt;br&gt; offload long-running jobs to the background and also report near- &lt;br&gt; constant feedback back to the user, you may enjoy my most recent blog &lt;br&gt; on the subject: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://ramblings.gibberishcode.net/archives/implementing-ruby-jobs-in-the-background/38&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/af19d1656bb5ae12/48ef0acc27caa669?show_docid=48ef0acc27caa669</guid>
  <author>
  mwl...@cybrains.net
  (mwlang)
  </author>
  <pubDate>Fri, 06 Nov 2009 04:50:35 UT
</pubDate>
  </item>
  <item>
  <title>Handling 404s like all other errors...</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/c928ecb78fd8539d/3cc075adbfe4e53d?show_docid=3cc075adbfe4e53d</link>
  <description>
  I&#39;ve been playing with error handling most of the morning and I think &lt;br&gt; I have a decent idea of how to catch errors via something like this: &lt;br&gt; &lt;p&gt;Rack::RouteExceptions.route(Ex ception, MainController.r(:error)) &lt;br&gt; &lt;p&gt;Also, in the event someone finds this on a search, the action can &lt;br&gt; access the exception that&#39;s been raised here by &amp;quot;request.env
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/c928ecb78fd8539d/3cc075adbfe4e53d?show_docid=3cc075adbfe4e53d</guid>
  <author>
  binarypala...@gmail.com
  (cult hero)
  </author>
  <pubDate>Thu, 05 Nov 2009 20:04:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Live mode doesn&#39;t seem to work for me... (but I can&#39;t tell!)</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/361a1122f2a339e2/cdfb9d5995da1e80?show_docid=cdfb9d5995da1e80</link>
  <description>
  Well, I figured this out. Don&#39;t use &amp;quot;ramaze start&amp;quot; to start an app. &lt;br&gt; Use start.rb to start it for testing purposes.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/361a1122f2a339e2/cdfb9d5995da1e80?show_docid=cdfb9d5995da1e80</guid>
  <author>
  binarypala...@gmail.com
  (cult hero)
  </author>
  <pubDate>Thu, 05 Nov 2009 18:06:43 UT
</pubDate>
  </item>
  <item>
  <title>Live mode doesn&#39;t seem to work for me... (but I can&#39;t tell!)</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/361a1122f2a339e2/302c0af6f040fb6a?show_docid=302c0af6f040fb6a</link>
  <description>
  I added this &amp;quot;Ramaze.options.mode = :live&amp;quot; to my app.rb file and &lt;br&gt; restarted my ramaze app via &amp;quot;ramaze start -s thin&amp;quot; and while it seems &lt;br&gt; to be working exceptions still give me a full trace which leads me to &lt;br&gt; believe the mode hasn&#39;t changed. &lt;br&gt; &lt;p&gt;What&#39;s up?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/361a1122f2a339e2/302c0af6f040fb6a?show_docid=302c0af6f040fb6a</guid>
  <author>
  binarypala...@gmail.com
  (cult hero)
  </author>
  <pubDate>Wed, 04 Nov 2009 21:10:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Deploying Ramaze Controller/Action behind SSL</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/1bcd0ddbbc9cdeb6/fa9f5b76ca0403d3?show_docid=fa9f5b76ca0403d3</link>
  <description>
  2009/11/3 Clive Crous &amp;lt;clive.cr...@gmail.com&amp;gt;: &lt;br&gt; For what it&#39;s worth: &lt;br&gt; I configured my apache (running mod_rails) to listen for https &lt;br&gt; connections today, it worked without having to make any changes to my &lt;br&gt; ramaze (2009.10) app which uses #redirect. It automatically redirects &lt;br&gt; to the login page if you aren&#39;t already and the connection stayed
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/1bcd0ddbbc9cdeb6/fa9f5b76ca0403d3?show_docid=fa9f5b76ca0403d3</guid>
  <author>
  n...@robinson-wall.com
  (Nick Robinson-Wall)
  </author>
  <pubDate>Tue, 03 Nov 2009 20:23:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: Deploying Ramaze Controller/Action behind SSL</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/1bcd0ddbbc9cdeb6/4cf67a9e7aaf69a0?show_docid=4cf67a9e7aaf69a0</link>
  <description>
  2009/11/3 hrnt &amp;lt;aotu...@gmail.com&amp;gt;: &lt;br&gt; if the incoming connection from Apache/nginx/lighttpd/whatever is SSL &lt;br&gt; then ramaze works fine. &lt;br&gt; The problem is that most setups do this: &lt;br&gt; browser &amp;lt;--SSL--&amp;gt; proxy &amp;lt;--NONSSL--&amp;gt; ramaze &lt;br&gt; so as far as ramaze is concerned it&#39;s &amp;quot;not SSL&amp;quot;. &lt;br&gt; Just be aware of your environment. &lt;br&gt; Also you don&#39;t need to specify &amp;quot;http://..&amp;quot; or &amp;quot;https://&amp;quot; within raw_redirect
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/1bcd0ddbbc9cdeb6/4cf67a9e7aaf69a0?show_docid=4cf67a9e7aaf69a0</guid>
  <author>
  clive.cr...@gmail.com
  (Clive Crous)
  </author>
  <pubDate>Tue, 03 Nov 2009 10:16:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Multiple before_all blocks</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/0452864ae90e40d7/0eea4fc469b1a665?show_docid=0eea4fc469b1a665</link>
  <description>
  Thanks hrnt &lt;br&gt; Is this documented? If not, I&#39;ll find a space to put it on the wiki &lt;br&gt; when Michael has signed me up. &lt;br&gt; I think it&#39;s less than ideal though. Two possible improvements spring &lt;br&gt; to mind: &lt;br&gt; * allow building up a list of blocks (like RSpec) &lt;br&gt; * warn when a block is being overridden from a parent class
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/0452864ae90e40d7/0eea4fc469b1a665?show_docid=0eea4fc469b1a665</guid>
  <author>
  ashley.mo...@patchspace.co.uk
  (Ashley Moran)
  </author>
  <pubDate>Tue, 03 Nov 2009 09:37:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: SitesPoweredByRamaze wiki page</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/3ad3accc581ba408/d1023460465624bf?show_docid=d1023460465624bf</link>
  <description>
  That will certainly stop them ;) &lt;br&gt; Cool thanks, I&#39;ll drop it in a private email &lt;br&gt; Cheers &lt;br&gt; Ashley
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/3ad3accc581ba408/d1023460465624bf?show_docid=d1023460465624bf</guid>
  <author>
  ashley.mo...@patchspace.co.uk
  (Ashley Moran)
  </author>
  <pubDate>Tue, 03 Nov 2009 09:33:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Deploying Ramaze Controller/Action behind SSL</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/1bcd0ddbbc9cdeb6/d7d406594fa6ae0d?show_docid=d7d406594fa6ae0d</link>
  <description>
  Ramaze knows about SSL connections if it is running under Passenger &lt;br&gt; and redirects will work properly. If the incoming connection is with &lt;br&gt; SSL, &amp;quot;redirect&amp;quot; will redirect to https:// &lt;br&gt; &lt;p&gt;In that case, if you have actions that should only work with SSL, you &lt;br&gt; should use redirect_raw to force the redirect to use https:// to those
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/1bcd0ddbbc9cdeb6/d7d406594fa6ae0d?show_docid=d7d406594fa6ae0d</guid>
  <author>
  aotu...@gmail.com
  (hrnt)
  </author>
  <pubDate>Tue, 03 Nov 2009 09:31:11 UT
</pubDate>
  </item>
  </channel>
</rss>
