<?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/"
		>
<channel>
	<title>Comments on: FCKeditor Plugin 0.4.2 Released</title>
	<atom:link href="http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/</link>
	<description>Life on and off the Rails</description>
	<lastBuildDate>Wed, 20 Aug 2008 17:47:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jimmy</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-488</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-488</guid>
		<description>I follow the instruction from ReadMe...
I got this error:

can&#039;t dup Symbol

1: &lt;%= javascript_include_tag :fckeditor %&gt;
2:
3: &lt;%= error_messages_for &#039;comment&#039; %&gt;
4: &lt;!--[form:comment]--&gt;

i dont know how to fix...
any help will be appreciated...</description>
		<content:encoded><![CDATA[<p>I follow the instruction from ReadMe&#8230;<br />
I got this error:</p>
<p>can&#8217;t dup Symbol</p>
<p>1: &lt;%= javascript_include_tag :fckeditor %&gt;<br />
2:<br />
3: &lt;%= error_messages_for &#8216;comment&#8217; %&gt;<br />
4: &lt;!&#8211;[form:comment]&#8211;&gt;</p>
<p>i dont know how to fix&#8230;<br />
any help will be appreciated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-489</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-489</guid>
		<description>Hi Jimmy,

That error usually occurs when a symbol is being used where a string is required. Could you post the form you are using?

Cheers
Scott</description>
		<content:encoded><![CDATA[<p>Hi Jimmy,</p>
<p>That error usually occurs when a symbol is being used where a string is required. Could you post the form you are using?</p>
<p>Cheers<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-490</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-490</guid>
		<description>Just thought I&#039;d say thanks Scott for the great plugin and also shamelessly plug the &lt;a href=&quot;http://www.thewebfellas.com/blog/2007/11/23/fckeditor-tag-helper&quot; title=&quot;FCKEditor tag helper&quot;&gt;tag helper&lt;/a&gt; I posted today which should be useful when you need an FCKEditor that isn&#039;t tied to a model.</description>
		<content:encoded><![CDATA[<p>Just thought I&#8217;d say thanks Scott for the great plugin and also shamelessly plug the &lt;a href=&quot;http://www.thewebfellas.com/blog/2007/11/23/fckeditor-tag-helper&quot; title=&quot;FCKEditor tag helper&quot;&gt;tag helper&lt;/a&gt; I posted today which should be useful when you need an FCKEditor that isn&#8217;t tied to a model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David N. Welton</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-491</link>
		<dc:creator>David N. Welton</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-491</guid>
		<description>Very nice work!  I too had the &#039;dup&#039; error.  To make things work, all I had to do was use this as the line to load the actual javascript:

    &lt;%= javascript_include_tag &quot;fckeditor/fckeditor.js&quot; %&gt;

Instead of the symbol.  Thanks!</description>
		<content:encoded><![CDATA[<p>Very nice work!  I too had the &#8216;dup&#8217; error.  To make things work, all I had to do was use this as the line to load the actual javascript:</p>
<p>    &lt;%= javascript_include_tag &quot;fckeditor/fckeditor.js&quot; %&gt;</p>
<p>Instead of the symbol.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dianna</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-492</link>
		<dc:creator>Dianna</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-492</guid>
		<description>I am having problems getting the new version to install.  Every time I try to install it, the plugin still works on my site, but it is still not working in Safari.  Any ideas?

Macintosh-2:mysite dianna$ script/plugin install svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor --force
svn: &#039;/Users/dianna/Sites/mysite/vendor/plugins&#039; is not a working copy
A    /Users/dianna/Sites/mysite/vendor/plugins/fckeditor
...
Exported revision 52.
Plugin not found: [&quot;svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor&quot;]</description>
		<content:encoded><![CDATA[<p>I am having problems getting the new version to install.  Every time I try to install it, the plugin still works on my site, but it is still not working in Safari.  Any ideas?</p>
<p>Macintosh-2:mysite dianna$ script/plugin install svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor &#8211;force<br />
svn: &#8216;/Users/dianna/Sites/mysite/vendor/plugins&#8217; is not a working copy<br />
A    /Users/dianna/Sites/mysite/vendor/plugins/fckeditor<br />
&#8230;<br />
Exported revision 52.<br />
Plugin not found: [&quot;svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor&quot;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-493</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-493</guid>
		<description>Hi Scott, I got the same problem

m-221:~/ruby/demo2/fck vincent$ rake fckeditor:install
(in /Users/vincent/Ruby/demo2)
rake aborted!
Don&#039;t know how to build task &#039;fckeditor&#039;

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Hi Scott, I got the same problem</p>
<p>m-221:~/ruby/demo2/fck vincent$ rake fckeditor:install<br />
(in /Users/vincent/Ruby/demo2)<br />
rake aborted!<br />
Don&#8217;t know how to build task &#8216;fckeditor&#8217;</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguelmichelson</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-494</link>
		<dc:creator>miguelmichelson</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-494</guid>
		<description>Hi, vincent, i have the same problem, then i do a #&#039;gem update&#039; and works fine, im in Rails 2.0.1

Scott , yesterday i send you a comment because i found a problem in the implementation of the fck plugin in forms that have a namespaces models, like Admin::Post. and i send here a solution too.

Regards!</description>
		<content:encoded><![CDATA[<p>Hi, vincent, i have the same problem, then i do a #&#8217;gem update&#8217; and works fine, im in Rails 2.0.1</p>
<p>Scott , yesterday i send you a comment because i found a problem in the implementation of the fck plugin in forms that have a namespaces models, like Admin::Post. and i send here a solution too.</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-495</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-495</guid>
		<description>hi - thanks for this great plugin. i just modified the fckeditor_before_js method so that it would work with browsers that don&#039;t support fckeditor in the first place (notably, safari 2).

you had on line 79 of fckeditor.rb

      &quot;var oEditor = FCKeditorAPI.GetInstance(&#039;&quot;+id+&quot;&#039;); $(&#039;&quot;+id+&quot;_hidden&#039;).value = oEditor.GetXHTML();&quot;

which i changed to:

      &quot;try { var oEditor = FCKeditorAPI.GetInstance(&#039;&quot;+id+&quot;&#039;); $(&#039;&quot;+id+&quot;_hidden&#039;).value = oEditor.GetXHTML(); } catch(e) {$(&#039;#{id}_hidden&#039;).value = $(&#039;#{id}&#039;).value}&quot;

thanks again!</description>
		<content:encoded><![CDATA[<p>hi &#8211; thanks for this great plugin. i just modified the fckeditor_before_js method so that it would work with browsers that don&#8217;t support fckeditor in the first place (notably, safari 2).</p>
<p>you had on line 79 of fckeditor.rb</p>
<p>      &quot;var oEditor = FCKeditorAPI.GetInstance(&#8216;&quot;+id+&quot;&#8217;); $(&#8216;&quot;+id+&quot;_hidden&#8217;).value = oEditor.GetXHTML();&quot;</p>
<p>which i changed to:</p>
<p>      &quot;try { var oEditor = FCKeditorAPI.GetInstance(&#8216;&quot;+id+&quot;&#8217;); $(&#8216;&quot;+id+&quot;_hidden&#8217;).value = oEditor.GetXHTML(); } catch(e) {$(&#8216;#{id}_hidden&#8217;).value = $(&#8216;#{id}&#8217;).value}&quot;</p>
<p>thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguel michelson</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-496</link>
		<dc:creator>miguel michelson</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-496</guid>
		<description>Hi Scott, well..., i found a litle problem with the implementation of the fck in forms that have a :namespaces like Admin::blog model, because the action waits an &quot;admin_blog[&#039;field&#039;]&quot; and not a &quot;blog[&#039;field&#039;]&quot;.But if i do
&lt;%= fckeditor_textarea(&#039;admin_blog&#039;, &#039;contenido&#039;, ..... I get an constant error, and only i could view the content (in the edit html.erb) if i do &lt;%= fckeditor_textarea(&#039;blog&#039;, &#039;contenido&#039;, ... ; but then the field is not gone to saved. Then i change a litle bit the fckeditor.rb file, in &#039;vendor/plugins/fckeditor/lib/.
 near to the line 29 i declare a new :option variable.&lt;br/&gt;
 namespace = options[:namespaces].nil? ? &#039;&#039; : options[:namespaces]      &lt;br/&gt;
then , neat to the line 33 , in the options conditions i put the following condition: &lt;br/&gt;
 elsif options[:namespaces]  #preguntamos si tiene la opcion namespace
 inputs = &quot;&lt;textarea id=&quot;#{id}&quot; name=&quot;#{namespace}_#{object}[#{field}]&quot;&gt;#{value}&lt;/textarea&gt;\n&quot;
&lt;br/&gt;

with that now i can call the fck in my view with a new :option param &quot;:namespace=&gt;&#039;admin&#039;&quot;, something like this:&lt;br/&gt;
&lt;%= fckeditor_textarea(&#039;blog&#039;, &#039;contenido&#039;, :toolbarSet =&gt; &#039;Basic&#039;:namespaces=&gt;&#039;admin&#039;) %&gt;  &lt;br/&gt;.With this the html output of the fck editor textarea field is admin_blog[&#039;contenido&#039;],and now the  field of my model is saved.&lt;br/&gt;
i hope this can help, maybe is not the better solution; but it is what it is :D
regards!</description>
		<content:encoded><![CDATA[<p>Hi Scott, well&#8230;, i found a litle problem with the implementation of the fck in forms that have a :namespaces like Admin::blog model, because the action waits an &quot;admin_blog['field']&quot; and not a &quot;blog['field']&quot;.But if i do<br />
&lt;%= fckeditor_textarea(&#8216;admin_blog&#8217;, &#8216;contenido&#8217;, &#8230;.. I get an constant error, and only i could view the content (in the edit html.erb) if i do &lt;%= fckeditor_textarea(&#8216;blog&#8217;, &#8216;contenido&#8217;, &#8230; ; but then the field is not gone to saved. Then i change a litle bit the fckeditor.rb file, in &#8216;vendor/plugins/fckeditor/lib/.<br />
 near to the line 29 i declare a new <img src='http://blog.caronsoftware.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ption variable.&lt;br/&gt;<br />
 namespace = options[:namespaces].nil? ? &#8221; : options[:namespaces]      &lt;br/&gt;<br />
then , neat to the line 33 , in the options conditions i put the following condition: &lt;br/&gt;<br />
 elsif options[:namespaces]  #preguntamos si tiene la opcion namespace<br />
 inputs = &quot;&lt;textarea id=&quot;#{id}&quot; name=&quot;#{namespace}_#{object}[#{field}]&quot;&gt;#{value}&lt;/textarea&gt;\n&quot;<br />
&lt;br/&gt;</p>
<p>with that now i can call the fck in my view with a new <img src='http://blog.caronsoftware.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ption param &quot;:namespace=&gt;&#8217;admin&#8217;&quot;, something like this:&lt;br/&gt;<br />
&lt;%= fckeditor_textarea(&#8216;blog&#8217;, &#8216;contenido&#8217;, :toolbarSet =&gt; &#8216;Basic&#8217;:namespaces=&gt;&#8217;admin&#8217;) %&gt;  &lt;br/&gt;.With this the html output of the fck editor textarea field is admin_blog['contenido'],and now the  field of my model is saved.&lt;br/&gt;<br />
i hope this can help, maybe is not the better solution; but it is what it is <img src='http://blog.caronsoftware.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: retcheto</title>
		<link>http://blog.caronsoftware.com/2007/11/16/fckeditor-plugin-0-4-2-released/comment-page-1/#comment-497</link>
		<dc:creator>retcheto</dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-4-2-released#comment-497</guid>
		<description>I noticed that the helper fckeditor_textarea chokes on models with an underscore. e.g. i get an error like the one below. It&#039;s looking for a class called Portfolio_company instead of the Rails convention of PortfolioCompany

expected ../portfolio_company.rb to define Portfolio_company</description>
		<content:encoded><![CDATA[<p>I noticed that the helper fckeditor_textarea chokes on models with an underscore. e.g. i get an error like the one below. It&#8217;s looking for a class called Portfolio_company instead of the Rails convention of PortfolioCompany</p>
<p>expected ../portfolio_company.rb to define Portfolio_company</p>
]]></content:encoded>
	</item>
</channel>
</rss>
