<?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: redirect not working for https</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/d0b5bd01e49216c4/f5fbfbd415ca181d?show_docid=f5fbfbd415ca181d</link>
  <description>
  It means: /^https?:\/\// &lt;br&gt; Which means a match for any string that starts with either: &lt;br&gt; &#39;https://&#39; or &#39;http://&#39;, the %r!! syntax is one of many ways to define &lt;br&gt; a regular expression. &lt;br&gt; This, however is only to make sure that URIs that start with one of &lt;br&gt; these are not modified but directly passed to raw_redirect.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/d0b5bd01e49216c4/f5fbfbd415ca181d?show_docid=f5fbfbd415ca181d</guid>
  <author>
  m.fellin...@gmail.com
  (Michael Fellinger)
  </author>
  <pubDate>Sun, 07 Sep 2008 09:28:01 UT
</pubDate>
  </item>
  <item>
  <title>redirect not working for https</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/d0b5bd01e49216c4/94b95113104ad23c?show_docid=94b95113104ad23c</link>
  <description>
  hi all, &lt;br&gt; &lt;p&gt;I am working on a secure site where I rewrite any http to https. I use &lt;br&gt; redirect and call extensively, and it is not working for SSL enabled &lt;br&gt; site. This is what happen: &lt;br&gt; &lt;p&gt;request /mycontroller/ &lt;br&gt; Redirect to &#39;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mydomain/mycontroller&#39;&quot;&gt;[link]&lt;/a&gt; #ramaze redirect to http:// &lt;br&gt; despite working in https://
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/d0b5bd01e49216c4/94b95113104ad23c?show_docid=94b95113104ad23c</guid>
  <author>
  sea...@gmail.com
  (360R8)
  </author>
  <pubDate>Sun, 07 Sep 2008 06:49:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Erubis not calling to_s</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/e737e8cbe47374d7/562a0cb0f7d45478?show_docid=562a0cb0f7d45478</link>
  <description>
  2008/9/5 Phrogz - phr...@mac.com: &lt;br&gt; Now and again, new users get bitten by this. Ramaze selects the &lt;br&gt; template engine to use based on template file extension. xhtml is for &lt;br&gt; Ezamar. Try using rthml. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/manveru/ramaze/tree/master/lib/ramaze/template/ezamar.rb#L14&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/manveru/ramaze/tree/master/lib/ramaze/template/erubis.rb#L14&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/e737e8cbe47374d7/562a0cb0f7d45478?show_docid=562a0cb0f7d45478</guid>
  <author>
  jesusisramazing.10.pis...@geoshell.com
  </author>
  <pubDate>Sat, 06 Sep 2008 13:19:53 UT
</pubDate>
  </item>
  <item>
  <title>Erubis not calling to_s</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/e737e8cbe47374d7/1c8b235fecb9689b?show_docid=1c8b235fecb9689b</link>
  <description>
  Hi there; I&#39;m new to Ramaze, but not Ruby or web development. Please &lt;br&gt; feel free to be harsh if this is a silly mistake. :) &lt;br&gt; &lt;p&gt;I have started with the standard site template created by Ramaze, and &lt;br&gt; changed controller/main.rb to have &amp;quot;engine :Erubis&amp;quot; in the &lt;br&gt; MainController. When I place &amp;quot;&amp;lt;%=66%&amp;gt;&amp;quot; into page.xhtml, I get an
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/e737e8cbe47374d7/1c8b235fecb9689b?show_docid=1c8b235fecb9689b</guid>
  <author>
  phr...@mac.com
  (Phrogz)
  </author>
  <pubDate>Fri, 05 Sep 2008 19:17:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Bug in Ramaze::Global.root</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/ad2de2cce0af32c5/2b2c70f538f03481?show_docid=2b2c70f538f03481</link>
  <description>
  It&#39;s probably for the same reason that you have to explicitly set $0 &lt;br&gt; to the correct value in order to get debugging of NetBeans apps to &lt;br&gt; work properly in NetBeans. It could be argued that Ramaze should try &lt;br&gt; harder to properly figure out its root, not relying on $0 in &lt;br&gt; particular, but I&#39;ll leave it to someone else to answer that.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/ad2de2cce0af32c5/2b2c70f538f03481?show_docid=2b2c70f538f03481</guid>
  <author>
  samc...@gmail.com
  (sam carr)
  </author>
  <pubDate>Fri, 05 Sep 2008 09:08:13 UT
</pubDate>
  </item>
  <item>
  <title>Bug in Ramaze::Global.root</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/ad2de2cce0af32c5/fe0cd5eeaa2ef403?show_docid=fe0cd5eeaa2ef403</link>
  <description>
  I&#39;m not sure if this is a bug, but Ramaze::Global.root does not report &lt;br&gt; the correct application directory. In lib/ramaze/option.rb, root is &lt;br&gt; set using the the following code: &lt;br&gt; &lt;p&gt;File.dirname(File.expand_path( $0)) &lt;br&gt; &lt;p&gt;However, I start my Ramaze app using `thin start` and $0 points to the &lt;br&gt; thin binary. Therefore, Ramaze::Global.root reports /usr/local/bin,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/ad2de2cce0af32c5/fe0cd5eeaa2ef403?show_docid=fe0cd5eeaa2ef403</guid>
  <author>
  clintpa...@gmail.com
  (pachl)
  </author>
  <pubDate>Fri, 05 Sep 2008 08:12:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: Deliberating. Please help</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/8d246cb4cf82789c/be6b00e849411cb5?show_docid=be6b00e849411cb5</link>
  <description>
  Very informative. Thank you.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/8d246cb4cf82789c/be6b00e849411cb5?show_docid=be6b00e849411cb5</guid>
  <author>
  yitzha...@gmail.com
  (yitzhakbg)
  </author>
  <pubDate>Sun, 31 Aug 2008 17:15:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Deliberating. Please help</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/8d246cb4cf82789c/bee8e19b0645bee2?show_docid=bee8e19b0645bee2</link>
  <description>
  There are two approaches, one is to use gettext, the other is simple yaml hash. &lt;br&gt; None of the rails plugins can be used in ramaze ( I think ), however &lt;br&gt; there are helpers in ramaze already. &lt;br&gt; gettext: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/manveru/ramaze/tree/master/lib/ramaze/contrib/gettext.rb&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; yaml: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/manveru/ramaze/tree/master/lib/ramaze/tool/localize.rb&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/8d246cb4cf82789c/bee8e19b0645bee2?show_docid=bee8e19b0645bee2</guid>
  <author>
  nfjinj...@gmail.com
  (jinjing)
  </author>
  <pubDate>Sun, 31 Aug 2008 07:37:33 UT
</pubDate>
  </item>
  <item>
  <title>Deliberating. Please help</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/8d246cb4cf82789c/b1b92529e735cc21?show_docid=b1b92529e735cc21</link>
  <description>
  (for some reason, this didn&#39;t appear when I posted directly on the Google &lt;br&gt; group page. Trying e-mail) &lt;br&gt; I&#39;d like very much to use Ramaze and would appreciate encouragement. &lt;br&gt; Our project site has to be in Hebrew. Rails now has globalization. How am I &lt;br&gt; to get by with Ramaze? Actually, it&#39;s an i18n ruby gem. I see that merb is
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/8d246cb4cf82789c/b1b92529e735cc21?show_docid=b1b92529e735cc21</guid>
  <author>
  yitzha...@gmail.com
  (Yitzhak Bar Geva)
  </author>
  <pubDate>Tue, 26 Aug 2008 16:33:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: Log warning with Passenger</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/6c964648fcc7c9d9/93ffe4b3d886e79e?show_docid=93ffe4b3d886e79e</link>
  <description>
  First of all, thanks for trying Ramaze, and especially the latest version :) &lt;br&gt; It&#39;s nothing to be concerned about, the message is from &lt;br&gt; Ramaze::Reloader and indicates that it cannot reload this file because &lt;br&gt; it&#39;s no file but a directory. &lt;br&gt; It would be helpful if you could send me the output of: &lt;br&gt; def rotation
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/6c964648fcc7c9d9/93ffe4b3d886e79e?show_docid=93ffe4b3d886e79e</guid>
  <author>
  m.fellin...@gmail.com
  (Michael Fellinger)
  </author>
  <pubDate>Thu, 21 Aug 2008 01:59:36 UT
</pubDate>
  </item>
  <item>
  <title>Log warning with Passenger</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/6c964648fcc7c9d9/e83f229415319527?show_docid=e83f229415319527</link>
  <description>
  I&#39;m playing around with a Ramaze app on Slicehost using Phusion &lt;br&gt; Passenger. &lt;br&gt; &lt;p&gt;My app seems to be working fine, but I&#39;m getting warn messages in my &lt;br&gt; log like this: &lt;br&gt; &lt;p&gt;[2008-08-20 17:57:13] WARN Couldn&#39;t figure path for Rack: /home/ &lt;br&gt; shaitan/career &lt;br&gt; &lt;p&gt;/home/shaitan/career being the folder where my application&#39;s source
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/6c964648fcc7c9d9/e83f229415319527?show_docid=e83f229415319527</guid>
  <author>
  adam.kittel...@apathydrive.com
  (Shaitan)
  </author>
  <pubDate>Wed, 20 Aug 2008 18:16:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: extjs plus ramaze</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/888e824302f86387/05251d7de9c40d08?show_docid=05251d7de9c40d08</link>
  <description>
  thanks Michael and Aman !!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/888e824302f86387/05251d7de9c40d08?show_docid=05251d7de9c40d08</guid>
  <author>
  gurpal2...@hotmail.com
  (theG)
  </author>
  <pubDate>Mon, 18 Aug 2008 22:44:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: extjs plus ramaze</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/888e824302f86387/3a7b350d95c9b6f4?show_docid=3a7b350d95c9b6f4</link>
  <description>
  thanks Michael and Aman !!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/888e824302f86387/3a7b350d95c9b6f4?show_docid=3a7b350d95c9b6f4</guid>
  <author>
  gurpal2...@hotmail.com
  (theG)
  </author>
  <pubDate>Mon, 18 Aug 2008 22:27:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: extjs plus ramaze</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/888e824302f86387/6813cc1822032d06?show_docid=6813cc1822032d06</link>
  <description>
  On Mon, Aug 18, 2008 at 11:51 AM, Michael Fellinger &lt;br&gt; If you have a file ./public/file.js, it will be available to the web browser &lt;br&gt; via the url /file.js &lt;br&gt; Aman
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/888e824302f86387/6813cc1822032d06?show_docid=6813cc1822032d06</guid>
  <author>
  themastermi...@gmail.com
  (Aman Gupta)
  </author>
  <pubDate>Mon, 18 Aug 2008 19:40:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: extjs plus ramaze</title>
  <link>http://groups.google.com/group/ramaze/browse_thread/thread/888e824302f86387/447f14d374c340e9?show_docid=447f14d374c340e9</link>
  <description>
  Put them in your /public directory. &lt;br&gt; Only few need n-tiers, hopefully you will be lucky enough :) &lt;br&gt; Haven&#39;t used it, but i guess just like any other javascript
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ramaze/browse_thread/thread/888e824302f86387/447f14d374c340e9?show_docid=447f14d374c340e9</guid>
  <author>
  m.fellin...@gmail.com
  (Michael Fellinger)
  </author>
  <pubDate>Mon, 18 Aug 2008 18:51:40 UT
</pubDate>
  </item>
  </channel>
</rss>
