<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Ivan Sanchez</title>
	<link>http://isanchez.net</link>
	<description>Keeping it simple</description>
	<pubDate>Thu, 21 Aug 2008 17:46:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>Comment on Deploying Ruby on Rails as J2EE application by Ivan Sanchez</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-126</link>
		<author>Ivan Sanchez</author>
		<pubDate>Fri, 28 Mar 2008 22:11:20 +0000</pubDate>
		<guid>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-126</guid>
		<description>Aha! There you go... While you're following this article you should forget you have Ruby installed in your machine. All the gems should be managed by the gem script provided by JRuby.

Try removing Ruby from your PATH and installing the gem again. Shout if you have any problems ;)</description>
		<content:encoded><![CDATA[<p>Aha! There you go&#8230; While you&#8217;re following this article you should forget you have Ruby installed in your machine. All the gems should be managed by the gem script provided by JRuby.</p>
<p>Try removing Ruby from your PATH and installing the gem again. Shout if you have any problems <img src='http://isanchez.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Ruby on Rails as J2EE application by Matias</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-125</link>
		<author>Matias</author>
		<pubDate>Fri, 28 Mar 2008 19:14:40 +0000</pubDate>
		<guid>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-125</guid>
		<description>Yes, I've set all files in the script directory to use jruby. I've got the same error again. Looks like the jdbc-adapter isn't installed... But it is, at least in the C:\ruby (do i need to install it in the jruby directory too?). Netbeans IDE found it when i've checked in the gems configurations....</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;ve set all files in the script directory to use jruby. I&#8217;ve got the same error again. Looks like the jdbc-adapter isn&#8217;t installed&#8230; But it is, at least in the C:\ruby (do i need to install it in the jruby directory too?). Netbeans IDE found it when i&#8217;ve checked in the gems configurations&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Ruby on Rails as J2EE application by Ivan Sanchez</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-124</link>
		<author>Ivan Sanchez</author>
		<pubDate>Fri, 28 Mar 2008 17:31:27 +0000</pubDate>
		<guid>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-124</guid>
		<description>If you're sure the activerecord-jdbc-adapter gem is installed correctly, try taking a look in the script files generated by rails. Are they pointing to Ruby or JRuby?</description>
		<content:encoded><![CDATA[<p>If you&#8217;re sure the activerecord-jdbc-adapter gem is installed correctly, try taking a look in the script files generated by rails. Are they pointing to Ruby or JRuby?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Ruby on Rails as J2EE application by Matias</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-123</link>
		<author>Matias</author>
		<pubDate>Fri, 28 Mar 2008 15:44:54 +0000</pubDate>
		<guid>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-123</guid>
		<description>Oh, I forgot, my PATH it's ok too. I can use jruby in my command window as well, so, I think, there isn't any problem with the ’script‘ directory.</description>
		<content:encoded><![CDATA[<p>Oh, I forgot, my PATH it&#8217;s ok too. I can use jruby in my command window as well, so, I think, there isn&#8217;t any problem with the ’script‘ directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Ruby on Rails as J2EE application by Matias</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-122</link>
		<author>Matias</author>
		<pubDate>Fri, 28 Mar 2008 15:40:54 +0000</pubDate>
		<guid>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-122</guid>
		<description>Hi.
Everything went fine 'till the test with the new database.yml (using the jdbc) configuration. My JRUBY_PATH its ok too (I'm under WINXP).
But, when I start de Webrick I get this annoying message:

"C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:231:in `establish_connection': Please install the jdbc adapter: `gem install activerecord-jdbc-adapter` (no such file to load -- java) (RuntimeError)"

But I've already installed the jdbc adapter and copied the "mysql-connector-java-5.1.6-bin.jar" to JRUBY_HOME/lib

Any sugestion?

Thanks in advance! :)</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Everything went fine &#8217;till the test with the new database.yml (using the jdbc) configuration. My JRUBY_PATH its ok too (I&#8217;m under WINXP).<br />
But, when I start de Webrick I get this annoying message:</p>
<p>&#8220;C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:231:in `establish_connection&#8217;: Please install the jdbc adapter: `gem install activerecord-jdbc-adapter` (no such file to load &#8212; java) (RuntimeError)&#8221;</p>
<p>But I&#8217;ve already installed the jdbc adapter and copied the &#8220;mysql-connector-java-5.1.6-bin.jar&#8221; to JRUBY_HOME/lib</p>
<p>Any sugestion?</p>
<p>Thanks in advance! <img src='http://isanchez.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looking for testing mantras? by Testando Actions do WebWork 2 &#171; Think about Tests</title>
		<link>http://isanchez.net/2008/01/06/looking-for-some-testing-mantra/#comment-117</link>
		<author>Testando Actions do WebWork 2 &#171; Think about Tests</author>
		<pubDate>Wed, 27 Feb 2008 01:05:44 +0000</pubDate>
		<guid>http://isanchez.net/2008/01/06/looking-for-some-testing-mantra/#comment-117</guid>
		<description>[...] * sei que é horrível, mas é melhor um teste feio do que não ter o teste. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] * sei que é horrível, mas é melhor um teste feio do que não ter o teste. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looking for testing mantras? by Devo testar os métodos que não alteram parâmetros nem retornam nada? &#171; Think about Tests</title>
		<link>http://isanchez.net/2008/01/06/looking-for-some-testing-mantra/#comment-116</link>
		<author>Devo testar os métodos que não alteram parâmetros nem retornam nada? &#171; Think about Tests</author>
		<pubDate>Wed, 27 Feb 2008 01:04:40 +0000</pubDate>
		<guid>http://isanchez.net/2008/01/06/looking-for-some-testing-mantra/#comment-116</guid>
		<description>[...] pela premissa de que tudo pode e deve ser testado, então, devemos implementar um teste para este [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] pela premissa de que tudo pode e deve ser testado, então, devemos implementar um teste para este [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building self managed teams by Brad Cork</title>
		<link>http://isanchez.net/2008/01/09/building-self-managed-teams/#comment-105</link>
		<author>Brad Cork</author>
		<pubDate>Tue, 15 Jan 2008 20:32:38 +0000</pubDate>
		<guid>http://isanchez.net/2008/01/09/building-self-managed-teams/#comment-105</guid>
		<description>G'Day,

Great article... if you are looking for some more ideas on self-managed teams.. you might be interested in looking at my website (www.improvingpeople.com.au ), or reading my book "Self-Managed Teams: How to do more with less!".

Have a great 2008,
Brad.</description>
		<content:encoded><![CDATA[<p>G&#8217;Day,</p>
<p>Great article&#8230; if you are looking for some more ideas on self-managed teams.. you might be interested in looking at my website (www.improvingpeople.com.au ), or reading my book &#8220;Self-Managed Teams: How to do more with less!&#8221;.</p>
<p>Have a great 2008,<br />
Brad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are you an asshole? by Ivan Sanchez &#187; Blog Archive &#187; Asshole Driven Development</title>
		<link>http://isanchez.net/2007/05/17/are-you-an-asshole/#comment-3</link>
		<author>Ivan Sanchez &#187; Blog Archive &#187; Asshole Driven Development</author>
		<pubDate>Thu, 21 Jun 2007 13:39:34 +0000</pubDate>
		<guid>http://isanchez.net/2007/05/17/are-you-an-asshole/#comment-3</guid>
		<description>[...] taking the Asshole Test, now is time to know about the Asshole Driven Development and other &#8220;alternatives&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] taking the Asshole Test, now is time to know about the Asshole Driven Development and other &#8220;alternatives&#8221; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Agile: another word for good sense? by Jason Yip</title>
		<link>http://isanchez.net/2007/05/17/agile-another-word-for-good-sense/#comment-2</link>
		<author>Jason Yip</author>
		<pubDate>Thu, 17 May 2007 23:55:48 +0000</pubDate>
		<guid>http://isanchez.net/2007/05/17/agile-another-word-for-good-sense/#comment-2</guid>
		<description>Hi Ivan,

My concern is that I'm observing that many people don't get what "Agile" stands for and it is too easy to instinctively believe that we just mean "agile".</description>
		<content:encoded><![CDATA[<p>Hi Ivan,</p>
<p>My concern is that I&#8217;m observing that many people don&#8217;t get what &#8220;Agile&#8221; stands for and it is too easy to instinctively believe that we just mean &#8220;agile&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
