<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Walking Along the Rails</title>
	<atom:link href="http://walksalong.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://walksalong.wordpress.com</link>
	<description>One noob's journey learning Ruby on Rails along with a few random thoughts.</description>
	<lastBuildDate>Wed, 21 May 2008 14:57:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Getting TinyMCE to work with Activescaffold by Chris</title>
		<link>http://walksalong.wordpress.com/2008/02/14/getting-tinymce-to-work-with-activescaffold/#comment-8</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 21 May 2008 14:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://walksalong.wordpress.com/?p=18#comment-8</guid>
		<description>I&#039;m having some trouble. I have TinyMCE working on non-activescaffold forms using the TinyMCE javascript code. To get this to work with ActiveScaffold can I use this same method with the code changes above or do I need to use the Rails TinyMCE plugin?

The other problem might be that I&#039;m unsure whether I&#039;m correctly doing step 4. Could someone tell me exactly where that code should go?

Thank you!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having some trouble. I have TinyMCE working on non-activescaffold forms using the TinyMCE javascript code. To get this to work with ActiveScaffold can I use this same method with the code changes above or do I need to use the Rails TinyMCE plugin?</p>
<p>The other problem might be that I&#8217;m unsure whether I&#8217;m correctly doing step 4. Could someone tell me exactly where that code should go?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TinyMCE to work with Activescaffold by walksalong</title>
		<link>http://walksalong.wordpress.com/2008/02/14/getting-tinymce-to-work-with-activescaffold/#comment-7</link>
		<dc:creator>walksalong</dc:creator>
		<pubDate>Mon, 25 Feb 2008 23:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://walksalong.wordpress.com/?p=18#comment-7</guid>
		<description>Thanks latompa and csbartus for helping iron out the kinks!</description>
		<content:encoded><![CDATA[<p>Thanks latompa and csbartus for helping iron out the kinks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TinyMCE to work with Activescaffold by latompa</title>
		<link>http://walksalong.wordpress.com/2008/02/14/getting-tinymce-to-work-with-activescaffold/#comment-6</link>
		<dc:creator>latompa</dc:creator>
		<pubDate>Mon, 25 Feb 2008 05:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://walksalong.wordpress.com/?p=18#comment-6</guid>
		<description>Nice!

You have to do the same change to _create_form.rhtml, otherwise the form data isn&#039;t saved when creating new records.</description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>You have to do the same change to _create_form.rhtml, otherwise the form data isn&#8217;t saved when creating new records.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TinyMCE to work with Activescaffold by csbartus</title>
		<link>http://walksalong.wordpress.com/2008/02/14/getting-tinymce-to-work-with-activescaffold/#comment-5</link>
		<dc:creator>csbartus</dc:creator>
		<pubDate>Thu, 21 Feb 2008 11:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://walksalong.wordpress.com/?p=18#comment-5</guid>
		<description>sorry bugging you, when updating a record everything is fine, but hen creating a new one i&#039;m getting several &quot;this.getDoc() has no properties
http://localhost:3000/javascripts/tiny_mce/tiny_mce_src.js?1203353794
Line 2522&quot; errors.

do you have the same issues or just me?
thx.</description>
		<content:encoded><![CDATA[<p>sorry bugging you, when updating a record everything is fine, but hen creating a new one i&#8217;m getting several &#8220;this.getDoc() has no properties<br />
<a href="http://localhost:3000/javascripts/tiny_mce/tiny_mce_src.js?1203353794" rel="nofollow">http://localhost:3000/javascripts/tiny_mce/tiny_mce_src.js?1203353794</a><br />
Line 2522&#8243; errors.</p>
<p>do you have the same issues or just me?<br />
thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TinyMCE to work with Activescaffold by csbartus</title>
		<link>http://walksalong.wordpress.com/2008/02/14/getting-tinymce-to-work-with-activescaffold/#comment-4</link>
		<dc:creator>csbartus</dc:creator>
		<pubDate>Mon, 18 Feb 2008 18:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://walksalong.wordpress.com/?p=18#comment-4</guid>
		<description>don&#039;t worry, I got it now, I was extending your fabulous post with some install instructions at my blog http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/.

Thanks a lot for this big help !!!</description>
		<content:encoded><![CDATA[<p>don&#8217;t worry, I got it now, I was extending your fabulous post with some install instructions at my blog <a href="http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/" rel="nofollow">http://clair.ro/rails/2008/02/18/howto-integrate-tinymce-into-activescaffold/</a>.</p>
<p>Thanks a lot for this big help !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TinyMCE to work with Activescaffold by rails kb &#187; Blog Archive &#187; [Howto] Integrate TinyMCE into ActiveScaffold</title>
		<link>http://walksalong.wordpress.com/2008/02/14/getting-tinymce-to-work-with-activescaffold/#comment-3</link>
		<dc:creator>rails kb &#187; Blog Archive &#187; [Howto] Integrate TinyMCE into ActiveScaffold</dc:creator>
		<pubDate>Mon, 18 Feb 2008 18:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://walksalong.wordpress.com/?p=18#comment-3</guid>
		<description>[...] This was the post which helped me out definitely. [...]</description>
		<content:encoded><![CDATA[<p>[...] This was the post which helped me out definitely. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting TinyMCE to work with Activescaffold by csbartus</title>
		<link>http://walksalong.wordpress.com/2008/02/14/getting-tinymce-to-work-with-activescaffold/#comment-2</link>
		<dc:creator>csbartus</dc:creator>
		<pubDate>Mon, 18 Feb 2008 17:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://walksalong.wordpress.com/?p=18#comment-2</guid>
		<description>Just a quick question: this will apply to all textareas?
Or I&#039;ll have to tell TinyMCE what kind of textareas requires rich text editor.

thanks a lot,cs.</description>
		<content:encoded><![CDATA[<p>Just a quick question: this will apply to all textareas?<br />
Or I&#8217;ll have to tell TinyMCE what kind of textareas requires rich text editor.</p>
<p>thanks a lot,cs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
