<?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: To require or not require rubygems in your applications or libraries</title>
	<atom:link href="http://blog.mmediasys.com/2009/12/30/to-require-or-not-require-rubygems-in-your-applications-or-libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmediasys.com/2009/12/30/to-require-or-not-require-rubygems-in-your-applications-or-libraries/</link>
	<description>Compartiendo fragmentos de código con el mundo.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:31:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2009/12/30/to-require-or-not-require-rubygems-in-your-applications-or-libraries/comment-page-1/#comment-3612</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=323#comment-3612</guid>
		<description>@mohit, report that to watir-webdriver developers, I have no control over these components or idea how to fix the issue you&#039;re experiencing.</description>
		<content:encoded><![CDATA[<p>@mohit, report that to watir-webdriver developers, I have no control over these components or idea how to fix the issue you&#8217;re experiencing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohit</title>
		<link>http://blog.mmediasys.com/2009/12/30/to-require-or-not-require-rubygems-in-your-applications-or-libraries/comment-page-1/#comment-3611</link>
		<dc:creator>mohit</dc:creator>
		<pubDate>Wed, 18 Aug 2010 06:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=323#comment-3611</guid>
		<description>Hi,

I installed watir-webdriver gem.
When i ran the script, i am getting an &quot;Extension error&quot; pop up and chrome browser opens indicating chromeDriver server started..

But it is not navigating to the desired web page.

Env:
Windows xp
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]

Sample script which i ran:
#require &quot;rubygems&quot;
require &quot;watir-webdriver&quot;

browser = Watir::Browser.new(:chrome)
browser.goto &quot;http://google.com&quot;
browser.text_field(:name, &#039;q&#039;).set &quot;watir-webdriver&quot;


&quot;watir-webdriver&quot;
its giving error some xtension not loaded
when i tried in irb..its not loaded</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I installed watir-webdriver gem.<br />
When i ran the script, i am getting an &#8220;Extension error&#8221; pop up and chrome browser opens indicating chromeDriver server started..</p>
<p>But it is not navigating to the desired web page.</p>
<p>Env:<br />
Windows xp<br />
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]</p>
<p>Sample script which i ran:<br />
#require &#8220;rubygems&#8221;<br />
require &#8220;watir-webdriver&#8221;</p>
<p>browser = Watir::Browser.new(:chrome)<br />
browser.goto &#8220;<a href="http://google.com&#8221;" rel="nofollow">http://google.com&#8221;</a><br />
browser.text_field(:name, &#8216;q&#8217;).set &#8220;watir-webdriver&#8221;</p>
<p>&#8220;watir-webdriver&#8221;<br />
its giving error some xtension not loaded<br />
when i tried in irb..its not loaded</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://blog.mmediasys.com/2009/12/30/to-require-or-not-require-rubygems-in-your-applications-or-libraries/comment-page-1/#comment-3196</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Wed, 30 Dec 2009 23:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=323#comment-3196</guid>
		<description>It&#039;s not entirely subjective: It&#039;s a trade off, with measurable overhead.

On the one hand, there&#039;s the known overhead of using RubyGems, which may or may not lock another developer into a specific configuration.

On the other hand, there&#039;s the *unknown* overhead of dealing with versioning issues. You can figure that out, but it is difficult to track down, and costs time. It&#039;s a lot of yak shaving, in other words.

You trade the ease of use of RubyGems for overhead, and you trade the overhead of keeping track of version conflicts for a smaller memory and CPU footprint.

Me, I&#039;d rather incur RubyGems&#039; overhead than the hassle of maintaining my own repository of foreign sources (and quite likely different coding styles from my own, which adds another layer of complexity entirely).</description>
		<content:encoded><![CDATA[<p>It&#8217;s not entirely subjective: It&#8217;s a trade off, with measurable overhead.</p>
<p>On the one hand, there&#8217;s the known overhead of using RubyGems, which may or may not lock another developer into a specific configuration.</p>
<p>On the other hand, there&#8217;s the <strong>unknown</strong> overhead of dealing with versioning issues. You can figure that out, but it is difficult to track down, and costs time. It&#8217;s a lot of yak shaving, in other words.</p>
<p>You trade the ease of use of RubyGems for overhead, and you trade the overhead of keeping track of version conflicts for a smaller memory and <span class="caps">CPU </span>footprint.</p>
<p>Me, I&#8217;d rather incur RubyGems&#8217; overhead than the hassle of maintaining my own repository of foreign sources (and quite likely different coding styles from my own, which adds another layer of complexity entirely).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

