<?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>Antonio's Blog &#187; ROR</title>
	<atom:link href="http://antoniomaradiaga.com/blog/tag/ror/feed/" rel="self" type="application/rss+xml" />
	<link>http://antoniomaradiaga.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 03 Apr 2010 20:05:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Learning RoR &#8211; Rails and MVC</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/learning-ror-rails-and-mvc/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/learning-ror-rails-and-mvc/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 05:59:03 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=156</guid>
		<description><![CDATA[First lines of code in RoR that I&#8217;m really proud of&#8230;.

I know it&#8217;s really simple&#8230;.just validating when a session value is null. I&#8217;m proud of it cause its the first rails app that I built from scratch (Creating controllers, views, debug it, etc)
I&#8217;m actually enjoying a lot learning RoR and this is just the beginning&#8230;..just [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">First lines of code in RoR that I&#8217;m really proud of&#8230;.</p>
<p style="text-align: center;"><img class="size-medium wp-image-157 alignnone" title="Code" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/Picture-2-300x176.png" alt="Picture 2" width="300" height="176" /></p>
<p style="text-align: left;">I know it&#8217;s really simple&#8230;.just validating when a session value is null. I&#8217;m proud of it cause its the first rails app that I built from scratch (Creating controllers, views, debug it, etc)</p>
<p style="text-align: left;">I&#8217;m actually enjoying a lot learning RoR and this is just the beginning&#8230;..just finished learning some basics of Rails and how the MVC (Model View Controller) works in RoR&#8230;.created a couple of models, views and controllers (lots of .rb and .rhtml files)&#8230;.everything worked just fine.</p>
<p style="text-align: left;">Tomorrow will be an exciting day&#8230;.I&#8217;ll start connecting RoR with a database and all the usual stuff&#8230;..inserting, selecting and updating data.</p>
<p style="text-align: left;">I don&#8217;t really want to go to work tomorrow, I would rather stay and learn more RoR hehe.</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/learning-ror-rails-and-mvc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Aprendiendo ROR &#8211; Ruby</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 06:03:08 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=152</guid>
		<description><![CDATA[
Definitivamente con el libro que habia empezado era demasiado avanzado, asi que tuve que buscar otro libro para aprender&#8230;.uno que fuera mas para beginner  . Entonces ahora estoy aprendiendo con uno que se llama &#8220;Beginnning Ruby on Rails&#8221; (hasta ahorita muy bueno y sencillisimo para aprender).
Que he aprendido hasta ahora?
Pues lo basico&#8230;.variables, condiciones, casos, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-151" title="BeginningROR" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/beginning-ruby-on-rails1-237x300.jpg" alt="BeginningROR" width="237" height="300" /></p>
<p>Definitivamente con el libro que habia empezado era demasiado avanzado, asi que tuve que buscar otro libro para aprender&#8230;.uno que fuera mas para beginner <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Entonces ahora estoy aprendiendo con uno que se llama &#8220;<a href="http://www.amazon.com/Beginning-Ruby-Rails-Wrox-Guides/dp/0470069155" target="_blank">Beginnning Ruby on Rails</a>&#8221; (hasta ahorita muy bueno y sencillisimo para aprender).</p>
<p><strong>Que he aprendido hasta ahora?</strong></p>
<p>Pues lo basico&#8230;.variables, condiciones, casos, clases, metodos, funciones, modulos&#8230;.me gusta mucho, bien flexible. Un poco bastante distinto a lo que estoy acostumbrado, me hace falta ponerle punto y coma ( ; ) despues del final de todas las lineas de codigo jeje (demasiado acostumbrado a C# y Java). No se definen los tipos de las variables. Y todo puede ser programado en un simple Text Editor, muy distinto si se esta acostumbrado a IDEs y code snippets&#8230;</p>
<p>He terminado los primeros 3 capitulos de este libro, que son de puro Ruby. Ahora parece que viene lo bonito <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , voy a empezar a aprender Rails! Cada vez se pone mas y mas interesante&#8230;.de verdad que no quiero ir a dormir y solo quiero continuar aprendiendo!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aprendiendo ROR &#8211; Intro (Problema #1)!</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-intro-problema-1/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-intro-problema-1/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 00:31:05 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=140</guid>
		<description><![CDATA[Casi al final de la Introduction de &#8220;The Rails Way&#8221; sale lo siguiente:
This book is not a tutorial or basic introduction to Ruby or Rails. It is meant as a day-to-day reference for the full-time Rails developer. At times we delve deep into the Rails codebase to illustrate why Rails behaves the way that it [...]]]></description>
			<content:encoded><![CDATA[<p>Casi al final de la Introduction de &#8220;The Rails Way&#8221; sale lo siguiente:</p>
<blockquote><p>This book is not a tutorial or basic introduction to Ruby or Rails. It is meant as a day-to-day reference for the full-time Rails developer. At times we delve deep into the Rails codebase to illustrate why Rails behaves the way that it does, and present snippets of actual Rails code. The more confident reader might be able to get started in Rails using just this book, extensive online resources, and his wits, but there are other publications that are more introductory in nature and might be a wee bit more appropriate for beginners.</p></blockquote>
<p>Creo que tengo un SERIO problema, ya que yo soy un beginner jeje, vamos a ver si puedo continuar con el mismo o busco otro&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-intro-problema-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aprendiendo ROR (Ruby on Rails) &#8211; Intro</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby-on-rails-intro/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby-on-rails-intro/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:57:36 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=130</guid>
		<description><![CDATA[
Hola, despues de mucho tiempo de no poner ningun Post&#8230;..
Pienso hacer una pequenha bitacora de como va avanzando mi aprendizaje de ROR. Despues de analizar un poco lo que es GWT (Google Web Toolkit) y ROR, y ver cual de los pros y contras de ambos, me he inclinado por ROR.
Hay bastante gente desarrollando para [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-131" title="ruby-on-rails" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/ruby-on-rails-300x187.jpg" alt="ruby-on-rails" width="300" height="187" /></p>
<p>Hola, despues de mucho tiempo de no poner ningun Post&#8230;..</p>
<p>Pienso hacer una pequenha bitacora de como va avanzando mi aprendizaje de ROR. Despues de analizar un poco lo que es GWT (Google Web Toolkit) y ROR, y ver cual de los pros y contras de ambos, me he inclinado por ROR.</p>
<p>Hay bastante gente desarrollando para ROR y cada vez se escucha mas demanda por desarrolladores ROR. Aparte que hace mucho tiempo que quiero aprenderlo <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Para empezar, voy con el libro escrito por Obie Fernandez llamado <a href="http://www.amazon.com/Rails-Way-Addison-Wesley-Professional-Ruby/dp/0321445619/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1244414653&amp;sr=8-1" target="_blank">The Rails Way</a> (Highly recommended por mucha gente en Internet). Ahora estoy leyendo la introduccion&#8230;.de aqui a poco estoy montando el sistema en mi Mac y vamos a ver como me va. <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Really looking fwd a manejar bien ROR!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby-on-rails-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
