<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Brainspl.at: Merb 0.4.2 released.</title>
    <link>http://brainspl.at/articles/2007/12/14/merb-0-4-2-released</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Brainspl.at</description>
    <item>
      <title>"Merb 0.4.2 released." by Garth</title>
      <description>How ready is merb for production?  I have a Rails app which involves a fair amount of uploading to the server and I'm 
considering porting to merb - I'm not keen the rails bloat, plus the threading issue of uploads etc.

Is there a proposed naming convention for merb plugins?  For instance, acts_as_taggable for activerecord/rails.  What would you suggest for the merb equivalent?</description>
      <pubDate>Fri, 21 Dec 2007 16:35:37 +0000</pubDate>
      <guid>urn:uuid:3c343749-861a-4cf5-8287-b7450a0e2433</guid>
      <link>http://brainspl.at/articles/2007/12/14/merb-0-4-2-released#comment-4602</link>
    </item>
    <item>
      <title>"Merb 0.4.2 released." by Matthijs Langenberg</title>
      <description>Brian, the time it will take to port a plugin totally depends on the type of plugin, I don't think you can put a number on it. Since the internals of merb quite differ with Rails (except for ActiveRecord) you will need to re-implement the plugin's functionality again instead of simply adapting the code for a new API. 
But since the specifications are already there, and the merb code is a beauty, porting some rails plugin should be a walk in the park.</description>
      <pubDate>Sun, 16 Dec 2007 12:54:35 +0000</pubDate>
      <guid>urn:uuid:056b7eec-230c-4ae1-8f32-6db6660eef8a</guid>
      <link>http://brainspl.at/articles/2007/12/14/merb-0-4-2-released#comment-4601</link>
    </item>
    <item>
      <title>"Merb 0.4.2 released." by Brian</title>
      <description>I keep meaning to check out merb.  The one question I have is how hard would it be to port plugins from rails to merb? Granted it really depends on the plugin and whether you still use active record, but as a general rule, how hard is it? Also could you still use activesupport in merb or would it not mess with the implementation of merb?</description>
      <pubDate>Fri, 14 Dec 2007 13:54:28 +0000</pubDate>
      <guid>urn:uuid:13520c87-f721-479b-8e4c-7b5502fda714</guid>
      <link>http://brainspl.at/articles/2007/12/14/merb-0-4-2-released#comment-4599</link>
    </item>
    <item>
      <title>Merb 0.4.2 released.</title>
      <description>&lt;p&gt;Merb 0.4.2 is released as a gem. This release polishes up a number of rough spots and vastly improves performance in some areas. Should be a simple upgrade for anyone on 0.4.0 or later.&lt;/p&gt;


	&lt;p&gt;Here is the changelog:&lt;/p&gt;


== 0.4.2 &amp;#8220;Surf&amp;#8217;s up.&amp;#8221; 2007-12-14
	&lt;ul&gt;
	&lt;li&gt;Super-huge speed boost for rendering Erubis templates with partials&lt;/li&gt;
		&lt;li&gt;Windows-specific fixes to Merb&amp;#8217;s Rakefile&lt;/li&gt;
		&lt;li&gt;Blocking write is called when in development, test, Windows and jRuby environments and platforms.&lt;/li&gt;
		&lt;li&gt;merb_helpers: form field labels are now explicit, huge documentation update, added select, fieldset, more helpers&lt;/li&gt;
		&lt;li&gt;Fixed merb.show_routes within merb -i&lt;/li&gt;
		&lt;li&gt;Fixed image_tag, css_include_tag, and js_include_tag to work with path_prefix&lt;/li&gt;
		&lt;li&gt;Adds spec helper methods with_route and dispatch_to&lt;/li&gt;
		&lt;li&gt;fix rakefile cfor cygwin&lt;/li&gt;
		&lt;li&gt;add count with collection to partial()&lt;/li&gt;
		&lt;li&gt;Form control mixin is deprecated Use merb_helpers plugin.&lt;/li&gt;
		&lt;li&gt;add redirect matcher to rspec test helpers&lt;/li&gt;
		&lt;li&gt;allow r.resource(:foo, :myparam =&gt; 42) resource routes pass on params to underlying match() call&lt;/li&gt;
		&lt;li&gt;spit out error and help message if you call merb with no args&lt;/li&gt;
		&lt;li&gt;get rid of dependency on mongrel for escape and unescape&lt;/li&gt;
		&lt;li&gt;make sure not to use write_nonblock when logging to &lt;span class="caps"&gt;STDOUT&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;Fixed image_tag, css_include_tag, and js_include_tag to work with path_prefix&lt;/li&gt;
		&lt;li&gt;fix set_status to actually work, add docs,&lt;/li&gt;
		&lt;li&gt;config/merb.yml is now correctly loaded from Rake and test environment &amp;#8211; using Merb::Server.load_config&lt;/li&gt;
		&lt;li&gt;added config option to disable loading of the &lt;span class="caps"&gt;JSON&lt;/span&gt; gem &amp;#8211; still enabled by default &lt;/li&gt;
		&lt;li&gt;don&amp;#8217;t raise if names local on a partial is nil&lt;/li&gt;
		&lt;li&gt;Use svn export instead of checkout upon merb:freeze_from_svn&lt;/li&gt;
		&lt;li&gt;Extracted url and other general methods out of ControllerMixin into GeneralControllerMixin&lt;/li&gt;
		&lt;li&gt;fix caching of @_buffer in render, form_for&lt;/li&gt;
		&lt;li&gt;Seperates spec helpers into the Merb::Test namespace to prevent spec methods leaking into specs&lt;/li&gt;
		&lt;li&gt;Changes the spec url helper method to the same used in the controller&lt;/li&gt;
		&lt;li&gt;Made Request#parse_multipart return an empty hash instead of nil if the request is not multipart&lt;/li&gt;
		&lt;li&gt;Changes throw_content so that it can be called without a block&lt;/li&gt;
		&lt;li&gt;Added :namespace option to routes.&lt;/li&gt;
	&lt;/ul&gt;</description>
      <pubDate>Fri, 14 Dec 2007 08:53:00 +0000</pubDate>
      <guid>urn:uuid:771e29d1-06a1-469e-86ee-09aa31b642e4</guid>
      <author>ezmobius</author>
      <link>http://brainspl.at/articles/2007/12/14/merb-0-4-2-released</link>
      <category>merb</category>
      <trackback:ping>http://brainspl.at/articles/trackback/4598</trackback:ping>
    </item>
  </channel>
</rss>

