<?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: Ruby on Rails 2.0 has been released and other Zenbits</title>
	<atom:link href="http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Thu, 10 May 2012 04:53:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Antonio Cangiano</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2327</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Wed, 23 Jan 2008 21:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2327</guid>
		<description>Greg, you found a bug in the egg. :) I filed a bug report for the team and it should be fixed very soon.</description>
		<content:encoded><![CDATA[<p>Greg, you found a bug in the egg. <img src='http://programmingzen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I filed a bug report for the team and it should be fixed very soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2325</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 23 Jan 2008 20:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2325</guid>
		<description>Here is the output from db2level:


DB21085I  Instance &quot;db2inst1&quot; uses &quot;32&quot; bits and DB2 code release &quot;SQL09050&quot;
with level identifier &quot;03010107&quot;.
Informational tokens are &quot;DB2 v9.5.0.0&quot;, &quot;s071001&quot;, &quot;LINUXIA3295&quot;, and Fix Pack
&quot;0&quot;.
Product is installed at &quot;/opt/ibm/db2/V9.5&quot;.</description>
		<content:encoded><![CDATA[<p>Here is the output from db2level:</p>
<p>DB21085I  Instance &#8220;db2inst1&#8243; uses &#8220;32&#8243; bits and DB2 code release &#8220;SQL09050&#8243;<br />
with level identifier &#8220;03010107&#8243;.<br />
Informational tokens are &#8220;DB2 v9.5.0.0&#8243;, &#8220;s071001&#8243;, &#8220;LINUXIA3295&#8243;, and Fix Pack<br />
&#8220;0&#8243;.<br />
Product is installed at &#8220;/opt/ibm/db2/V9.5&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Cangiano</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2317</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Mon, 21 Jan 2008 22:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2317</guid>
		<description>Hi Greg,

that error is generally due to an old version of DB2 being used. Are you sure you&#039;re using DB2 9 FP 3 or DB2 9.5?</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>that error is generally due to an old version of DB2 being used. Are you sure you&#8217;re using DB2 9 FP 3 or DB2 9.5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2316</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 21 Jan 2008 22:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2316</guid>
		<description>With regards to the Python DB2 driver:

Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; import ibm_db
&gt;&gt;&gt; conn = ibm_db.connect(&#039;sample&#039;,&#039;db2inst1&#039;,&#039;password&#039;)
Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
Exception: [IBM][CLI Driver] CLI0133E  Option type out of range. SQLSTATE=HY092 SQLCODE=-99999

That&#039;s what I get when using the EGG from cheeseshop.

Same code works fine from a build.</description>
		<content:encoded><![CDATA[<p>With regards to the Python DB2 driver:</p>
<p>Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)<br />
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2<br />
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />
&gt;&gt;&gt; import ibm_db<br />
&gt;&gt;&gt; conn = ibm_db.connect(&#8216;sample&#8217;,'db2inst1&#8242;,&#8217;password&#8217;)<br />
Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
Exception: [IBM][CLI Driver] CLI0133E  Option type out of range. SQLSTATE=HY092 SQLCODE=-99999</p>
<p>That&#8217;s what I get when using the EGG from cheeseshop.</p>
<p>Same code works fine from a build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALEBAR.de</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1647</link>
		<dc:creator>ALEBAR.de</dc:creator>
		<pubDate>Sun, 09 Dec 2007 13:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1647</guid>
		<description>&lt;strong&gt;Rails 2.0&lt;/strong&gt;

Nach über einem Jahr der Entwicklung steht nun ein echter Meilenstein ins Haus. Das Web-Framework Ruby on Rails ist in der Version 2.0 verfügbar. Nicht nur die fünf Module, Action Pack, Active Record, Action Mailer, Action Web Service und Active Sup...</description>
		<content:encoded><![CDATA[<p><strong>Rails 2.0</strong></p>
<p>Nach über einem Jahr der Entwicklung steht nun ein echter Meilenstein ins Haus. Das Web-Framework Ruby on Rails ist in der Version 2.0 verfügbar. Nicht nur die fünf Module, Action Pack, Active Record, Action Mailer, Action Web Service und Active Sup&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ya está listo Ruby On Rails 2.0 [ENG] // men&#233;ame</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1645</link>
		<dc:creator>Ya está listo Ruby On Rails 2.0 [ENG] // men&#233;ame</dc:creator>
		<pubDate>Sun, 09 Dec 2007 10:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1645</guid>
		<description>[...] la nueva versión de RoR. Para quien lo quiera instalar, en este enlace explican los pasos a seguir antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-/ Via osnews osnews.com/story.php/19022/Ruby-on-Rails-2.0-Released&#160;sin comentarios en: [...]</description>
		<content:encoded><![CDATA[<p>[...] la nueva versión de RoR. Para quien lo quiera instalar, en este enlace explican los pasos a seguir antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-/ Via osnews osnews.com/story.php/19022/Ruby-on-Rails-2.0-Released&nbsp;sin comentarios en: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebDev - Desenvolvimento e Diversão &#187; Blog Archive &#187; Saiu o RubyonRails 2.0</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1636</link>
		<dc:creator>WebDev - Desenvolvimento e Diversão &#187; Blog Archive &#187; Saiu o RubyonRails 2.0</dc:creator>
		<pubDate>Sat, 08 Dec 2007 00:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1636</guid>
		<description>[...] uma olhada no site Zenbits que contém várias dicas de como instalar a nova [...]</description>
		<content:encoded><![CDATA[<p>[...] uma olhada no site Zenbits que contém várias dicas de como instalar a nova [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Cangiano</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1635</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Fri, 07 Dec 2007 19:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1635</guid>
		<description>CB, I agree with you that Sun has certainly seen in Ruby an opportunity, or as you put it, a threat. I also agree that C#&#039;s evolution is smoother and faster than that of Java, which is a language that I&#039;m not fond of. What I don&#039;t agree with is the fact that Sun doesn&#039;t get Ruby. Since they embraced Ruby for whatever reason, they&#039;ve come up with an excellent implementation of Ruby for JVM and an IDE that is now the most advanced Ruby IDE out there. Again, whatever their reasons, Sun has done a lot for the Ruby community, even if they did it their own way. I think that ironically they &quot;get it&quot; for Ruby and might not get it for Java itself. Finally, Ruby for scripting and for the Web, and C# 3.0 for rich client applications is a very good combination that I like myself.</description>
		<content:encoded><![CDATA[<p>CB, I agree with you that Sun has certainly seen in Ruby an opportunity, or as you put it, a threat. I also agree that C#&#8217;s evolution is smoother and faster than that of Java, which is a language that I&#8217;m not fond of. What I don&#8217;t agree with is the fact that Sun doesn&#8217;t get Ruby. Since they embraced Ruby for whatever reason, they&#8217;ve come up with an excellent implementation of Ruby for JVM and an IDE that is now the most advanced Ruby IDE out there. Again, whatever their reasons, Sun has done a lot for the Ruby community, even if they did it their own way. I think that ironically they &#8220;get it&#8221; for Ruby and might not get it for Java itself. Finally, Ruby for scripting and for the Web, and C# 3.0 for rich client applications is a very good combination that I like myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CB</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1632</link>
		<dc:creator>CB</dc:creator>
		<pubDate>Fri, 07 Dec 2007 15:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1632</guid>
		<description>Sun doesn&#039;t get Ruby any more than Microsoft got Java.  Sun&#039;s just trying to brand someone else&#039;s kool-aid(tm).  They&#039;re trying to jump on the bandwagon because their own language is currently threatened on its two major fronts:  1) in the Enterprise, by Microsoft C#, and 2) on the Web, by Ruby.  Have fun on mobile, Java.  Sun has invested millions in a crap IDE that nobody cares about (case in point: even after crediting them, you&#039;re still hoping for Eclipse).  Meanwhile they&#039;ve let their own language completely rot at the hands of the JCP.  Generics, crap, not even typesafe(!).  Annotations, horrible, no extension, stupid syntax, C# attributes are better.  Autoboxing is incomplete, half baked and just poor. Enums are okay, but I&#039;ve been doing just as well without a keyword alias for &quot;class&quot;.  Have you seen the proposals for closures?  Meanwhile, where&#039;s the simple things like a multiline string?  Parameter name accessibility by reflection? I&#039;ve been programming in Java for 10 years, I&#039;m done.  Ruby or even Groovy[1]  for web apps, C# for rich clients.

So no, Sun doesn&#039;t even get their own language.  

[1]  Yes the JVM is fine, I love it.  It&#039;s the Java language I can&#039;t stand.  Groovy is a big step in the right direction.</description>
		<content:encoded><![CDATA[<p>Sun doesn&#8217;t get Ruby any more than Microsoft got Java.  Sun&#8217;s just trying to brand someone else&#8217;s kool-aid(tm).  They&#8217;re trying to jump on the bandwagon because their own language is currently threatened on its two major fronts:  1) in the Enterprise, by Microsoft C#, and 2) on the Web, by Ruby.  Have fun on mobile, Java.  Sun has invested millions in a crap IDE that nobody cares about (case in point: even after crediting them, you&#8217;re still hoping for Eclipse).  Meanwhile they&#8217;ve let their own language completely rot at the hands of the JCP.  Generics, crap, not even typesafe(!).  Annotations, horrible, no extension, stupid syntax, C# attributes are better.  Autoboxing is incomplete, half baked and just poor. Enums are okay, but I&#8217;ve been doing just as well without a keyword alias for &#8220;class&#8221;.  Have you seen the proposals for closures?  Meanwhile, where&#8217;s the simple things like a multiline string?  Parameter name accessibility by reflection? I&#8217;ve been programming in Java for 10 years, I&#8217;m done.  Ruby or even Groovy[1]  for web apps, C# for rich clients.</p>
<p>So no, Sun doesn&#8217;t even get their own language.  </p>
<p>[1]  Yes the JVM is fine, I love it.  It&#8217;s the Java language I can&#8217;t stand.  Groovy is a big step in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Come on, IBM!</title>
		<link>http://programmingzen.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1629</link>
		<dc:creator>Come on, IBM!</dc:creator>
		<pubDate>Fri, 07 Dec 2007 13:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/07/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1629</guid>
		<description>w/r/t Sun &quot;getting it&quot;.  We can wish for the same kind of commitment from IBM.</description>
		<content:encoded><![CDATA[<p>w/r/t Sun &#8220;getting it&#8221;.  We can wish for the same kind of commitment from IBM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

