<?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.5.0</title>
	<atom:link href="http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/</link>
	<description>Dr Scott A. Rutherford</description>
	<lastBuildDate>Fri, 25 Nov 2011 13:08:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alexander Simonov</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-514</link>
		<dc:creator>Alexander Simonov</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-514</guid>
		<description>Same issue with relative path to images...

Processing FckeditorController#command (for 127.0.0.1 at 2008-06-09 16:51:57) [GET]
  Session ID: ebc8a1a671b53ffa2409dca632f7ab09
  Parameters: {&quot;CurrentFolder&quot;=&gt;&quot;/test/&quot;, &quot;Command&quot;=&gt;&quot;GetFoldersAndFiles&quot;, &quot;action&quot;=&gt;&quot;command&quot;, &quot;uuid&quot;=&gt;&quot;1213023117558&quot;, &quot;controller&quot;=&gt;&quot;fckeditor&quot;, &quot;Type&quot;=&gt;&quot;Image&quot;}
Completed in 0.00152 (658 reqs/sec) &#124; Rendering: 0.00107 (70%) &#124; DB: 0.00000 (0%) &#124; 200 OK [http://localhost/fckeditor/command?Command=GetFoldersAndFiles&amp;Type=Image&amp;CurrentFolder=%2Ftest%2F&amp;uuid=1213023117558]


Processing ApplicationController#index (for 127.0.0.1 at 2008-06-09 16:51:59) [GET]
  Session ID: ebc8a1a671b53ffa2409dca632f7ab09
  Parameters: {}


ActionController::RoutingError (No route matches &quot;/javascripts/fckeditor/editor/dialog/fck_image/DSC00087.JPG&quot; with {:method=&gt;:get}):

and image put without path like &#039;/uploads/Images/&#039;</description>
		<content:encoded><![CDATA[<p>Same issue with relative path to images&#8230;</p>
<p>Processing FckeditorController#command (for 127.0.0.1 at 2008-06-09 16:51:57) [GET]<br />
  Session ID: ebc8a1a671b53ffa2409dca632f7ab09<br />
  Parameters: {&quot;CurrentFolder&quot;=&gt;&quot;/test/&quot;, &quot;Command&quot;=&gt;&quot;GetFoldersAndFiles&quot;, &quot;action&quot;=&gt;&quot;command&quot;, &quot;uuid&quot;=&gt;&quot;1213023117558&quot;, &quot;controller&quot;=&gt;&quot;fckeditor&quot;, &quot;Type&quot;=&gt;&quot;Image&quot;}<br />
Completed in 0.00152 (658 reqs/sec) | Rendering: 0.00107 (70%) | DB: 0.00000 (0%) | 200 OK [http://localhost/fckeditor/command?Command=GetFoldersAndFiles&amp;Type=Image&amp;CurrentFolder=%2Ftest%2F&amp;uuid=1213023117558]</p>
<p>Processing ApplicationController#index (for 127.0.0.1 at 2008-06-09 16:51:59) [GET]<br />
  Session ID: ebc8a1a671b53ffa2409dca632f7ab09<br />
  Parameters: {}</p>
<p>ActionController::RoutingError (No route matches &quot;/javascripts/fckeditor/editor/dialog/fck_image/DSC00087.JPG&quot; with {:method=&gt;:get}):</p>
<p>and image put without path like &#8216;/uploads/Images/&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-515</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-515</guid>
		<description>@Alexander sorry can you explain how this happens, i.e what do you do to get the error? does it happen on the demo?</description>
		<content:encoded><![CDATA[<p>@Alexander sorry can you explain how this happens, i.e what do you do to get the error? does it happen on the demo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Simonov</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-516</link>
		<dc:creator>Alexander Simonov</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-516</guid>
		<description>i&#039;m have rails app. i&#039;m add your plugin and use on page like:
&lt;%= fckeditor_textarea &#039;page&#039;, &#039;body&#039;, :width =&gt; &#039;100%&#039;, :height =&gt; &#039;600px&#039; -%&gt;
and nothing more.
uploading imgae works, but inserting in editor not works correct.
image puts as name without path &#039;/uploads/Image/&#039;</description>
		<content:encoded><![CDATA[<p>i&#8217;m have rails app. i&#8217;m add your plugin and use on page like:<br />
&lt;%= fckeditor_textarea &#8216;page&#8217;, &#8216;body&#8217;, :width =&gt; &#8217;100%&#8217;, :height =&gt; &#8217;600px&#8217; -%&gt;<br />
and nothing more.<br />
uploading imgae works, but inserting in editor not works correct.<br />
image puts as name without path &#8216;/uploads/Image/&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-517</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-517</guid>
		<description>Hi,

I&#039;m also noticing an issue. Is this a rails 2.1 incompatibility?

&quot;No expansion found for :fckeditor&quot;

at  &lt;%= javascript_include_tag :fckeditor %&gt;

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m also noticing an issue. Is this a rails 2.1 incompatibility?</p>
<p>&quot;No expansion found for :fckeditor&quot;</p>
<p>at  &lt;%= javascript_include_tag :fckeditor %&gt;</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-518</link>
		<dc:creator>Freddy</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-518</guid>
		<description>Hi Mario looks like you either don&#039;t have the plugin installed correctly or you are missing the :default javascript tag... I had todo this:
&lt;%= javascript_include_tag :defaults %&gt;
&lt;%= javascript_include_tag :fckeditor %&gt;

And I&#039;m running Rails 2.1

Maybe you need to run rake fckeditor:install</description>
		<content:encoded><![CDATA[<p>Hi Mario looks like you either don&#8217;t have the plugin installed correctly or you are missing the :default javascript tag&#8230; I had todo this:<br />
&lt;%= javascript_include_tag :defaults %&gt;<br />
&lt;%= javascript_include_tag :fckeditor %&gt;</p>
<p>And I&#8217;m running Rails 2.1</p>
<p>Maybe you need to run rake fckeditor:install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-519</link>
		<dc:creator>Freddy</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-519</guid>
		<description>And I&#039;m having the same issue that everyone else is having with the upload function... The image is uploaded fine but inserting or linking to an image does not work.. It just links to the image name not the full image url...

Testing this on your Demo site works so I guess either rails 2.1 isnt working with the plugin or we are all doing something wrong..</description>
		<content:encoded><![CDATA[<p>And I&#8217;m having the same issue that everyone else is having with the upload function&#8230; The image is uploaded fine but inserting or linking to an image does not work.. It just links to the image name not the full image url&#8230;</p>
<p>Testing this on your Demo site works so I guess either rails 2.1 isnt working with the plugin or we are all doing something wrong..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-520</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-520</guid>
		<description>@Freddy and @all, damn. Ok, let me have a play. The demo is actually on 2.0.2 still. I&#039;ll check locally and see if I have the same issue.</description>
		<content:encoded><![CDATA[<p>@Freddy and @all, damn. Ok, let me have a play. The demo is actually on 2.0.2 still. I&#8217;ll check locally and see if I have the same issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-521</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-521</guid>
		<description>Ok, so broken in 2.1: Looking for the answer at the mo.....</description>
		<content:encoded><![CDATA[<p>Ok, so broken in 2.1: Looking for the answer at the mo&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-522</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-522</guid>
		<description>Any luck with rails 2.1?</description>
		<content:encoded><![CDATA[<p>Any luck with rails 2.1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2008/06/04/fckeditor-plugin-0-5-0/comment-page-1/#comment-523</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2008/06/04/fckeditor-plugin-0-5-0#comment-523</guid>
		<description>@Mario not yet. I&#039;ve only had a short time to look at it so far. Suddenly seem to need about 30 hours in a day. Doing my best though. Any help or ideas would be much appreciated!!</description>
		<content:encoded><![CDATA[<p>@Mario not yet. I&#8217;ve only had a short time to look at it so far. Suddenly seem to need about 30 hours in a day. Doing my best though. Any help or ideas would be much appreciated!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

