<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>format internet:</title>
	<atom:link href="http://formatinternet.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://formatinternet.wordpress.com</link>
	<description>...please wait (35% completed)...</description>
	<lastBuildDate>Mon, 05 Oct 2009 11:46:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='formatinternet.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0dd41cb30d0f81f3ee49a0ace6cdf479?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>format internet:</title>
		<link>http://formatinternet.wordpress.com</link>
	</image>
			<item>
		<title>Pasting code into vi</title>
		<link>http://formatinternet.wordpress.com/2009/10/05/pasting-code-into-vi/</link>
		<comments>http://formatinternet.wordpress.com/2009/10/05/pasting-code-into-vi/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 11:46:14 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=267</guid>
		<description><![CDATA[Every time I try to paste a big chunk of code into vi, it gets all messed up because of the autoindent. Each line gets indented taking the previous one as a reference, so when I try to paste something like..

    global $wp_query;
	parse_str($args, $r);
	if (!isset($r['current']))        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=267&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Every time I try to paste a big chunk of code into vi, it gets all messed up because of the autoindent. Each line gets indented taking the previous one as a reference, so when I try to paste something like..</p>
<blockquote><p><code><br />
    global $wp_query;<br />
	parse_str($args, $r);<br />
	if (!isset($r['current']))          $r['current'] = -1;<br />
	if (!isset($r['show_all_parents'])) $r['show_all_parents'] = 0;<br />
	if (!isset($r['show_root']))        $r['show_root'] = 0;<br />
	if (!isset($r['list_tag']))        $r['show_root'] = 1;<br />
</code></p></blockquote>
<p>..what I really get is..</p>
<blockquote><p><code><br />
    global $wp_query;<br />
    &nbsp;&nbsp;parse_str($args, $r);<br />
    &nbsp;&nbsp;&nbsp;&nbsp;if (!isset($r['current']))          $r['current'] = -1;<br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (!isset($r['show_all_parents'])) $r['show_all_parents'] = 0;<br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (!isset($r['show_root']))        $r['show_root'] = 0;<br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (!isset($r['list_tag']))        $r['show_root'] = 1;<br />
</code></p></blockquote>
<p>..and that&#8217;s no good. Fortunately the solution is really simple. Just enter command mode and write</p>
<blockquote><p><code>:set paste</code></p></blockquote>
<p>Now you can paste in all its glory. When you are done, you can get back to normal with</p>
<blockquote><p><code>:set nopaste</code></p></blockquote>
<p>So now you don&#8217;t have any excuses left to write original code. Get out there and copy the whole internet before I format it!!!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=267&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/10/05/pasting-code-into-vi/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby on Rails on unofficial Chrome OS</title>
		<link>http://formatinternet.wordpress.com/2009/09/29/ruby-on-rails-on-unofficial-chrome-os/</link>
		<comments>http://formatinternet.wordpress.com/2009/09/29/ruby-on-rails-on-unofficial-chrome-os/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:53:34 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[1771]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[chrome OS]]></category>
		<category><![CDATA[chromeOS]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javier]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=254</guid>
		<description><![CDATA[update: I thought this Chrome OS distribution was THE google distro. I was wrong. It&#8217;s just someone who used SUSE Studio to make a customized version of Open SUSE around the Chromium theme. With the site being on a google site and the code on a google code repository, I thought this was it, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=254&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p><strong>update</strong>: I thought this Chrome OS distribution was THE google distro. I was wrong. It&#8217;s just someone who used <a href="http://susestudio.com/">SUSE Studio</a> to make a customized version of Open SUSE around the Chromium theme. With the site being on a google site and the code on a google code repository, I thought this was it, but no.. this distro is totally unrelated to google.</p></blockquote>
<p><a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">Chrome OS</a> is by now just a bit more than a curiosity. In the meanwhile, you can go and <a href="http://sites.google.com/site/chromeoslinux/download">download a non-official distribution mimicking what it could be</a>, but be warned, all you are going to get is an Open Suse distribution with <a href="http://code.google.com/chromium/">Chromium</a> installed and a blue theme with a cute logo. Hopefully the real ChromeOS will be much lighter and more user-friendly.</p>
<p>Starting the virtual appliance from <a href="http://www.virtualbox.org/">VirtualBox</a> is easy. You create a new virtual media with the virtual media manager and then a virtual machine using this new media. That should be it. If you leave the default options (64MB) you&#8217;ll end up with a really slow boot. I set the base memory to 512K and things are much better. </p>
<p>What will you find in this distribution apart from Chromium? Zip, Zero, Null.. or if you are into ruby, nil.</p>
<p>Truth is, this distribution is a bit too rough around the edges (when it comes to internationalization, even if it ask you for the keyboard settings, it will just ignore them), but being a <a href="http://www.opensuse.org/en/">SUSE</a>, you can install whatever you want. The only thing you&#8217;ll need is the root password. Since I&#8217;m such a hacker it took me almost no time to realize the root password was &#8220;root&#8221; (my other options being &#8220;sergei&#8221;, &#8220;larry&#8221; and &#8220;640Koughttobeenough&#8221;.</p>
<p>Once you have root access, you can use <a href="http://developer.novell.com/wiki/index.php/YaST">Yast</a> for installing anything you might need. Just for fun I installed ruby, rubygems and sqlite3 via Yast, and then rails using gem. I had to run a gem update &#8211;system so I could use rails 2.3.4 and I generated a scaffold to see if everything was fine. Well, it was :)</p>
<div id="attachment_255" class="wp-caption aligncenter" style="width: 650px"><img src="http://formatinternet.files.wordpress.com/2009/09/screenshot-1.png?w=640&#038;h=400" alt="ruby on rails running on google chrome os" title="ruby on rails running on google chrome os (javier ramirez)" width="640" height="400" class="size-full wp-image-255" /><p class="wp-caption-text">ruby on rails running on google chrome os</p></div>
<p>Well, even if it was utterly useless, at least I found a cool way of making customized SUSE distros in an easy way ;)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/254/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=254&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/09/29/ruby-on-rails-on-unofficial-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>

		<media:content url="http://formatinternet.files.wordpress.com/2009/09/screenshot-1.png" medium="image">
			<media:title type="html">ruby on rails running on google chrome os (javier ramirez)</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple rubygems versions, GEM_HOME and GEM_PATH</title>
		<link>http://formatinternet.wordpress.com/2009/09/28/multiple-rubygems-versions-gem_home-and-gem_path/</link>
		<comments>http://formatinternet.wordpress.com/2009/09/28/multiple-rubygems-versions-gem_home-and-gem_path/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 09:58:37 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[1771]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby madrid]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[spain]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=249</guid>
		<description><![CDATA[Installing rubygems is failrly easy and it&#8217;s great to have a package manager so you can forget about manually installing and upgrading the components you use. After installing a gem, you can require it from any ruby script and use it hassle-free. Well, given your ruby interpreter can find it.
When you install rubygems, a lot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=249&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Installing <a href="http://rubygems.org/">rubygems</a> is failrly easy and it&#8217;s great to have a package manager so you can forget about manually installing and upgrading the components you use. After installing a gem, you can require it from any ruby script and use it hassle-free. Well, given your ruby interpreter can find it.</p>
<p>When you install rubygems, a lot of default configuration is done behind the scenes. If you must see to believe, you can run</p>
<p><code>gem environment</code></p>
<p>do you believe me now?</p>
<p>Unless you are on windows, you have probably experienced already that gems can get installed in different locations. If using a superuser account, the global configuration will be used, but with a regular account gems install under your home directory. </p>
<p>If you are not careful about how you install your gems, or if you are using rake gems:install from regular accounts, you might end up installing the same version of a gem twice. That&#8217;s not only WET (not DRY, bear with me here) but it eats up your poor HD.</p>
<p>Things can get a lot worse than that. Suppose you are working with both <a href="http://jruby.org/">JRuby</a> and <a href="http://en.wikipedia.org/wiki/Ruby_MRI">Ruby MRI</a>. When you use  rubygems from JRuby, it will try to use a different gem location by default. So, depending on how you are installing gems, you could have up to three different copies of exactly the same version.</p>
<p>And if you are on ubuntu and you upgrade from an old version of rubygems to the latest one &mdash;you will have to if you install Rails 2.3.4; if you are having problems you can <a href="http://formatinternet.wordpress.com/2008/12/02/actualizando-rubygems-a-la-version-131/">read right here</a> how to update it&mdash; you might be surprised that your gems are being installed *again*. The reason is under older versions the default location was &#8220;/var/lib/gems&#8221; and the latest one defaults to &#8220;/usr/lib/ruby/gems&#8221;.</p>
<p>Well, four different copies of <a href="http://api.rubyonrails.org/classes/ActiveRecord/Base.html">ActiveRecord 2.3.4</a> are three and a half more copies than I wanted, mind you.</p>
<p>So.. how can we stop this gem install frenzy? Easy. Don&#8217;t use the defaults. Each of your installations is using default values, but they can be<a href="http://docs.rubygems.org/read/chapter/11"> easily overridden</a> with command line parameters or much more conveniently with environment variables.</p>
<p>Remember the title of this post? Can you see anything there that would make a good candidate for environment variables? That&#8217;s right, all the rubygems versions honor the GEM_HOME and GEM_PATH variables, so if they are set they will be used.</p>
<p>Depending on your OS, you can set these variables in different places. I&#8217;m on ubuntu and a bit lazy, so I chose the easiest, which is by adding this to my .bashrc file.</p>
<p>export GEM_HOME=/var/lib/gems/1.8<br />
export GEM_PATH=/var/lib/gems/1.8</p>
<p>And now, no matter what I&#8217;m using: Ruby MRI, JRuby, or the latest rubygems, my already installed gems will be used, and the new ones will be put in the same place.</p>
<p>Saving the world is a hard job, but someone has to do it.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=249&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/09/28/multiple-rubygems-versions-gem_home-and-gem_path/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
		<item>
		<title>Video of my talk &#8220;Jruby On Rails&#8221; at the Sun Open Communities Forum</title>
		<link>http://formatinternet.wordpress.com/2009/08/23/video-about-jruby-on-rails-sun-open-communities-forum/</link>
		<comments>http://formatinternet.wordpress.com/2009/08/23/video-about-jruby-on-rails-sun-open-communities-forum/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 17:57:24 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=219</guid>
		<description><![CDATA[I just knew the video of my talk about JRuby on Rails at the Sun Open communities Forum is already online. Funny how a google alert let me know this video has been published even before the official web page of the event was updated. 
The talk is in Spanish and the slides I used [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=219&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just knew the video of my talk about JRuby on Rails at the Sun Open communities Forum is already online. Funny how a google alert let me know this video has been published even before <a href="http://sunopencommunitiesforum.es">the official web page of the event</a> was updated. </p>
<p>The talk is in Spanish and the slides I used are <a href="http://www.slideshare.net/supercoco9/jruby-on-rails-ruby-on-rails-en-la-jvm">available at slideshare</a>.</p>
<p><embed src='http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1&amp;publisherID=1460825906' bgcolor='#FFFFFF' flashvars='viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&#038;servicesURL=http://c.brightcove.com/services&#038;cdnURL=http://admin.brightcove.com&#038;autoStart=false&#038;playerID=1640183659&#038;domain=embed&#038;videoID=34422845001&#038;linkBaseURL=http://channelsun.sun.com/video/2.1.8 javier ramirez/34422845001' base='http://admin.brightcove.com' name='flashObj' width='480' height='360' allowFullScreen='true' allowScriptAccess='always' seamlesstabbing='false' type='application/x-shockwave-flash' swLiveConnect='true' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' /></p>
<p>If you are a Java developer interested in JRuby and you are going to be in Madrid in September, stay tuned because it&#8217;s very likely I will be speaking again about JRuby in <a href="http://www.simo.ifema.es/es/portal.do">SIMO</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=219&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/08/23/video-about-jruby-on-rails-sun-open-communities-forum/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
		<item>
		<title>it&#8217;s not the framework, it&#8217;s you</title>
		<link>http://formatinternet.wordpress.com/2009/07/21/its-not-the-framework-its-you/</link>
		<comments>http://formatinternet.wordpress.com/2009/07/21/its-not-the-framework-its-you/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 00:36:29 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[madrid]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rails madrid]]></category>
		<category><![CDATA[ruby madrid]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=213</guid>
		<description><![CDATA[I&#8217;m getting tired already of the hype about Ruby on Rails and how it is better than any other framework past, present or future.
Sure Rails is a cute piece of software, and Ruby is a gorgeous language (supposing you are into programming languages, that is), but if you take a critical look at Rails, you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=213&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m getting tired already of the hype about Ruby on Rails and how it is better than any other framework past, present or future.</p>
<p>Sure Rails is a cute piece of software, and Ruby is a gorgeous language (supposing you are into programming languages, that is), but if you take a critical look at Rails, you could just say it&#8217;s another MVC framework.. Big deal.. And with some coupling issues between the layers too, which are fortunately being targeted on Rails 3. </p>
<p>Moreover, if you take a look at some of its components they could frankly be better. ActiveRecord, for example, is a wrapper ORM, which is implicitly tying you to the physical database layer, with one class per table, as opposed to a mapper ORM such as DataMapper or Hibernate. And the principle of least surprise is kind of a joke when it comes to some of the ActionView helpers and the parameters you have to pass along.</p>
<p>Still, as we like to say around here &#8220;Ruby on Rails mola infinito&#8221;, and it&#8217;s right now my favourite framework for non trivial web applications.</p>
<p>So.. what makes this framework so special? Is it only the absence of configuration and the sensible defaults? Would we sell ourselves for a couple of parlor tricks like those? Surely not.. specially with so many frameworks providing already sensible defaults. Come on, even in Java you can kind of forget about writing so much XML code if you make proper use of annotations and the like. No, it has to be something else.</p>
<p>Ruby on Rails has something that transcends the framework itself. It has you. The Mighty Developer. The Early Adopter. The Status Quo Challenger. The so-called Community &mdash;whatever that means.</p>
<p>Bottom line is, when I get together with people working with Rails, they are always in search of the holy grail of web development &mdash;or the nearest tavern, whatever comes first.. you have to love that kind of pragmatism. We like to break our assumptions, to learn new things and forget about the ones we already know. </p>
<p>We embrace Rails <strong>*today*</strong> but we are willing to embrace any other tool as long as we like it better. Do you remember the months before the Merb-Rails love affair? Half the Rails developers I know were already making eyes at Merb without the slightest hint of shame.</p>
<p>And by challenging the system, we are obliged to keep learning&#8230; and to find new ways to build the web. And instead of trying to make a carbon copy of what we did before, we like to start anew, because that&#8217;s where the fun is.</p>
<p>Sure you can argue this attitude is not the exclusive property of the Rails community. And I would second you on that based on theory.. but in practice, I have seen <del datetime="2009-07-21T09:50:34+00:00">other</del> some other communities lack this need of challenging. Maybe it&#8217;s because they have maturity models and certifications and black belts and whatnot&#8230;. And maybe having so many constraints is killing creativity; but fact is in some environments trying to take a step forward is seen as something odd, not desirable.</p>
<p>Rails will pass &mdash;or not&mdash; but as long as we keep alive the spirit of embracing change, we are entitled to be on the fun side of web development.</p>
<p>So, if you ask me, that&#8217;s the secret ingredient of Rails. Sure the language and the framework are cool, but the real power of Ruby on Rails is you.. and me. </p>
<p>update: please read the comments, since I was a bit ambiguous in the post and some points needed further explanation :)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=213&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/07/21/its-not-the-framework-its-you/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
		<item>
		<title>it&#8217;s the end of the e-world as we know it</title>
		<link>http://formatinternet.wordpress.com/2009/07/07/its-the-end-of-the-e-world-as-we-know-it/</link>
		<comments>http://formatinternet.wordpress.com/2009/07/07/its-the-end-of-the-e-world-as-we-know-it/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:23:12 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=208</guid>
		<description><![CDATA[Five years
I&#8217;ve been working for companies that didn&#8217;t last for so long. I&#8217;ve never been working in a company for so long come to think of it ;). I had best friends that didn&#8217;t last for so long either and I&#8217;ve seen plenty of marriages finishing much earlier than that.
Living on the world we live, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=208&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Five years</p>
<p>I&#8217;ve been working for companies that didn&#8217;t last for so long. I&#8217;ve never been working in a company for so long come to think of it ;). I had best friends that didn&#8217;t last for so long either and I&#8217;ve seen plenty of marriages finishing much earlier than that.</p>
<p>Living on the world we live, it&#8217;s hard to remember exactly how it was five years ago. I&#8217;d say I was still using a landline for internet access. And I was sharing the 54K connection using a proxy.. how uncool is that? ;)</p>
<p>A bit over five years ago, gmail was launched.. More than five years later, gmail is finally removing the &#8220;beta&#8221; tag. </p>
<p><a href="http://googleblog.blogspot.com/2009/07/google-apps-is-out-of-beta-yes-really.html">http://googleblog.blogspot.com/2009/07/google-apps-is-out-of-beta-yes-really.html</a></p>
<p>And I feel fine</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=208&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/07/07/its-the-end-of-the-e-world-as-we-know-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
		<item>
		<title>sudo: rake: command not found</title>
		<link>http://formatinternet.wordpress.com/2009/07/06/sudo-rake-command-not-found/</link>
		<comments>http://formatinternet.wordpress.com/2009/07/06/sudo-rake-command-not-found/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 13:05:21 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=205</guid>
		<description><![CDATA[I hate it when it happens, don&#8217;t you?
And it&#8217;s not only rake, but some other utilities too.
Bottom line is, in Ubuntu sudo is by default set to use a secure path. You can change the secure path if you are compiling from source, but we are talking Ubuntu here, the windows for the rest of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=205&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I hate it when it happens, don&#8217;t you?</p>
<p>And it&#8217;s not only rake, but some other utilities too.</p>
<p>Bottom line is, in Ubuntu sudo is by default set to use a secure path. You can change the secure path if you are compiling from source, but we are talking Ubuntu here, the windows for the rest of us, so you get what your package says you get and that&#8217;s fine. </p>
<p>There are a couple of good solutions (other than switching to gentoo or slackware ;) )</p>
<p>If you want to use always the same PATH as you are using in your environment, you can just set an alias to sudo and make it set the PATH every time you are invoking it.</p>
<blockquote><p>alias sudo=&#8221;sudo env PATH=$PATH&#8221;</p></blockquote>
<p>It&#8217;s safe enough, but notice every time you are using sudo, you will be setting the environment to that of the calling user. Do your maths and reckon whether you are comfortable with that or not.</p>
<p>The option I chose is a bit pickier, making a link to the rake executable from /usr/local/bin, which is one of the secure paths. </p>
<blockquote><p>sudo ln -s `which rake` /usr/local/bin/</p></blockquote>
<p>Either way, your problem is solved. Now go save the world! You&#8217;re welcome ;)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=205&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/07/06/sudo-rake-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
		<item>
		<title>My slides for &#8220;Jruby on Rails: Ruby on Rails sobre la JVM&#8221;</title>
		<link>http://formatinternet.wordpress.com/2009/06/25/my-slides-for-jruby-on-rails-ruby-on-rails-sobre-la-jvm/</link>
		<comments>http://formatinternet.wordpress.com/2009/06/25/my-slides-for-jruby-on-rails-ruby-on-rails-sobre-la-jvm/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 23:41:17 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[madrid]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[opencommunities]]></category>
		<category><![CDATA[opencommunitiesforum]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=200</guid>
		<description><![CDATA[It was interesting to be at the Sun Open Communities Forum and meet people I used to work with (or even teach to) as back in time as in 1996. 
It was also interesting to have the opportunity to introduce Ruby and Ruby on Rails to Java developers and show them how they could use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=200&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It was interesting to be at the <a href="http://sunopencommunitiesforum.es/agenda.html">Sun Open Communities Forum</a> and meet people I used to work with (or even teach to) as back in time as in 1996. </p>
<p>It was also interesting to have the opportunity to introduce <a href="http://www.ruby-lang.org/">Ruby</a> and <a href="http://rubyonrails.com/">Ruby on Rails </a>to <a href="http://java.sun.com">Java</a> developers and show them how they could use it from the familiar <a href="http://en.wikipedia.org/wiki/JVM">JVM</a>. </p>
<p>As usual, I <a href="http://www.slideshare.net/supercoco9/jruby-on-rails-ruby-on-rails-en-la-jvm">uploaded to slideshare</a> the slides I used in my presentation. </p>
<p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=1608250&#038;doc=jrubyonrails-090619062022-phpapp02' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=1608250&#038;doc=jrubyonrails-090619062022-phpapp02' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
<p>The layout might be a bit enterprisey for my standards, but I was representing my company, so I used the company template. Anyway, the presentation is under Creative Commons, so feel free to use it in any way you can imagine, as long as you respect the &#8220;non commercial attribution share alike&#8221; license.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/200/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=200&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/06/25/my-slides-for-jruby-on-rails-ruby-on-rails-sobre-la-jvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
		<item>
		<title>Speaking about JRuby on Rails at the Sun Open Communities Forum</title>
		<link>http://formatinternet.wordpress.com/2009/06/09/speaking-about-jruby-on-rails-at-the-sun-open-communities-forum/</link>
		<comments>http://formatinternet.wordpress.com/2009/06/09/speaking-about-jruby-on-rails-at-the-sun-open-communities-forum/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 23:59:12 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[madrid]]></category>
		<category><![CDATA[madridonrails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=194</guid>
		<description><![CDATA[I&#8217;ve been invited to speak about JRuby on Rails at the Sun Open Communities Forum. This event is the evolution of the former editions of OpenJavaDay/OpenSolarisDay, revamped to include more Open Source communities. 
Apart from the predictable &#8220;all-things-java&#8221; sessions, this year there are some interesting labs and talks about MySQL Scalability, REST, AJAX, the cloud, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=194&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been invited to speak about <a href="http://www.jruby.org/">JRuby</a> on Rails at the <a href="http://sunopencommunitiesforum.es">Sun Open Communities Forum</a>. This event is the evolution of the former editions of OpenJavaDay/OpenSolarisDay, revamped to include more Open Source communities. </p>
<p>Apart from the predictable &#8220;all-things-java&#8221; sessions, this year there are <a href="http://sunopencommunitiesforum.es/agenda.html">some interesting labs and talks</a> about MySQL Scalability, REST, AJAX, the cloud, development frameworks and different languages running on <a href="http://en.wikipedia.org/wiki/Java_virtual_machine">the JVM</a>.</p>
<p>Most of the talks, including mine, will be delivered in Spanish, but there will be some in English too. </p>
<p>My session will be  </p>
<blockquote><p><strong>JRuby on Rails. Ruby on Rails on the JVM</strong></p></blockquote>
<p>And the excerpt I&#8217;ve sent for the talk goes something like this</p>
<blockquote><p>
Ruby is a dynamic programming language with a focus on simplicity and productivity. Ruby on Rails is a web framework optimized for programmer happiness and sustainable productivity. The JVM is one of the world&#8217;s most heavily-optimized pieces of software. The combination of these three elements provides a superb platform for building web applications.</p>
<p>In my session I will explain the highlights of Ruby, how Ruby on Rails has changed the rules of web development, and how JRuby allows for the integration of Ruby (on Rails) and Java.
</p></blockquote>
<p><a href="http://sunopencommunitiesforum.es/inscripcion.html">Inscription</a> is free and if you cannot attend, there will be live streaming as well. Notice you also have to inscribe (checking the &#8220;Lo seguiré por internet&#8221; radio button) if you want to watch the streaming.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=194&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/06/09/speaking-about-jruby-on-rails-at-the-sun-open-communities-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
		<item>
		<title>install nokogiri and libxml on ubuntu</title>
		<link>http://formatinternet.wordpress.com/2009/05/28/install-nokogiri-and-libxml-on-ubuntu/</link>
		<comments>http://formatinternet.wordpress.com/2009/05/28/install-nokogiri-and-libxml-on-ubuntu/#comments</comments>
		<pubDate>Thu, 28 May 2009 14:21:09 +0000</pubDate>
		<dc:creator>javier ramirez</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[javier ramirez]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ru]]></category>

		<guid isPermaLink="false">http://formatinternet.wordpress.com/?p=190</guid>
		<description><![CDATA[a quick one.. 
the scenario:
 you want to install nokogiri on ubuntu but you cannot get the gem to install because of unmet dependencies
the solution:
sudo apt-get install libxml2 libxml2-dev libxslt1-dev
sudo gem install nokogiri
the end
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=190&subd=formatinternet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>a quick one.. </p>
<p>the scenario:<br />
 you want to install nokogiri on ubuntu but you cannot get the gem to install because of unmet dependencies</p>
<p>the solution:</p>
<blockquote><p>sudo apt-get install libxml2 libxml2-dev libxslt1-dev<br />
sudo gem install nokogiri</p></blockquote>
<p>the end</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/formatinternet.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/formatinternet.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/formatinternet.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/formatinternet.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/formatinternet.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/formatinternet.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/formatinternet.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/formatinternet.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/formatinternet.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/formatinternet.wordpress.com/190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=formatinternet.wordpress.com&blog=513870&post=190&subd=formatinternet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://formatinternet.wordpress.com/2009/05/28/install-nokogiri-and-libxml-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c35208ff2c16289282768a31b9a8fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jramirez</media:title>
		</media:content>
	</item>
	</channel>
</rss>