<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Merbist &#187; config</title>
	<atom:link href="http://merbist.com/tag/config/feed/" rel="self" type="application/rss+xml" />
	<link>http://merbist.com</link>
	<description>Random thoughts of a software developer</description>
	<lastBuildDate>Tue, 03 Jan 2012 02:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Few changes in Merb Edge</title>
		<link>http://merbist.com/2008/10/05/few-changes-in-merb-edge/</link>
		<comments>http://merbist.com/2008/10/05/few-changes-in-merb-edge/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:48:24 +0000</pubDate>
		<dc:creator>Matt Aimonetti</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://merbist.com/?p=124</guid>
		<description><![CDATA[I thought I should share few changes that my affect your apps if you want to upgrade to Edge. merb_helpers which was previously in merb-plugins now moved to merb-more and got renamed merb-helpers.Â  What that means for you is that you probably want to install merb-helpers and change the reference in your init.rb from dependencies [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I should share few changes that my affect your apps if you want to upgrade to Edge.</p>
<ul>
<li>merb_helpers which was previously in <a title="merb-plugins" href="http://github.com/wycats/merb-plugins/tree/master" target="_blank">merb-plugins</a> now moved to <a title="merb-more" href="http://github.com/wycats/merb-more/" target="_blank">merb-more</a> and got renamed <a title="merb-helpers" href="http://github.com/wycats/merb-more/tree/master/merb-helpers" target="_blank">merb-helpers</a>.Â  What that means for you is that you probably want to install merb-helpers and change the reference in your init.rb from dependencies &#8220;merb_helpers&#8221; to dependencies &#8220;merb-helpers&#8221;</li>
<li>People started reporting problems with templates not being reloaded in dev mode etc.. The reason is that we made some changes to the config/environments/development.rb file few weeks ago and people did not notice. <a title="development.rb" href="http://github.com/wycats/merb-more/tree/master/merb-gen/lib/generators/templates/application/merb/config/environments/development.rb" target="_blank">Here is</a> the new generated <a title="development.rb" href="http://github.com/wycats/merb-more/tree/master/merb-gen/lib/generators/templates/application/merb/config/environments/development.rb" target="_blank">development.rb</a> file. Note the following interesting change:

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">c<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#ff3333; font-weight:bold;">:reload_templates</span><span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#0000FF; font-weight:bold;">true</span></pre></div></div>

<p>You will need to update this setting if you want Merb to auto reload your templates.</li>
</ul>
<p>Also, if you didn&#8217;t read it yet, go check on Yehuda&#8217;s explanation of <a title="Yehuda Katz new blog post" href="http://yehudakatz.com/2008/10/03/merb-master-process/" target="_blank">Merb new master process</a>.</p>
<p>Finally, I have a bit of a bad news. We were hoping to release Merb 1.0 final during <a title="MerbCamp" href="http://merbcamp.com" target="_blank">MerbCamp</a> next week end. Unfortunately it looks like we will only release 1.0RC.</p>
<p>The reason behind this choice is simple, we have been adding a lot of features, fixed a lot of bugs and stabilized the API. However we need more feedback from users to be confident enough to release a final 1.0 release.</p>
]]></content:encoded>
			<wfw:commentRss>http://merbist.com/2008/10/05/few-changes-in-merb-edge/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

