<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Merb tips I</title>
	<atom:link href="http://railsontherun.com/2008/04/05/merb-tips-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://railsontherun.com/2008/04/05/merb-tips-1/</link>
	<description>Rails experiments by Matt Aimonetti</description>
	<lastBuildDate>Tue, 23 Feb 2010 22:05:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dr Nic</title>
		<link>http://railsontherun.com/2008/04/05/merb-tips-1/comment-page-1/#comment-1640</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 05 Apr 2008 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2008/11/10/merb-tips-1#comment-1640</guid>
		<description>If you add MERB_ORM and MERB_TEST_SUITE to your environment (globably or when you run merb-gen) then you&#039;ll get the ORM + preferred test suite automatically enabled (either on edge merb or 0.9.2, not sure)

$ env &#124; grep MERB
MERB_TEST_SUITE=spec
MERB_ORM=datamapper</description>
		<content:encoded><![CDATA[<p>If you add MERB_ORM and MERB_TEST_SUITE to your environment (globably or when you run merb-gen) then you&#8217;ll get the ORM + preferred test suite automatically enabled (either on edge merb or 0.9.2, not sure)</p>
<p>$ env | grep MERB<br />
MERB_TEST_SUITE=spec<br />
MERB_ORM=datamapper</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://railsontherun.com/2008/04/05/merb-tips-1/comment-page-1/#comment-1641</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 05 Apr 2008 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2008/11/10/merb-tips-1#comment-1641</guid>
		<description>So do you have to set the log path?  If not, what is it set to?</description>
		<content:encoded><![CDATA[<p>So do you have to set the log path?  If not, what is it set to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Aimonetti</title>
		<link>http://railsontherun.com/2008/04/05/merb-tips-1/comment-page-1/#comment-1642</link>
		<dc:creator>Matt Aimonetti</dc:creator>
		<pubDate>Sat, 05 Apr 2008 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2008/11/10/merb-tips-1#comment-1642</guid>
		<description>@justin  if you don&#039;t set the path and don&#039;t create the log file the logs will just go to your terminal. if you set the log path but don&#039;t create the log file, nothing will happen.

-Matt</description>
		<content:encoded><![CDATA[<p>@justin  if you don&#8217;t set the path and don&#8217;t create the log file the logs will just go to your terminal. if you set the log path but don&#8217;t create the log file, nothing will happen.</p>
<p>-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Nicklas</title>
		<link>http://railsontherun.com/2008/04/05/merb-tips-1/comment-page-1/#comment-1643</link>
		<dc:creator>Jonas Nicklas</dc:creator>
		<pubDate>Sat, 05 Apr 2008 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2008/11/10/merb-tips-1#comment-1643</guid>
		<description>HTTP Basic Authentication is now avilable in merb-core, so there is no need for the plugin anymore.

/Jonas</description>
		<content:encoded><![CDATA[<p>HTTP Basic Authentication is now avilable in merb-core, so there is no need for the plugin anymore.</p>
<p>/Jonas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Maury</title>
		<link>http://railsontherun.com/2008/04/05/merb-tips-1/comment-page-1/#comment-1644</link>
		<dc:creator>Guillaume Maury</dc:creator>
		<pubDate>Sat, 05 Apr 2008 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2008/11/10/merb-tips-1#comment-1644</guid>
		<description>in merb 0,92, link_to is provided in merb-assets not merb_helpers</description>
		<content:encoded><![CDATA[<p>in merb 0,92, link_to is provided in merb-assets not merb_helpers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

