<?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/"
	>

<channel>
	<title>Bitacoreando &#187; Ruby</title>
	<atom:link href="http://bitacoreando.com/categorias/tech-stuff/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitacoreando.com</link>
	<description>U.S.I - Useless Snippets of Information</description>
	<lastBuildDate>Sun, 20 May 2012 17:45:06 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fix MP3 Tags with Rake</title>
		<link>http://bitacoreando.com/archives/2007/01/26/fix-mp3-tags-with-rake/</link>
		<comments>http://bitacoreando.com/archives/2007/01/26/fix-mp3-tags-with-rake/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 20:27:31 +0000</pubDate>
		<dc:creator>umquat</dc:creator>
				<category><![CDATA[Bitacoreando]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tech stuff]]></category>

		<guid isPermaLink="false">http://bitacoreando.com/?p=197</guid>
		<description><![CDATA[I wanted to fix ID tags on lots of MP3 files, so I chose Rake to do the job. Here&#8217;s the code: Fix MP3 Tags with Rake]]></description>
			<content:encoded><![CDATA[<p>I wanted to fix ID tags on lots of MP3 files, so I chose Rake to do the job. Here&#8217;s the code: <a href="http://bitacoreando.com/fix-mp3-tags-with-rake/">Fix MP3 Tags with Rake</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bitacoreando.com/archives/2007/01/26/fix-mp3-tags-with-rake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using the Rake Build Language</title>
		<link>http://bitacoreando.com/archives/2006/11/28/using-the-rake-build-language/</link>
		<comments>http://bitacoreando.com/archives/2006/11/28/using-the-rake-build-language/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 23:27:40 +0000</pubDate>
		<dc:creator>umquat</dc:creator>
				<category><![CDATA[Bitacoreando]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://bitacoreando.com/archives/2006/11/28/using-the-rake-build-language/</guid>
		<description><![CDATA[Excelente artículo para entender el uso del sistema de construcción (build system) para Ruby : Rake Using the Rake Build Language]]></description>
			<content:encoded><![CDATA[<p>Excelente artículo para entender el uso del sistema de construcción (build system) para Ruby : Rake</p>
<p><a href="http://www.martinfowler.com/articles/rake.html">Using the Rake Build Language</a></p>
<p><a href="http://www.martinfowler.com/articles/rake.html"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bitacoreando.com/archives/2006/11/28/using-the-rake-build-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby 1.8.4 on Mac OS X Panther</title>
		<link>http://bitacoreando.com/archives/2006/11/20/ruby-184-on-mac-os-x-panther/</link>
		<comments>http://bitacoreando.com/archives/2006/11/20/ruby-184-on-mac-os-x-panther/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 00:09:17 +0000</pubDate>
		<dc:creator>umquat</dc:creator>
				<category><![CDATA[Bitacoreando]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://bitacoreando.com/?p=175</guid>
		<description><![CDATA[I use Fink to manage my Mac Mini, a Panther box which is patiently waiting for some Leopard love In the meantime, if you need a fairly recent install of Ruby (1.8.4 at time of writing) on a Panther box &#8230; <a href="http://bitacoreando.com/archives/2006/11/20/ruby-184-on-mac-os-x-panther/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use Fink to manage my Mac Mini, a Panther box which is patiently waiting for some Leopard love <img src='http://bitacoreando.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In the meantime, if you need a fairly recent install of Ruby (1.8.4 at time of writing) on a Panther box (PPC or Intel), here&#8217;s a quick list fo things to do, the Fink way:</p>
<ul>
<li>Fink can take care of absolutely everything you need, but sometimes you need to use it&#8217;s unstable repositories. The latest ruby is in it&#8217;s unstable repositories.</p>
<p>From Fink&#8217;s <a href="http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#unstable" target="_blank">FAQ</a>:<br /> 
<div class="question">
<p><a name="unstable"><strong>Q5.8: There&#8217;s this package in unstable that I want to install, but the         fink command just says &#8216;no package found&#8217;. How can I install it?</strong></a></p>
</p></div>
<p> <a name="unstable">      </a>
<div class="answer">
<p><a name="unstable"><strong>A:</strong> First make sure you understand what &#8216;unstable&#8217; means. Packages in         the unstable tree are not in stable for any number of reasons.  It         could be because there are known issues, validation errors, or just         not enough people giving feedback that the package works for them.         For that reason, Fink doesn&#8217;t search the unstable tree by         default.</a></p>
<p><a name="unstable">If you do enable unstable, please remember to e-mail the         maintainer if something works (or even if it doesn&#8217;t). Feedback from         users like you is what we use to determine if something is ready for         stable! To find out the maintainer of a package, run fink info         <strong>packagename</strong>.</a></p>
<p><a name="unstable"><em>To configure Fink to use unstable, <strong>edit         /sw/etc/fink.conf, add unstable/main         and unstable/crypto to the Trees: line, and         then run fink selfupdate; fink index; fink scanpackages.</strong></em>         </a></p>
<p><a name="unstable">Also note, if you don&#8217;t want to install any more from unstable than         your specific packages and their dependencies, don&#8217;t use the         update-all command until you turn the unstable tree         back off.</a></p>
</p></div>
<p> <a name="unstable">    </a>     <a name="unstable-onepackage">       </a><a name="unstable-onepackage"></a></li>
<li><a name="unstable-onepackage"></a>After editing the file be prepared to wait a long time, since the fink selfupdate, index and scanpackages commands will download and rebuild all sorts of stuff inside the fink install. Eventually all the compilation will stop, and then you can do the following incantations:
<p> <strong>sudo fink install ruby&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong></p>
<p> and after that:</p>
<p> <strong>sudo fink install rubygems-rb18</strong>&nbsp;&nbsp;&nbsp; </p>
</li>
<li>that&#8217;s it, now you have a fully working ruby install inside /sw. It compiled ruby, abd so, it automagically added the readline library, giving you a proper irb and should you want to go the Rails way, a working console also.
<p><strong>Should you find a borken IRB:</strong> rename /usr/local/irb to /usr/local/irb-old</p>
</li>
<li><strong>** NOTE **</strong> the PATH is very important issue here. Please note I did not mention anything about removing the current OS X ruby install or anything of that sort. I found quite usefull to add the following line to the bottom of /etc/profile
<p><strong>source /sw/bin/init.sh</strong></p>
<p>(which is a step that you should have done when installing fink, anyway)</li>
</ul>
<p>Enjoy. </p>
]]></content:encoded>
			<wfw:commentRss>http://bitacoreando.com/archives/2006/11/20/ruby-184-on-mac-os-x-panther/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RakeWeb 1.0</title>
		<link>http://bitacoreando.com/archives/2006/11/14/rakeweb-10/</link>
		<comments>http://bitacoreando.com/archives/2006/11/14/rakeweb-10/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 17:57:45 +0000</pubDate>
		<dc:creator>umquat</dc:creator>
				<category><![CDATA[Bitacoreando]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://bitacoreando.com/archives/2006/11/14/rakeweb-10/</guid>
		<description><![CDATA[RakeWeb 1.0&#8212;&#8211; SPANISH &#8212;&#8212;&#8212;- RakeWeb es un sistema que permita la generación de sitios de web de forma simple. No es una herramienta avanzada para la administración de grandes portales, ni tampoco es un CMS. RakeWeb toma las plantillas que &#8230; <a href="http://bitacoreando.com/archives/2006/11/14/rakeweb-10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>RakeWeb 1.0<br />&#8212;&#8211; SPANISH &#8212;&#8212;&#8212;-</p>
<p>RakeWeb es un sistema que permita la generación de sitios de web de forma simple. No es una herramienta avanzada para la administración de grandes portales, ni tampoco es un CMS. RakeWeb toma las plantillas que tú hayas creado y las convierte en un conjunto de páginas de web, con una navegación común.</p>
<p>RakeWeb está creado utilizando el &quot;sistema de construcción&quot; (build system) denominado Rake, que a su vez está creado en el lenguaje Ruby. Adicionalmente puede utilizar ERB, que permite ejecutar código Ruby al momento de replicar las plantillas, y por último utiliza YAML, que es un formato simple de almacenamiento de datos nativo del lenguaje Ruby.</p>
<p>El proyecto está alojado en <a target="_blank" href="http://rakeweb.rubyforge.org">http://rakeweb.rubyforge.org/</a></p>
<p>&#8212;&#8211; ENGLISH &#8212;&#8212;&#8211;&nbsp;</p>
<p>RakeWeb is a system that allows for static website generation in a very simple way. I&#8217;ts not an advanced tool for managing huge portals, nor is it a CMS. RakeWeb uses any templates of your own making and turns them into a coherent set of web pages, with a common navigation.</p>
<p>RakeWeb is created using the build system known as Rake, which itself is created using the Ruby programming language. It can use ERB, executing Ruby code at generation time. It also uses YAML, which is a simple format for storing data, native to Ruby.</p>
<p>The project is hosted at Rubyforge:&nbsp; <a target="_blank" href="http://rakeweb.rubyforge.org">http://rakeweb.rubyforge.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bitacoreando.com/archives/2006/11/14/rakeweb-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

