<?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>The Soulforged insane blog &#187; Ruby</title>
	<atom:link href="http://www.soulforged.net/wordpress/category/tecnologia/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soulforged.net/wordpress</link>
	<description>Kill a man, you are a murderer. Kill many, you are a conqueror. Kill 'em all and you are a god.</description>
	<lastBuildDate>Sun, 27 Nov 2011 12:13:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>uninitialized constant AjaxScaffold error when doing a migration</title>
		<link>http://www.soulforged.net/wordpress/2009/02/02/uninitialized-constant-ajaxscaffold-error-when-doing-a-migration/</link>
		<comments>http://www.soulforged.net/wordpress/2009/02/02/uninitialized-constant-ajaxscaffold-error-when-doing-a-migration/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 22:32:44 +0000</pubDate>
		<dc:creator>The Soulforged</dc:creator>
				<category><![CDATA[FreeBSD & BSD]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[scaffold]]></category>

		<guid isPermaLink="false">http://www.soulforged.net/wordpress/?p=121</guid>
		<description><![CDATA[I&#8217;ve had to modify some Rails projects after a time. Rails versions seems to be a headache when it comes to maintenance. The last one I suffered got me mad. After suffering the classical &#8220;require_gem&#8221; errors I got this one: rake aborted! An error has occurred, all later migrations canceled: uninitialized constant AjaxScaffold::ScaffoldColumn::Inflector (See full [...]]]></description>
		<wfw:commentRss>http://www.soulforged.net/wordpress/2009/02/02/uninitialized-constant-ajaxscaffold-error-when-doing-a-migration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Problemas con rails y MySQL</title>
		<link>http://www.soulforged.net/wordpress/2007/05/29/problemas-con-rails-y-mysql/</link>
		<comments>http://www.soulforged.net/wordpress/2007/05/29/problemas-con-rails-y-mysql/#comments</comments>
		<pubDate>Tue, 29 May 2007 20:47:00 +0000</pubDate>
		<dc:creator>The Soulforged</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tecnología]]></category>

		<guid isPermaLink="false">http://www.soulforged.net/wordpress/?p=42</guid>
		<description><![CDATA[Un problema frecuente que nos podemos encontrar al hacer un depliegue de una aplicación RoR

"Can't connect to local MySQL server through socket '/tmp/mysql.sock' "]]></description>
		<wfw:commentRss>http://www.soulforged.net/wordpress/2007/05/29/problemas-con-rails-y-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails sobre Apache 2.2 en FreeBSD 6.2</title>
		<link>http://www.soulforged.net/wordpress/2006/12/13/ruby-on-rails-sobre-apache-22-en-freebsd-62/</link>
		<comments>http://www.soulforged.net/wordpress/2006/12/13/ruby-on-rails-sobre-apache-22-en-freebsd-62/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 22:49:00 +0000</pubDate>
		<dc:creator>The Soulforged</dc:creator>
				<category><![CDATA[FreeBSD & BSD]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tecnología]]></category>

		<guid isPermaLink="false">http://www.soulforged.net/wordpress/?p=36</guid>
		<description><![CDATA[Tras configurar Ruby on Rails parece interesante que funcione sobre apache, el servidor integrado está bien para el desarrollo pero no parece muy profesional. No resulta muy complicado y con añadir lo siguiente al fichero httpd.conf será suficiente: Suponemos que tenemos nuestra aplicación en &#8220;/usr/Projects/rails/app/public&#8221; Alias /app1 &#8220;/usr/Projects/rails/app/public&#8221; Con esto le estamos diciendo que cuando [...]]]></description>
		<wfw:commentRss>http://www.soulforged.net/wordpress/2006/12/13/ruby-on-rails-sobre-apache-22-en-freebsd-62/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails en FreeBSD 6.2</title>
		<link>http://www.soulforged.net/wordpress/2006/12/13/ruby-on-rails-en-freebsd-62/</link>
		<comments>http://www.soulforged.net/wordpress/2006/12/13/ruby-on-rails-en-freebsd-62/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 19:56:41 +0000</pubDate>
		<dc:creator>The Soulforged</dc:creator>
				<category><![CDATA[FreeBSD & BSD]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tecnología]]></category>

		<guid isPermaLink="false">http://www.soulforged.net/wordpress/?p=35</guid>
		<description><![CDATA[Es bastante sencillo instalar Ruby on Rails en FreeBSD aunque no hay un instalador integrado como en el caso de otros sistemas operativos, por ello vamos a ver los pasos que hay que seguir. Es interesante actualizar antes el arbol de ports, así nos aseguraremos de meter la última version, para ello podemos usar cvsup [...]]]></description>
		<wfw:commentRss>http://www.soulforged.net/wordpress/2006/12/13/ruby-on-rails-en-freebsd-62/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

