<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>rails-activeresource &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/rails-activeresource/</link>
	<description>Feed of posts on WordPress.com tagged "rails-activeresource"</description>
	<pubDate>Thu, 21 Aug 2008 07:17:37 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[ActiveResource]]></title>
<link>http://emmanueloga.wordpress.com/2008/01/21/activeresource/</link>
<pubDate>Mon, 21 Jan 2008 16:09:17 +0000</pubDate>
<dc:creator>emmanueloga</dc:creator>
<guid>http://emmanueloga.wordpress.com/2008/01/21/activeresource/</guid>
<description><![CDATA[I&#8217;m making my first contributions to rails. All of them deal with ActiveResource, a rails rela]]></description>
<content:encoded><![CDATA[<p>I'm making my first contributions to rails. All of them deal with ActiveResource, a rails related library engineered to consume restful services.</p>
<p>It behaves more or less the same way as an ActiveRecord (even though it is NOT a replacement for ActiveRecords). With these in mind, I proposed these patches (not surprisingly some of them where already informed issues in the rails trac):</p>
<ul>
<li><a href="http://dev.rubyonrails.org/ticket/7308">Ticket 7308</a>   Addition of update_attributes method</li>
<li><a href="http://dev.rubyonrails.org/ticket/10537">Ticket 10537</a> Addition of  new_record? method</li>
<li><a href="//dev.rubyonrails.org/ticket/9862">Ticket 9862</a>   Modificate behavior for #new (initialize) , patch not provided yet (waiting for opinions)</li>
</ul>
<p>If this patches where applied, one would be able to seamlessly replace an ActiveRecord with an ActiveResource in a scaffolded CRUD, restful web app (I used rails 2.0.2 and the scaffold provided with rspec 1.1.1 rspec_scaffold generator. Not sure if it works the same way as "scaffold" generator on rails).</p>
]]></content:encoded>
</item>

</channel>
</rss>
