<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>has_many :thoughts: rfacebook isn't Rails 2.0 compatible</title>
    <link>http://blog.kineticweb.com/articles/2007/12/08/rfacebook-isnt-rails-2-0-compatible</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Musings from a Ruby on Rails development team</description>
    <item>
      <title>rfacebook isn't Rails 2.0 compatible</title>
      <description>&lt;p&gt;I started messing around with Facebook app development today just for fun. Since Rails 2.0 is out, I figured I&amp;#8217;d use it. However, I quickly discovered the rfacebook gem is not Rails 2.0 compatbile. It&amp;#8217;s still using the old &lt;code&gt;render_text&lt;/code&gt; method which is now replaced with &lt;code&gt;render(:text =&amp;gt; "")&lt;/code&gt;.&lt;/p&gt;


	&lt;p&gt;So for now, I just added this to my application.rb:&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_default "&gt;  def render_text(text)
    render(:text =&amp;gt; text)
  end&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

	&lt;p&gt;Which seems to get me up and running. But who knows how many other little issues like this there are. Perhaps I should switch the app back to the previous Rails version? Or maybe I&amp;#8217;ll just push forward and submit patches to rfacebook for these.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Dec 2007 14:24:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:1ec76c56-98d3-405a-8cfc-341ecbccaef0</guid>
      <author>Colin A. Bartlett</author>
      <link>http://blog.kineticweb.com/articles/2007/12/08/rfacebook-isnt-rails-2-0-compatible</link>
      <category>Facebook</category>
      <category>Rails2.0</category>
      <category>Rails</category>
    </item>
    <item>
      <title>"rfacebook isn't Rails 2.0 compatible" by Juan</title>
      <description>Thanks.

 3-Jan-08 and we still need this patch.
 (gem version 0.9.7)</description>
      <pubDate>Thu, 03 Jan 2008 14:22:19 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:bccdb4b0-bbb6-4722-a049-96a75e95311f</guid>
      <link>http://blog.kineticweb.com/articles/2007/12/08/rfacebook-isnt-rails-2-0-compatible#comment-201</link>
    </item>
    <item>
      <title>"rfacebook isn't Rails 2.0 compatible" by Colin</title>
      <description>I sent up the patch! It felt good to contribute even if in such a small way.</description>
      <pubDate>Mon, 10 Dec 2007 13:38:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:940a983d-6170-4b07-8a4d-358a0891ad5e</guid>
      <link>http://blog.kineticweb.com/articles/2007/12/08/rfacebook-isnt-rails-2-0-compatible#comment-188</link>
    </item>
    <item>
      <title>"rfacebook isn't Rails 2.0 compatible" by Mat Schaffer</title>
      <description>Better to light a candle than curse the darkness.  Patch that sucker!</description>
      <pubDate>Mon, 10 Dec 2007 11:17:15 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:8a49da6d-626c-407a-912b-90c13b47ea29</guid>
      <link>http://blog.kineticweb.com/articles/2007/12/08/rfacebook-isnt-rails-2-0-compatible#comment-187</link>
    </item>
    <item>
      <title>"rfacebook isn't Rails 2.0 compatible" by Justin</title>
      <description>Wow... I just checked Rails Trac, those have been 5 months coming, you'd think the authors would be up on that. Good luck with whatever else fails, definitely think you should submit those patches.</description>
      <pubDate>Sat, 08 Dec 2007 15:40:15 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:40602c86-ca47-45ab-8b50-6899cf4ace39</guid>
      <link>http://blog.kineticweb.com/articles/2007/12/08/rfacebook-isnt-rails-2-0-compatible#comment-182</link>
    </item>
  </channel>
</rss>
