<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>RemVee.blog</title>
    <link>http://blog.remvee.net/</link>
    <description>RemVee.blog do { |item| item.mangle }</description>
    <item>
      <title>Remco @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment932</link>
      <description>&lt;p&gt;Bertus, probleem is &lt;a href=&quot;http://blog.remvee.net/2007/04/09/dutchify_update_voor_Ruby_1_8_6#update2&quot;&gt;opgelost&lt;/a&gt;.  Dank voor je input!&lt;/p&gt;</description>
      <author>Remco</author>
      <pubDate>Sun, 15 Apr 2007 14:37:48 +0200</pubDate>
    </item>
    <item>
      <title>Bertus @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment926</link>
      <description>&lt;p&gt;Remco,&lt;/p&gt;
&lt;p&gt;Er gaat nog iets mis met Ruby 1.8.6 en Rails 1.2.3. In date_select wordt de maand niet vertaalt.&lt;/p&gt;
&lt;p&gt;Bertus&lt;/p&gt;</description>
      <author>Bertus</author>
      <pubDate>Sun, 15 Apr 2007 06:01:25 +0200</pubDate>
    </item>
    <item>
      <title>Stephan Kaag @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment921</link>
      <description>&lt;p&gt;Toch lijkt het vertalen in 1.8.6 niet 100% te werken. Zie: &lt;a href=&quot;http://blog.remvee.net/2007/04/09/dutchify_update_voor_Ruby_1_8_6#comments&quot;&gt;http://blog.remvee.net:80/2007/04/09/dutchify_update_voor_Ruby_1_8_6#comments&lt;/a&gt;&lt;/p&gt;</description>
      <author>Stephan Kaag</author>
      <pubDate>Tue, 10 Apr 2007 06:06:44 +0200</pubDate>
    </item>
    <item>
      <title>Remco @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment919</link>
      <description>&lt;p&gt;Ik heb zojuist een fix ingechecked.  Deze array&amp;#8217;s zijn in 1.8.6 verhuist van &lt;code&gt;Date&lt;/code&gt; naar &lt;code&gt;Date::Format&lt;/code&gt;.&lt;/p&gt;</description>
      <author>Remco</author>
      <pubDate>Mon, 09 Apr 2007 07:25:38 +0200</pubDate>
    </item>
    <item>
      <title>Bertus @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment918</link>
      <description>&lt;p&gt;Remco,&lt;/p&gt;
&lt;p&gt;ik heb het gefikst door in date_time.rb het volgende toe te voegen:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
Date::MONTHS = []
Date::ABBR_MONTHS = []
Date::DAYS = []
Date::ABBR_DAYS = []
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Weet niet zeker of hierdoor alles weer correct werkt, maar webrick start weer op.&lt;/p&gt;
&lt;p&gt;Bertus&lt;/p&gt;</description>
      <author>Bertus</author>
      <pubDate>Mon, 09 Apr 2007 06:59:06 +0200</pubDate>
    </item>
    <item>
      <title>Bertus @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment917</link>
      <description>&lt;p&gt;Remco,&lt;/p&gt;
&lt;p&gt;Na upgrade Ruby 186-25 en Rails 1.2.3 werkt je plugin niet meer, getuige onderstaande melding:&lt;/p&gt;
&lt;pre&gt;E:/Programmeren/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:477:in `const_missing': uninitialized constant Date::MONTHS (NameError)
	from ./script/../config/../vendor/plugins/dutchify/lib/date_time.rb:2
	from ./script/../config/../vendor/plugins/dutchify/lib/date_time.rb:28:in `each_with_index'
	from ./script/../config/../vendor/plugins/dutchify/lib/date_time.rb:2:in `each'
	from ./script/../config/../vendor/plugins/dutchify/lib/date_time.rb:2:in `each_with_index'
	from ./script/../config/../vendor/plugins/dutchify/lib/date_time.rb:2
	from E:/Programmeren/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
	from E:/Programmeren/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
	from E:/Programmeren/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require'
	 ... 34 levels...
	from E:/Programmeren/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
	from ./script/server:3
	from -e:4:in `load'
	from -e:&lt;/pre&gt;
&lt;p&gt;Kun je hier eens naar kijken? Alvast bedankt!&lt;/p&gt;</description>
      <author>Bertus</author>
      <pubDate>Sun, 08 Apr 2007 06:31:37 +0200</pubDate>
    </item>
    <item>
      <title>Remco @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment379</link>
      <description>&lt;p&gt;Het probleem lijkt triviaal maar het is veel ingewikkelder dan dat.  Bijvoorbeeld:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;bos =&amp;gt; bossen&lt;/li&gt;
	&lt;li&gt;boom =&amp;gt; bomen&lt;/li&gt;
	&lt;li&gt;raaf =&amp;gt; raven&lt;/li&gt;
	&lt;li&gt;mees =&amp;gt; mezen&lt;/li&gt;
	&lt;li&gt;museum =&amp;gt; musea&lt;/li&gt;
	&lt;li&gt;toetje =&amp;gt; toetjes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;is allemaal nog wel te doen maar met:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;stad =&amp;gt; steden&lt;/li&gt;
	&lt;li&gt;hoen =&amp;gt; hoenderen&lt;/li&gt;
	&lt;li&gt;been =&amp;gt; benen &lt;em&gt;of&lt;/em&gt; beenderen&lt;/li&gt;
	&lt;li&gt;bad =&amp;gt; baden&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;wordt het allemaal toch een beetje ingewikkeld..&lt;/p&gt;
&lt;p&gt;Wel heb ik eindelijk een site gevonden waar dit soort dingen goed worden uitgelegt; &lt;a href=&quot;http://oase.uci.kun.nl/~ans/&quot;&gt;De Elektronische  ANS &lt;/a&gt;.  Iets voor een regenachtige zondag middag..&lt;/p&gt;</description>
      <author>Remco</author>
      <pubDate>Mon, 30 Oct 2006 03:17:45 +0100</pubDate>
    </item>
    <item>
      <title>Anoniempje @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment374</link>
      <description>&lt;p&gt;Check ook eens de &lt;a href=&quot;http://www.phpxref.com/xref/achievo/atk/meta/grammar/class.atkdutchmetagrammar.inc.source.html.gz#l44&quot;&gt;atkMetaGrammar&lt;/a&gt; voor pluralize functie! (&lt;a href=&quot;http://www.achievo.org/atk&quot;&gt;achievo atk project&lt;/a&gt;, ala rails alleen dan in  PHP ).&lt;/p&gt;
&lt;p&gt;Die gebruiken:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
class atkDutchMetaGrammar extends atkMetaGrammar 
{
  /**
   * Returns the list of singular rules.
   *
   * @return list of singular rules
   */
  function getSingularRules()
  {
    return array(
      '/ven$/i' =&amp;gt; 'f',    
      '/ia$/i' =&amp;gt; 'ium',
      '/onen$/i' =&amp;gt; 'oon',
      '/([aoeiu])s$/i' =&amp;gt; '\1',
      '/([^aoeiu])en$/i' =&amp;gt; '\1'
    );
  }
  
  /**
   * Returns the list of plural rules.
   *
   * @return list of plural rules
   */
  function getPluralRules()
  {
    return array(
      '/f$/i' =&amp;gt; 'ven',
      '/ium$/i' =&amp;gt; 'ia',
      '/oon$/i' =&amp;gt; 'onen',
      '/([aoeiu])$/i' =&amp;gt; '\1s',
      '/([^aoeiu])$/i' =&amp;gt; '\1en'
    );
  }  
}
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>Anoniempje</author>
      <pubDate>Fri, 27 Oct 2006 04:00:18 +0200</pubDate>
    </item>
    <item>
      <title>Juice10 @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment364</link>
      <description>&lt;p&gt;Bedankt Remco, dit is precies wat ik nodig had!&lt;/p&gt;</description>
      <author>Juice10</author>
      <pubDate>Mon, 09 Oct 2006 13:49:01 +0200</pubDate>
    </item>
    <item>
      <title>Remco @ dutchify plugin</title>
      <link>http://blog.remvee.net/view/post/33#comment331</link>
      <description>&lt;p&gt;Nog wat onderzoek gedaan naar het &lt;code&gt;Date&lt;/code&gt; formaat probleem.  Het is toch echt een bug in het verwerken van &lt;code&gt;Date&lt;/code&gt; objecten bij het opbouwen van  SQL .  Gelukkig gemakkelijk op te lossen.&lt;/p&gt;
&lt;p&gt;Toen ik op &lt;a href=&quot;http://dev.rubyonrails.org&quot;&gt;dev.rubyonrails.org&lt;/a&gt; een patch wilde uploaden om het probleem te verhelpen kwam ik het volgende ticket tegen: &lt;a href=&quot;http://dev.rubyonrails.org/ticket/6019&quot;&gt;#6019 Changing default date format affects date objects written to MySQL&lt;/a&gt;.  M&amp;#8217;n patch hieraan toegevoegd nu maar afwachten.&lt;/p&gt;
&lt;p&gt;Voorlopig heb ik aan dutchify een hack toegevoegd om om dit gat heen te dansen en het &amp;#8220;mooiere&amp;#8221; datum formaat weer terug gezet als default.  Het werkt goed onder 1.1.6 en edge.&lt;/p&gt;</description>
      <author>Remco</author>
      <pubDate>Mon, 11 Sep 2006 15:48:58 +0200</pubDate>
    </item>
  </channel>
</rss>
