<?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>Elvis Fernandes &#187; Rails</title>
	<atom:link href="http://www.elvis.eti.br/category/desenvolvimento/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elvis.eti.br</link>
	<description>Programação, cultura e educação.</description>
	<lastBuildDate>Thu, 02 Feb 2012 08:31:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Deploying your Rails 3 app on Dreamhost</title>
		<link>http://www.elvis.eti.br/en/2011/02/08/rodando-uma-aplicacao-em-rails-3-na-dreamhost/</link>
		<comments>http://www.elvis.eti.br/en/2011/02/08/rodando-uma-aplicacao-em-rails-3-na-dreamhost/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 10:00:20 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Passenger]]></category>
		<category><![CDATA[rails 3]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=783</guid>
		<description><![CDATA[This is another quick post: to deploy your Rails 3 app on a shared hosting at Dreamhost, just use RVM to make sure your gems will have their place in the sun on the user&#8217;s directory (otherwise Passenger will throw an access denied to /root/.gems error) and then configure your Rails app for the new [...]]]></description>
			<content:encoded><![CDATA[<p>This is another quick post: to deploy your Rails 3 app on a shared hosting at Dreamhost, just use RVM to make sure your gems will have their place in the sun on the user&#8217;s directory (otherwise Passenger will throw an access denied to /root/.gems error) and then configure your Rails app for the new gems path. Here is the step-by-step:</p>
<p>1) Access your Dreamhost account via SSH.<br />
2) Install RVM &#8220;as a user&#8221; (you won&#8217;t be able to try this as root). Here is the <a href="http://rvm.beginrescueend.com/rvm/install/">step-by-step</a>).<br />
3) Configure your app so Passenger will know where to find your gems, including these lines in config.ru at the beginning of the file:</p>
<pre class="brush: plain; title: ; notranslate">
ENV['GEM_HOME'] = '/path/to/your/gems'
require 'rubygems'
Gem.clear_paths
</pre>
<p>Where &#8216;/path/to/your/gems&#8217; should be replaced by your GEM_HOME using RVM. Lets say you installed <strong>ruby 1.8.7</strong> (using <em>rvm install 1.8.7</em>) and a gemset named <strong>mygemset</strong>, the path to your gems may look something like: <strong>/home/USER/.rvm/gems/ruby-1.8.7-p330@mygemset</strong></p>
<p>Edit @ mar 6th, 2011: Yesterday, Dreamhost announced they already support Rails 3, and its current version at the time of this writing is 3.0.3 </p>
<h2  class="related_post_title">Posts relacionados</h2><ul class="related_post"><li><a href="http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/" title="<!--:PT-->Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost <!--:--><!--:en-->Installing your Rails/RestfulX app (and its gems) at Dreamhost<!--:-->"><!--:PT-->Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost <!--:--><!--:en-->Installing your Rails/RestfulX app (and its gems) at Dreamhost<!--:--></a> (2)</li></ul><hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2011. |
<a href="http://www.elvis.eti.br/en/2011/02/08/rodando-uma-aplicacao-em-rails-3-na-dreamhost/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2011/02/08/rodando-uma-aplicacao-em-rails-3-na-dreamhost/#comments">Nenhum comentário</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2011/02/08/rodando-uma-aplicacao-em-rails-3-na-dreamhost/&title=Deploying your Rails 3 app on Dreamhost">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/dreamhost/" rel="tag">dreamhost</a>, <a href="http://www.elvis.eti.br/en/tag/gem/" rel="tag">gem</a>, <a href="http://www.elvis.eti.br/en/tag/passenger/" rel="tag">Passenger</a>, <a href="http://www.elvis.eti.br/en/tag/rails-3/" rel="tag">rails 3</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2011/02/08/rodando-uma-aplicacao-em-rails-3-na-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing problems with Rails, RVM, openssl, and readline on Ubuntu</title>
		<link>http://www.elvis.eti.br/en/2011/01/29/resolvendo-problemas-com-rails-rvm-openssl-e-readline-no-ubuntu/</link>
		<comments>http://www.elvis.eti.br/en/2011/01/29/resolvendo-problemas-com-rails-rvm-openssl-e-readline-no-ubuntu/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 14:43:26 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rvm]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=775</guid>
		<description><![CDATA[When you start working with RVM on Ubuntu, probably you&#8217;ll face some configuration problems while trying to execute script/console (Rails 2.x), e.g.: or even The oficial RVM website offers one solution, but this may not apply for all situations. To fix that problem, you&#8217;ll need to do the following: 1) Install openssl and readline libraries [...]]]></description>
			<content:encoded><![CDATA[<p>When you start working with <a href="http://rvm.beginrescueend.com/">RVM</a> on Ubuntu, probably you&#8217;ll face some configuration problems while trying to execute <code>script/console</code> (Rails 2.x), e.g.:</p>
<p>
<pre class="brush: powershell; title: ; notranslate">no such file to load -- readline (LoadError)</pre>
</p>
<p>or even</p>
<p>
<pre class="brush: powershell; title: ; notranslate">no such file to load -- openssl (LoadError)</pre>
</p>
<p>The oficial RVM website offers <a href="http://rvm.beginrescueend.com/packages/readline/" target="_blank">one solution</a>, but this may not apply for all situations.</p>
<p>To fix that problem, you&#8217;ll need to do the following:</p>
<p>1) Install openssl and readline libraries via apt:</p>
<p>
<pre class="brush: powershell; title: ; notranslate">$ sudo apt-get install libreadline6 libreadline6-dev openssl libssl0.9.8 libssl-dev libopenssl-ruby</pre>
</p>
<p>2) Reinstal your ruby version using RVM, specifying readline and openssl directories:</p>
<p>
<pre class="brush: powershell; title: ; notranslate">$ cd &lt;path to your Rails project&gt;
$ rvm remove 1.8.7
$ rvm install 1.8.7 --with-readline-dir=/usr/include/readline/ --with-openssl-dir=/usr/include/openssl/</pre>
</p>
<p>This example works with Ruby version 1.8.7 on Ubuntu 10. Make the proper changes to meet your environment. I&#8217;ve tested this solution with Rails 2.3.10 &#8211; I believe it will work with other versions/evironments as well.</p>
<p>Worked with you in another configuration? Just drop a line in the comments bellow and let me know!</p>
<h2  class="related_post_title">Posts relacionados</h2><ul class="related_post"><li><a href="http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/" title="<!--:PT-->Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost <!--:--><!--:en-->Installing your Rails/RestfulX app (and its gems) at Dreamhost<!--:-->"><!--:PT-->Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost <!--:--><!--:en-->Installing your Rails/RestfulX app (and its gems) at Dreamhost<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2010/01/22/crud-com-o-restfulx-aplicacao-funcionando/" title="<!--:PT-->CRUD com o RestfulX &#8211; aplicação funcionando<!--:--><!--:en-->CRUD with RestfulX &#8211; live application<!--:-->"><!--:PT-->CRUD com o RestfulX &#8211; aplicação funcionando<!--:--><!--:en-->CRUD with RestfulX &#8211; live application<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/" title="<!--:PT-->CRUD com o RestfulX: Parte 2/2 – Create, Update e Delete<!--:--><!--:en-->CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete<!--:-->"><!--:PT-->CRUD com o RestfulX: Parte 2/2 – Create, Update e Delete<!--:--><!--:en-->CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/" title="<!--:PT-->Instalação &#8220;avançada&#8221; do RestfulX no seu projeto Rails<!--:--><!--:en-->&#8220;Advanced&#8221; installation of RestfulX into your Rails app<!--:-->"><!--:PT-->Instalação &#8220;avançada&#8221; do RestfulX no seu projeto Rails<!--:--><!--:en-->&#8220;Advanced&#8221; installation of RestfulX into your Rails app<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/" title="<!--:PT-->Introdução ao RestfulX<!--:--><!--:en-->Introduction to RestfulX<!--:-->"><!--:PT-->Introdução ao RestfulX<!--:--><!--:en-->Introduction to RestfulX<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2009/05/30/screencast-desenvolvendo-uma-aplicacao-com-restfulx-em-menos-de-5-minutos/" title="<!--:PT-->Screencast: desenvolvendo uma aplicação com RestfulX em menos de 5 minutos<!--:-->"><!--:PT-->Screencast: desenvolvendo uma aplicação com RestfulX em menos de 5 minutos<!--:--></a> (8)</li><li><a href="http://www.elvis.eti.br/en/2008/12/10/usando-checkboxes-em-uma-relacao-habtm-no-rails/" title="<!--:PT-->Usando checkboxes em uma relação habtm no Rails<!--:-->"><!--:PT-->Usando checkboxes em uma relação habtm no Rails<!--:--></a> (7)</li><li><a href="http://www.elvis.eti.br/en/2008/06/04/instalando-rails-no-debian/" title="<!--:PT-->Instalando o Rails 2 no Debian<!--:-->"><!--:PT-->Instalando o Rails 2 no Debian<!--:--></a> (3)</li><li><a href="http://www.elvis.eti.br/en/2011/02/16/recuperando-o-mbr-apos-atualizacao-do-ubuntu-instalado-com-wubi/" title="<!--:PT-->Recuperando o MBR após atualização do Ubuntu instalado com Wubi<!--:--><!--:en-->Fixing Windows/Linux boot after an Ubuntu update (Wubi)<!--:-->"><!--:PT-->Recuperando o MBR após atualização do Ubuntu instalado com Wubi<!--:--><!--:en-->Fixing Windows/Linux boot after an Ubuntu update (Wubi)<!--:--></a> (3)</li><li><a href="http://www.elvis.eti.br/en/2009/09/21/criando-xml-no-rails-com-caracteres-acentuados/" title="<!--:PT-->Criando XML no Rails com caracteres acentuados<!--:-->"><!--:PT-->Criando XML no Rails com caracteres acentuados<!--:--></a> (0)</li></ul><hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2011. |
<a href="http://www.elvis.eti.br/en/2011/01/29/resolvendo-problemas-com-rails-rvm-openssl-e-readline-no-ubuntu/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2011/01/29/resolvendo-problemas-com-rails-rvm-openssl-e-readline-no-ubuntu/#comments">Nenhum comentário</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2011/01/29/resolvendo-problemas-com-rails-rvm-openssl-e-readline-no-ubuntu/&title=Fixing problems with Rails, RVM, openssl, and readline on Ubuntu">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/openssl/" rel="tag">openssl</a>, <a href="http://www.elvis.eti.br/en/tag/rails/" rel="tag">Rails</a>, <a href="http://www.elvis.eti.br/en/tag/readline/" rel="tag">readline</a>, <a href="http://www.elvis.eti.br/en/tag/ruby-on-rails/" rel="tag">ruby on rails</a>, <a href="http://www.elvis.eti.br/en/tag/rvm/" rel="tag">rvm</a>, <a href="http://www.elvis.eti.br/en/tag/ubuntu/" rel="tag">ubuntu</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2011/01/29/resolvendo-problemas-com-rails-rvm-openssl-e-readline-no-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing your Rails/RestfulX app (and its gems) at Dreamhost</title>
		<link>http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/</link>
		<comments>http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 12:06:52 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RestfulX]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[hospedagem]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=626</guid>
		<description><![CDATA[Although I heard a lot of bad comments about Dreamhost, I cannot complain: in one year of hosting I had no problems. Some days ago I published a tiny Flex/Rails/RestfulX app and it was straightforward. I had minor problems understanding how the user could install their gems, but it is really simple. First create a [...]]]></description>
			<content:encoded><![CDATA[<p>Although I heard a lot of bad comments about <a href="http://dreamhost.com">Dreamhost</a>, I cannot complain: in one year of hosting I had no problems.</p>
<p>Some days ago I published a tiny <a href="http://www.elvis.eti.br/en/2010/01/22/crud-com-o-restfulx-aplicacao-funcionando/" target="_blank">Flex/Rails/RestfulX app</a> and it was straightforward. I had minor problems understanding how the user could install their gems, but it is really simple.</p>
<p>First create a subdomain with <a href="http://www.modrails.com">Passenger</a> support. You&#8217;ll need to inform a web directory ending with &#8220;/public/&#8221;, as this screenshot shows:</p>
<p>(...)<br/>Leia o restante do artigo <a href="http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/">Installing your Rails/RestfulX app (and its gems) at Dreamhost</a> (211 palavras)</p>
<hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2010. |
<a href="http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/#comments">2 comentários</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/&title=Installing your Rails/RestfulX app (and its gems) at Dreamhost">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/desenvolvimento/" rel="tag">Desenvolvimento</a>, <a href="http://www.elvis.eti.br/en/tag/dreamhost/" rel="tag">dreamhost</a>, <a href="http://www.elvis.eti.br/en/tag/flex/" rel="tag">Flex</a>, <a href="http://www.elvis.eti.br/en/tag/hospedagem/" rel="tag">hospedagem</a>, <a href="http://www.elvis.eti.br/en/tag/rails/" rel="tag">Rails</a>, <a href="http://www.elvis.eti.br/en/tag/ror/" rel="tag">RoR</a>, <a href="http://www.elvis.eti.br/en/tag/ruby-on-rails/" rel="tag">ruby on rails</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete</title>
		<link>http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/</link>
		<comments>http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:00:34 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RestfulX]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restfulx]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=590</guid>
		<description><![CDATA[In my last article about CRUD with RestfulX I wrote about how to retrieve data from the Rails backend. In this article I&#8217;ll show you how the other CRUD operations (create, update, and delete) works with RestfulX. I&#8217;ll keep using the same project as example and explore the same concepts too. It would be useful [...]]]></description>
			<content:encoded><![CDATA[<p>In my last article about <a href="http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/">CRUD with RestfulX</a> I wrote about how to retrieve data from the Rails backend. In this article I&#8217;ll show you how the other CRUD operations (create, update, and delete) works with RestfulX.</p>
<p>I&#8217;ll keep using the same project as example and explore the same concepts too. It would be useful if you read my last post about <a href="http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/">how to retrieve data from the Rails backend with RestfulX.</a><br />
(...)<br/>Leia o restante do artigo <a href="http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/">CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete</a> (688 palavras)</p>
<hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2009. |
<a href="http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/#comments">2 comentários</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/&title=CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/flex/" rel="tag">Flex</a>, <a href="http://www.elvis.eti.br/en/tag/rails/" rel="tag">Rails</a>, <a href="http://www.elvis.eti.br/en/tag/rest/" rel="tag">rest</a>, <a href="http://www.elvis.eti.br/en/tag/restfulx/" rel="tag">restfulx</a>, <a href="http://www.elvis.eti.br/en/tag/ruby-on-rails/" rel="tag">ruby on rails</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CRUD with RestfulX: Part 1/2 &#8211; Retrieve</title>
		<link>http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/</link>
		<comments>http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 10:37:14 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Projetos]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RestfulX]]></category>
		<category><![CDATA[banco de dados]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[programação]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[restfulx]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yml]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=577</guid>
		<description><![CDATA[Lets create an example to show how to use basic database operations (aka CRUD &#8211; Create, Retrieve, Update, and Delete) with RestfulX. The project is pretty simple and will evolve as I write future articles using this example: an application to control events and people that attend to these events. (...)Leia o restante do artigo [...]]]></description>
			<content:encoded><![CDATA[<p>Lets create an example to show how to use basic database operations (aka CRUD &#8211; Create, Retrieve, Update, and Delete) with RestfulX.</p>
<p>The project is pretty simple and will evolve as I write future articles using this example: an application to control events and people that attend to these events.<br />
(...)<br/>Leia o restante do artigo <a href="http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/">CRUD with RestfulX: Part 1/2 &#8211; Retrieve</a> (627 palavras)</p>
<hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2009. |
<a href="http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/#comments">7 comentários</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/&title=CRUD with RestfulX: Part 1/2 &#8211; Retrieve">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/banco-de-dados/" rel="tag">banco de dados</a>, <a href="http://www.elvis.eti.br/en/tag/desenvolvimento/" rel="tag">Desenvolvimento</a>, <a href="http://www.elvis.eti.br/en/tag/flex/" rel="tag">Flex</a>, <a href="http://www.elvis.eti.br/en/tag/mysql/" rel="tag">mysql</a>, <a href="http://www.elvis.eti.br/en/tag/programacao/" rel="tag">programação</a>, <a href="http://www.elvis.eti.br/en/tag/rake/" rel="tag">rake</a>, <a href="http://www.elvis.eti.br/en/tag/restfulx/" rel="tag">restfulx</a>, <a href="http://www.elvis.eti.br/en/tag/xml/" rel="tag">xml</a>, <a href="http://www.elvis.eti.br/en/tag/yml/" rel="tag">yml</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>&#8220;Advanced&#8221; installation of RestfulX into your Rails app</title>
		<link>http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/</link>
		<comments>http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 12:00:19 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RestfulX]]></category>
		<category><![CDATA[configuração]]></category>
		<category><![CDATA[flex builder]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[restfulx]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=549</guid>
		<description><![CDATA[After you create your Rails project using rails , you can configure it to use RestfulX using the command script/generate rx_config. This command creates all the configuration files and downloads the RestfulX library file (restfulx_framework.1.2.4.swc, the current version while I write this post). Alternatively you can also download the sorce of the restfulx_framework project and [...]]]></description>
			<content:encoded><![CDATA[<p>After you create your Rails project using <code>rails <nome_do_projeto></code>, you can configure it to use RestfulX using the command <code>script/generate rx_config</code>. This command creates all the configuration files and downloads the RestfulX library file (<code>restfulx_framework.1.2.4.swc</code>, the current version while I write this post).</p>
<p>Alternatively you can also download the sorce of the restfulx_framework project and include it in your Flex project. To do so, use git to download the source: <code>git clone git://github.com/dima/restfulx_framework.git</code>. Now you shoud create the configuration files using this command: <code>script/generate rx_config --skip-framework</code>. The <code>--skip-framework</code> tells the rx_config command to generate the config files without trying to hit the server to download the framewokr library.<br />
(...)<br/>Leia o restante do artigo <a href="http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/">&#8220;Advanced&#8221; installation of RestfulX into your Rails app</a> (280 palavras)</p>
<hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2009. |
<a href="http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/#comments">Nenhum comentário</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/&title=&#8220;Advanced&#8221; installation of RestfulX into your Rails app">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/configuracao/" rel="tag">configuração</a>, <a href="http://www.elvis.eti.br/en/tag/flex/" rel="tag">Flex</a>, <a href="http://www.elvis.eti.br/en/tag/flex-builder/" rel="tag">flex builder</a>, <a href="http://www.elvis.eti.br/en/tag/framework/" rel="tag">framework</a>, <a href="http://www.elvis.eti.br/en/tag/git/" rel="tag">GIT</a>, <a href="http://www.elvis.eti.br/en/tag/rails/" rel="tag">Rails</a>, <a href="http://www.elvis.eti.br/en/tag/restfulx/" rel="tag">restfulx</a>, <a href="http://www.elvis.eti.br/en/tag/ruby-on-rails/" rel="tag">ruby on rails</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to RestfulX</title>
		<link>http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/</link>
		<comments>http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 23:51:22 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Projetos]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RestfulX]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[restfulx]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=537</guid>
		<description><![CDATA[<!--:PT-->
<!--:-->]]></description>
			<content:encoded><![CDATA[<p>Although I still wrote two posts about that (a <a href="http://www.elvis.eti.br/2009/05/30/screencast-desenvolvendo-uma-aplicacao-com-restfulx-em-menos-de-5-minutos/">screencast</a> and a <a href="http://www.elvis.eti.br/2009/05/28/restfulx-introducao-instalacao-configuracao-e-primera-aplicacao-em-5-minutos/">tutorial</a>), this article is the first of a series of articles I pretend to write about <a href="http://restfulx.com">RestfulX</a>, an incredible framework to integrate <a href="http://www.adobe.com/products/flex/">Flex</a> (or AIR) with <a href="http://rubyonrails.org/">RubyOnRails</a>, <a href="http://code.google.com/intl/pt-BR/appengine/">Google App Engine</a>, <a href="http://couchdb.apache.org/">CouchDB</a>, <a href="http://www.sqlite.org/">SQLite</a> or even with <a href="http://juggernaut.rubyforge.org/">Juggernaut</a> (a Rails plugin to push messages from the server to the client). In the very first posts I&#8217;ll focus on the integration between Flex and Rails. This will be a kind of &#8220;conceptual&#8221; post, but is as important as the &#8220;practical&#8221; ones.</p>
<p>The main idea behind RestfulX is to bring to Flex some of the development principles of rails, using a <a href="http://pt.wikipedia.org/wiki/REST">REST</a> based communication. For example, if we define a model named Project that has many Tasks, we could do this on the Rails side:</p>
<pre class="brush: ruby; title: ; notranslate">
@project = Project.new
@task = Task.new
@task.project = @project
@project.tasks.size          # The result is 1
</pre>
<p>And the RestfulX framework brings all these concepts to Flex (through ActionScript):</p>
<pre class="brush: as3; title: ; notranslate">
var proj:Project = new Project;
var task:Task = new Task;
task.project = proj;
proj.tasks.length;       // The result is 1
</pre>
<p>(...)<br/>Leia o restante do artigo <a href="http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/">Introduction to RestfulX</a> (377 palavras)</p>
<hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2009. |
<a href="http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/#comments">Nenhum comentário</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/&title=Introduction to RestfulX">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/couchdb/" rel="tag">couchdb</a>, <a href="http://www.elvis.eti.br/en/tag/flex/" rel="tag">Flex</a>, <a href="http://www.elvis.eti.br/en/tag/framework/" rel="tag">framework</a>, <a href="http://www.elvis.eti.br/en/tag/gae/" rel="tag">gae</a>, <a href="http://www.elvis.eti.br/en/tag/rails/" rel="tag">Rails</a>, <a href="http://www.elvis.eti.br/en/tag/restfulx/" rel="tag">restfulx</a>, <a href="http://www.elvis.eti.br/en/tag/ruby/" rel="tag">ruby</a>, <a href="http://www.elvis.eti.br/en/tag/ruby-on-rails/" rel="tag">ruby on rails</a>, <a href="http://www.elvis.eti.br/en/tag/sqlite/" rel="tag">sqlite</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://restfulx.github.com/video/restfulx_rails.mov" length="8713567" type="video/quicktime" />
		</item>
		<item>
		<title>(Português) Criando XML no Rails com caracteres acentuados</title>
		<link>http://www.elvis.eti.br/en/2009/09/21/criando-xml-no-rails-com-caracteres-acentuados/</link>
		<comments>http://www.elvis.eti.br/en/2009/09/21/criando-xml-no-rails-com-caracteres-acentuados/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:12:30 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[acento]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[strings]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[utf8]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=506</guid>
		<description><![CDATA[Sorry, this entry is only available in Português. Posts relacionadosIntrodução ao RestfulXIntroduction to RestfulX (0)Resolvendo problemas com Rails, RVM, openssl e readline no UbuntuFixing problems with Rails, RVM, openssl, and readline on Ubuntu (0)Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost Installing your Rails/RestfulX app (and its gems) at Dreamhost (2)CRUD com o RestfulX [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://www.elvis.eti.br/category/desenvolvimento/rails/feed/">Português</a>.</p>
<h2  class="related_post_title">Posts relacionados</h2><ul class="related_post"><li><a href="http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/" title="<!--:PT-->Introdução ao RestfulX<!--:--><!--:en-->Introduction to RestfulX<!--:-->"><!--:PT-->Introdução ao RestfulX<!--:--><!--:en-->Introduction to RestfulX<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2011/01/29/resolvendo-problemas-com-rails-rvm-openssl-e-readline-no-ubuntu/" title="<!--:PT-->Resolvendo problemas com Rails, RVM, openssl e readline no Ubuntu<!--:--><!--:en-->Fixing problems with Rails, RVM, openssl, and readline on Ubuntu<!--:-->"><!--:PT-->Resolvendo problemas com Rails, RVM, openssl e readline no Ubuntu<!--:--><!--:en-->Fixing problems with Rails, RVM, openssl, and readline on Ubuntu<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/" title="<!--:PT-->Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost <!--:--><!--:en-->Installing your Rails/RestfulX app (and its gems) at Dreamhost<!--:-->"><!--:PT-->Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost <!--:--><!--:en-->Installing your Rails/RestfulX app (and its gems) at Dreamhost<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2010/01/22/crud-com-o-restfulx-aplicacao-funcionando/" title="<!--:PT-->CRUD com o RestfulX &#8211; aplicação funcionando<!--:--><!--:en-->CRUD with RestfulX &#8211; live application<!--:-->"><!--:PT-->CRUD com o RestfulX &#8211; aplicação funcionando<!--:--><!--:en-->CRUD with RestfulX &#8211; live application<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/" title="<!--:PT-->CRUD com o RestfulX: Parte 2/2 – Create, Update e Delete<!--:--><!--:en-->CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete<!--:-->"><!--:PT-->CRUD com o RestfulX: Parte 2/2 – Create, Update e Delete<!--:--><!--:en-->CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/" title="<!--:PT-->CRUD com o RestfulX: Parte 1/2 &#8211; Retrieve<!--:--><!--:en-->CRUD with RestfulX: Part 1/2 &#8211; Retrieve<!--:-->"><!--:PT-->CRUD com o RestfulX: Parte 1/2 &#8211; Retrieve<!--:--><!--:en-->CRUD with RestfulX: Part 1/2 &#8211; Retrieve<!--:--></a> (7)</li><li><a href="http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/" title="<!--:PT-->Instalação &#8220;avançada&#8221; do RestfulX no seu projeto Rails<!--:--><!--:en-->&#8220;Advanced&#8221; installation of RestfulX into your Rails app<!--:-->"><!--:PT-->Instalação &#8220;avançada&#8221; do RestfulX no seu projeto Rails<!--:--><!--:en-->&#8220;Advanced&#8221; installation of RestfulX into your Rails app<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2009/05/30/screencast-desenvolvendo-uma-aplicacao-com-restfulx-em-menos-de-5-minutos/" title="<!--:PT-->Screencast: desenvolvendo uma aplicação com RestfulX em menos de 5 minutos<!--:-->"><!--:PT-->Screencast: desenvolvendo uma aplicação com RestfulX em menos de 5 minutos<!--:--></a> (8)</li><li><a href="http://www.elvis.eti.br/en/2009/03/19/precedencia-dos-operadores-em-ruby/" title="<!--:PT-->Precedência dos operadores em Ruby<!--:-->"><!--:PT-->Precedência dos operadores em Ruby<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2008/12/10/usando-checkboxes-em-uma-relacao-habtm-no-rails/" title="<!--:PT-->Usando checkboxes em uma relação habtm no Rails<!--:-->"><!--:PT-->Usando checkboxes em uma relação habtm no Rails<!--:--></a> (7)</li></ul><hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2009. |
<a href="http://www.elvis.eti.br/en/2009/09/21/criando-xml-no-rails-com-caracteres-acentuados/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2009/09/21/criando-xml-no-rails-com-caracteres-acentuados/#comments">Nenhum comentário</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2009/09/21/criando-xml-no-rails-com-caracteres-acentuados/&title=(Português) Criando XML no Rails com caracteres acentuados">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/acento/" rel="tag">acento</a>, <a href="http://www.elvis.eti.br/en/tag/rails/" rel="tag">Rails</a>, <a href="http://www.elvis.eti.br/en/tag/ruby/" rel="tag">ruby</a>, <a href="http://www.elvis.eti.br/en/tag/strings/" rel="tag">strings</a>, <a href="http://www.elvis.eti.br/en/tag/tag/" rel="tag">tag</a>, <a href="http://www.elvis.eti.br/en/tag/utf8/" rel="tag">utf8</a>, <a href="http://www.elvis.eti.br/en/tag/xml/" rel="tag">xml</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2009/09/21/criando-xml-no-rails-com-caracteres-acentuados/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Português) RestfulX &#8211; Introdução, instalação, configuração e primera aplicação em 5 minutos</title>
		<link>http://www.elvis.eti.br/en/2009/05/28/restfulx-introducao-instalacao-configuracao-e-primera-aplicacao-em-5-minutos/</link>
		<comments>http://www.elvis.eti.br/en/2009/05/28/restfulx-introducao-instalacao-configuracao-e-primera-aplicacao-em-5-minutos/#comments</comments>
		<pubDate>Thu, 28 May 2009 09:36:11 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RestfulX]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[restfulx]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=417</guid>
		<description><![CDATA[Sorry, this entry is only available in Português. Posts relacionadosInstalação &#8220;avançada&#8221; do RestfulX no seu projeto Rails&#8220;Advanced&#8221; installation of RestfulX into your Rails app (0)Introdução ao RestfulXIntroduction to RestfulX (0)CRUD com o RestfulX &#8211; aplicação funcionandoCRUD with RestfulX &#8211; live application (2)CRUD com o RestfulX: Parte 2/2 – Create, Update e DeleteCRUD with RestfulX: Part [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://www.elvis.eti.br/category/desenvolvimento/rails/feed/">Português</a>.</p>
<h2  class="related_post_title">Posts relacionados</h2><ul class="related_post"><li><a href="http://www.elvis.eti.br/en/2009/11/03/instalacao-avancada-do-restfulx-no-seu-projeto-rails/" title="<!--:PT-->Instalação &#8220;avançada&#8221; do RestfulX no seu projeto Rails<!--:--><!--:en-->&#8220;Advanced&#8221; installation of RestfulX into your Rails app<!--:-->"><!--:PT-->Instalação &#8220;avançada&#8221; do RestfulX no seu projeto Rails<!--:--><!--:en-->&#8220;Advanced&#8221; installation of RestfulX into your Rails app<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/" title="<!--:PT-->Introdução ao RestfulX<!--:--><!--:en-->Introduction to RestfulX<!--:-->"><!--:PT-->Introdução ao RestfulX<!--:--><!--:en-->Introduction to RestfulX<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2010/01/22/crud-com-o-restfulx-aplicacao-funcionando/" title="<!--:PT-->CRUD com o RestfulX &#8211; aplicação funcionando<!--:--><!--:en-->CRUD with RestfulX &#8211; live application<!--:-->"><!--:PT-->CRUD com o RestfulX &#8211; aplicação funcionando<!--:--><!--:en-->CRUD with RestfulX &#8211; live application<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2009/12/21/crud-com-o-restfulx-parte-22-create-update-e-delete/" title="<!--:PT-->CRUD com o RestfulX: Parte 2/2 – Create, Update e Delete<!--:--><!--:en-->CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete<!--:-->"><!--:PT-->CRUD com o RestfulX: Parte 2/2 – Create, Update e Delete<!--:--><!--:en-->CRUD with RestfulX: Part 2/2 &#8211; Create, Update, and Delete<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2009/05/30/screencast-desenvolvendo-uma-aplicacao-com-restfulx-em-menos-de-5-minutos/" title="<!--:PT-->Screencast: desenvolvendo uma aplicação com RestfulX em menos de 5 minutos<!--:-->"><!--:PT-->Screencast: desenvolvendo uma aplicação com RestfulX em menos de 5 minutos<!--:--></a> (8)</li><li><a href="http://www.elvis.eti.br/en/2010/01/27/instalando-sua-aplicacao-railsrestfulx-e-as-gems-na-dreamhost/" title="<!--:PT-->Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost <!--:--><!--:en-->Installing your Rails/RestfulX app (and its gems) at Dreamhost<!--:-->"><!--:PT-->Instalando sua aplicação Rails/RestfulX (e as gems) na DreamHost <!--:--><!--:en-->Installing your Rails/RestfulX app (and its gems) at Dreamhost<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/" title="<!--:PT-->CRUD com o RestfulX: Parte 1/2 &#8211; Retrieve<!--:--><!--:en-->CRUD with RestfulX: Part 1/2 &#8211; Retrieve<!--:-->"><!--:PT-->CRUD com o RestfulX: Parte 1/2 &#8211; Retrieve<!--:--><!--:en-->CRUD with RestfulX: Part 1/2 &#8211; Retrieve<!--:--></a> (7)</li><li><a href="http://www.elvis.eti.br/en/2011/01/29/resolvendo-problemas-com-rails-rvm-openssl-e-readline-no-ubuntu/" title="<!--:PT-->Resolvendo problemas com Rails, RVM, openssl e readline no Ubuntu<!--:--><!--:en-->Fixing problems with Rails, RVM, openssl, and readline on Ubuntu<!--:-->"><!--:PT-->Resolvendo problemas com Rails, RVM, openssl e readline no Ubuntu<!--:--><!--:en-->Fixing problems with Rails, RVM, openssl, and readline on Ubuntu<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2010/05/21/flexreport-com-o-flex4/" title="<!--:PT-->FlexReport com o Flex4!<!--:--><!--:en-->FlexReport with Flex4<!--:-->"><!--:PT-->FlexReport com o Flex4!<!--:--><!--:en-->FlexReport with Flex4<!--:--></a> (8)</li><li><a href="http://www.elvis.eti.br/en/2009/04/09/balsamiq-mockups-solucao-entre-prototipos-de-alta-e-baixa-fidelidade/" title="<!--:PT-->Balsamiq Mockups: solução entre protótipos de alta e baixa fidelidade<!--:-->"><!--:PT-->Balsamiq Mockups: solução entre protótipos de alta e baixa fidelidade<!--:--></a> (8)</li></ul><hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2009. |
<a href="http://www.elvis.eti.br/en/2009/05/28/restfulx-introducao-instalacao-configuracao-e-primera-aplicacao-em-5-minutos/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2009/05/28/restfulx-introducao-instalacao-configuracao-e-primera-aplicacao-em-5-minutos/#comments">16 comentários</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2009/05/28/restfulx-introducao-instalacao-configuracao-e-primera-aplicacao-em-5-minutos/&title=(Português) RestfulX &#8211; Introdução, instalação, configuração e primera aplicação em 5 minutos">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/backend/" rel="tag">backend</a>, <a href="http://www.elvis.eti.br/en/tag/flex/" rel="tag">Flex</a>, <a href="http://www.elvis.eti.br/en/tag/framework/" rel="tag">framework</a>, <a href="http://www.elvis.eti.br/en/tag/restfulx/" rel="tag">restfulx</a>, <a href="http://www.elvis.eti.br/en/tag/ria/" rel="tag">ria</a>, <a href="http://www.elvis.eti.br/en/tag/ruby-on-rails/" rel="tag">ruby on rails</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2009/05/28/restfulx-introducao-instalacao-configuracao-e-primera-aplicacao-em-5-minutos/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>(Português) Precedência dos operadores em Ruby</title>
		<link>http://www.elvis.eti.br/en/2009/03/19/precedencia-dos-operadores-em-ruby/</link>
		<comments>http://www.elvis.eti.br/en/2009/03/19/precedencia-dos-operadores-em-ruby/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 10:00:05 +0000</pubDate>
		<dc:creator>Elvis Fernandes</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[lógica]]></category>
		<category><![CDATA[operadores]]></category>
		<category><![CDATA[programação]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.elvis.eti.br/?p=405</guid>
		<description><![CDATA[Sorry, this entry is only available in Português. Posts relacionadosLivro: Google Android (0)FlexReport com o Flex4!FlexReport with Flex4 (8)CRUD com o RestfulX &#8211; aplicação funcionandoCRUD with RestfulX &#8211; live application (2)CRUD com o RestfulX: Parte 1/2 &#8211; RetrieveCRUD with RestfulX: Part 1/2 &#8211; Retrieve (7)Introdução ao RestfulXIntroduction to RestfulX (0)Criando XML no Rails com caracteres [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://www.elvis.eti.br/category/desenvolvimento/rails/feed/">Português</a>.</p>
<h2  class="related_post_title">Posts relacionados</h2><ul class="related_post"><li><a href="http://www.elvis.eti.br/en/2010/07/28/livro-google-android/" title="<!--:PT-->Livro: Google Android<!--:-->"><!--:PT-->Livro: Google Android<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2010/05/21/flexreport-com-o-flex4/" title="<!--:PT-->FlexReport com o Flex4!<!--:--><!--:en-->FlexReport with Flex4<!--:-->"><!--:PT-->FlexReport com o Flex4!<!--:--><!--:en-->FlexReport with Flex4<!--:--></a> (8)</li><li><a href="http://www.elvis.eti.br/en/2010/01/22/crud-com-o-restfulx-aplicacao-funcionando/" title="<!--:PT-->CRUD com o RestfulX &#8211; aplicação funcionando<!--:--><!--:en-->CRUD with RestfulX &#8211; live application<!--:-->"><!--:PT-->CRUD com o RestfulX &#8211; aplicação funcionando<!--:--><!--:en-->CRUD with RestfulX &#8211; live application<!--:--></a> (2)</li><li><a href="http://www.elvis.eti.br/en/2009/12/09/crud-com-o-restfulx-parte-12-retrieve/" title="<!--:PT-->CRUD com o RestfulX: Parte 1/2 &#8211; Retrieve<!--:--><!--:en-->CRUD with RestfulX: Part 1/2 &#8211; Retrieve<!--:-->"><!--:PT-->CRUD com o RestfulX: Parte 1/2 &#8211; Retrieve<!--:--><!--:en-->CRUD with RestfulX: Part 1/2 &#8211; Retrieve<!--:--></a> (7)</li><li><a href="http://www.elvis.eti.br/en/2009/10/29/introducao-ao-restfulx/" title="<!--:PT-->Introdução ao RestfulX<!--:--><!--:en-->Introduction to RestfulX<!--:-->"><!--:PT-->Introdução ao RestfulX<!--:--><!--:en-->Introduction to RestfulX<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2009/09/21/criando-xml-no-rails-com-caracteres-acentuados/" title="<!--:PT-->Criando XML no Rails com caracteres acentuados<!--:-->"><!--:PT-->Criando XML no Rails com caracteres acentuados<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2009/04/22/git-cheat-sheet/" title="<!--:PT-->GIT Cheat Sheet<!--:-->"><!--:PT-->GIT Cheat Sheet<!--:--></a> (0)</li><li><a href="http://www.elvis.eti.br/en/2009/04/03/erro-bad-line-length-character-no-git/" title="<!--:PT-->Erro &#8220;bad line length character&#8221; no Git<!--:-->"><!--:PT-->Erro &#8220;bad line length character&#8221; no Git<!--:--></a> (1)</li><li><a href="http://www.elvis.eti.br/en/2008/10/03/formatando-casas-decimais-de-um-numero-float-no-ruby/" title="<!--:PT-->Formatando casas decimais de um número float no Ruby<!--:-->"><!--:PT-->Formatando casas decimais de um número float no Ruby<!--:--></a> (4)</li></ul><hr />
<p><small>© Elvis for <a href="http://www.elvis.eti.br">Elvis Fernandes</a>, 2009. |
<a href="http://www.elvis.eti.br/en/2009/03/19/precedencia-dos-operadores-em-ruby/">Permalink</a> |
<a href="http://www.elvis.eti.br/en/2009/03/19/precedencia-dos-operadores-em-ruby/#comments">Nenhum comentário</a> |
Adicione ao 
<a href="http://del.icio.us/post?url=http://www.elvis.eti.br/en/2009/03/19/precedencia-dos-operadores-em-ruby/&title=(Português) Precedência dos operadores em Ruby">del.icio.us</a>
<br/>
Tags: <a href="http://www.elvis.eti.br/en/tag/logica/" rel="tag">lógica</a>, <a href="http://www.elvis.eti.br/en/tag/operadores/" rel="tag">operadores</a>, <a href="http://www.elvis.eti.br/en/tag/programacao/" rel="tag">programação</a>, <a href="http://www.elvis.eti.br/en/tag/ruby/" rel="tag">ruby</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.elvis.eti.br/en/2009/03/19/precedencia-dos-operadores-em-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

