<?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>42 &#187; ActiveScaffold</title>
	<atom:link href="http://www.42.mach7x.com/category/ruby-on-rails/activescaffold-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.42.mach7x.com</link>
	<description>Thoughts and tips about programming with Ruby on Rails</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:38:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>undefined method `render_component&#8217; with ActiveScaffold and Rails 2.3.2</title>
		<link>http://www.42.mach7x.com/2009/06/24/undefined-method-render_component-with-activescaffold-and-rails-2-3-2/</link>
		<comments>http://www.42.mach7x.com/2009/06/24/undefined-method-render_component-with-activescaffold-and-rails-2-3-2/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:32:03 +0000</pubDate>
		<dc:creator>kosmas</dc:creator>
				<category><![CDATA[ActiveScaffold]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[Rails 2.3.2]]></category>

		<guid isPermaLink="false">http://www.42.mach7x.com/?p=120</guid>
		<description><![CDATA[Problem When using a nested (or embedded) scaffold in ActiveScaffold with Rails 2.3.2 you have the error: undefined method `render_component' Solution According to the issue here, in Rails 2.3 the render_component has been removed. Install the render_component from: script/plugin install git://github.com/lackac/render_component.git -r rails-edge and restart your server, and it should be working.]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
When using a nested (or embedded) scaffold in ActiveScaffold with Rails 2.3.2 you have the error:</p>
<pre class="code">undefined method `render_component'</pre>
<p><strong>Solution</strong><br />
According to the issue <a href="http://code.google.com/p/activescaffold/issues/detail?id=685">here</a>, in Rails 2.3 the render_component has been removed.</p>
<p>Install the render_component from:</p>
<pre class="code">script/plugin install git://github.com/lackac/render_component.git -r rails-edge</pre>
<p>and restart your server, and it should be working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.42.mach7x.com/2009/06/24/undefined-method-render_component-with-activescaffold-and-rails-2-3-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

