<?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="https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Wed, 23 Jan 2008 21:06:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2327</link>

		<dc:creator><![CDATA[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><![CDATA[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. 🙂 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>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2325</link>

		<dc:creator><![CDATA[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><![CDATA[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&#8221; uses &#8220;32&#8221; bits and DB2 code release &#8220;SQL09050&#8221;<br />
with level identifier &#8220;03010107&#8221;.<br />
Informational tokens are &#8220;DB2 v9.5.0.0&#8221;, &#8220;s071001&#8221;, &#8220;LINUXIA3295&#8221;, and Fix Pack<br />
&#8220;0&#8221;.<br />
Product is installed at &#8220;/opt/ibm/db2/V9.5&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2317</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-2316</link>

		<dc:creator><![CDATA[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><![CDATA[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.
&#062;&#062;&#062; import ibm_db
&#062;&#062;&#062; 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;,&#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>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1647</link>

		<dc:creator><![CDATA[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><![CDATA[&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>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1645</link>

		<dc:creator><![CDATA[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><![CDATA[[...] 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>[&#8230;] 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: [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: WebDev - Desenvolvimento e Diversão &#187; Blog Archive &#187; Saiu o RubyonRails 2.0		</title>
		<link>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1636</link>

		<dc:creator><![CDATA[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><![CDATA[[...] uma olhada no site Zenbits que contém várias dicas de como instalar a nova [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] uma olhada no site Zenbits que contém várias dicas de como instalar a nova [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1635</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1632</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://programmingzen.com/ruby-on-rails-20-has-been-released-and-other-zenbits/#comment-1629</link>

		<dc:creator><![CDATA[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><![CDATA[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>
