<?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 0.4.1 Available</title>
	<atom:link href="http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/</link>
	<description>Life on and off the Rails</description>
	<lastBuildDate>Wed, 20 Aug 2008 17:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-472</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-472</guid>
		<description>Scott,

You&#039;re the best!!!


Any word if you&#039;ll be updating the latest version of FCK (2.4.2 I think)? Also, would love a non-model tag helper.

Keep up the great work.</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>You&#8217;re the best!!!</p>
<p>Any word if you&#8217;ll be updating the latest version of FCK (2.4.2 I think)? Also, would love a non-model tag helper.</p>
<p>Keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Youngman</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-473</link>
		<dc:creator>Nathan Youngman</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-473</guid>
		<description>Hey Scott,
Sorry I haven&#039;t looked into the 2.4.x update yet. I have the whole set of instructions to update it (since I&#039;ve done it once before locally). I just need a good chunk of time to do it in.

I assume we would put it in a new branch, or would you be willing to tell be how to get the old version (tag)? It&#039;s been working well enough with 2.4.1 for a while now.
Nathan.</description>
		<content:encoded><![CDATA[<p>Hey Scott,<br />
Sorry I haven&#8217;t looked into the 2.4.x update yet. I have the whole set of instructions to update it (since I&#8217;ve done it once before locally). I just need a good chunk of time to do it in.</p>
<p>I assume we would put it in a new branch, or would you be willing to tell be how to get the old version (tag)? It&#8217;s been working well enough with 2.4.1 for a while now.<br />
Nathan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juanjo</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-474</link>
		<dc:creator>Juanjo</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-474</guid>
		<description>Hi Scott,

Thanks for a great plugin!!!

I have a problem. I install the plugin perfectly, but I can&#039;t to upload images.... I have a routing error

Processing ApplicationController#index (for 127.0.0.1 at 2007-04-12 01:12:57) [POST]
  Session ID: fa03b38dc0f7f79e6f2969865237b6e6
  Parameters: {&quot;Type&quot;=&gt;&quot;Image&quot;, &quot;NewFile&quot;=&gt;#&lt;File:/tmp/CGI7606.0&gt;}


ActionController::RoutingError (no route found to match &quot;/admin/fckeditor/upload&quot; with {:method=&gt;:post}):
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/routing.rb:1266:in `recognize_path&#039;
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/routing.rb:1256:in `recognize&#039;
    /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.1/lib/dispatcher.rb:40:in `dispatch&#039;
    /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.1/lib/webrick_server.rb:113:in `handle_dispatch&#039;
    /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.1/lib/webrick_server.rb:79:in `service&#039;
    /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service&#039;

.....etc

In fckcustom.js:
FCKRelativePath = &#039;/admin&#039;;

I want to put the editor in:

http://www.example.com/admin/page/new
http://www.example.com/admin/article/new

What&#039;s the problem?????</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>Thanks for a great plugin!!!</p>
<p>I have a problem. I install the plugin perfectly, but I can&#8217;t to upload images&#8230;. I have a routing error</p>
<p>Processing ApplicationController#index (for 127.0.0.1 at 2007-04-12 01:12:57) [POST]<br />
  Session ID: fa03b38dc0f7f79e6f2969865237b6e6<br />
  Parameters: {&quot;Type&quot;=&gt;&quot;Image&quot;, &quot;NewFile&quot;=&gt;#&lt;File:/tmp/CGI7606.0&gt;}</p>
<p>ActionController::RoutingError (no route found to match &quot;/admin/fckeditor/upload&quot; with {:method=&gt;:post}):<br />
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/routing.rb:1266:in `recognize_path&#8217;<br />
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/routing.rb:1256:in `recognize&#8217;<br />
    /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.1/lib/dispatcher.rb:40:in `dispatch&#8217;<br />
    /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.1/lib/webrick_server.rb:113:in `handle_dispatch&#8217;<br />
    /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.1/lib/webrick_server.rb:79:in `service&#8217;<br />
    /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service&#8217;</p>
<p>&#8230;..etc</p>
<p>In fckcustom.js:<br />
FCKRelativePath = &#8216;/admin&#8217;;</p>
<p>I want to put the editor in:</p>
<p><a href="http://www.example.com/admin/page/new" rel="nofollow">http://www.example.com/admin/page/new</a><br />
<a href="http://www.example.com/admin/article/new" rel="nofollow">http://www.example.com/admin/article/new</a></p>
<p>What&#8217;s the problem?????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-475</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-475</guid>
		<description>@Andrew, thanks!! I haven&#039;t had a look at upgrading yet. Although hopefully Nathan will give me a hand so it could happen in the not too distant future.

@Nathan, A new branch seems like the best place, then we can rearrange svn on release to be a bit more useful moving forward.

@Juanjo, have to have a ponder on that.

Cheers
Scott</description>
		<content:encoded><![CDATA[<p>@Andrew, thanks!! I haven&#8217;t had a look at upgrading yet. Although hopefully Nathan will give me a hand so it could happen in the not too distant future.</p>
<p>@Nathan, A new branch seems like the best place, then we can rearrange svn on release to be a bit more useful moving forward.</p>
<p>@Juanjo, have to have a ponder on that.</p>
<p>Cheers<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Youngman</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-476</link>
		<dc:creator>Nathan Youngman</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-476</guid>
		<description>FCKeditor plugin with 2.4.2 source is available via svn://rubyforge.org/var/svn/fckeditorp/branch/TRY-NY-upgrade

Note that the spell checker is now configured in fckcustom.js. It should work fine, but I honestly have never tested it. In fact, this whole thing needs testing, so it&#039;s not a real release, just a TRY branch :-)

Even though I didn&#039;t modify the trunk/, there is a tag/REL-0.4.1 for the current version. There is also a vendorsrc/ folder with releases 2.3.2 and 2.4.2 of the fckeditor src. A file called drop.txt in this folder contains details on the vendor drop process.

Enjoy.</description>
		<content:encoded><![CDATA[<p>FCKeditor plugin with 2.4.2 source is available via <a href="svn://rubyforge.org/var/svn/fckeditorp/branch/TRY-NY-upgrade" rel="nofollow">svn://rubyforge.org/var/svn/fckeditorp/branch/TRY-NY-upgrade</a></p>
<p>Note that the spell checker is now configured in fckcustom.js. It should work fine, but I honestly have never tested it. In fact, this whole thing needs testing, so it&#8217;s not a real release, just a TRY branch <img src='http://blog.thatsuseful.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Even though I didn&#8217;t modify the trunk/, there is a tag/REL-0.4.1 for the current version. There is also a vendorsrc/ folder with releases 2.3.2 and 2.4.2 of the fckeditor src. A file called drop.txt in this folder contains details on the vendor drop process.</p>
<p>Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Miller</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-477</link>
		<dc:creator>John Miller</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-477</guid>
		<description>First, let me say _thank-you_ for providing this plugin; it&#039;s been great to have file and image uploading in rails without resorting to php asp et al.

Next, I got the same error as Juanjo: no image uploading. However, I was able to track down the source of the error thanks to this post:

&lt;a href=&quot;http://izumi.plan99.net/blog/?p=27&quot;&gt;http://izumi.plan99.net/blog/?p=27&lt;/a&gt;

So, the fix was easy:

In vendor/plugins/fckeditor/app/controllers/fckeditor_controller.rb line 137 change

&lt;pre&gt;&lt;code&gt;
unless “#{file.class}” == “Tempfile”
&lt;/code&gt;
&lt;/pre&gt;
to
&lt;pre&gt;
&lt;code&gt;
unless “#{file.class}” == “Tempfile” or “#{file.class}” == “StringIO”
&lt;/code&gt;
&lt;/pre&gt;
As it happened, both Juango and I tried image uploading with a file that was too small (mine was only 3K.) It would have worked had I tried it with a larger file.


FWIW, I used the &quot;TRY-NY-upgrade&quot; branch, and it&#039;s been working fine.

However, the whole installation process wasn&#039;t seamless. ruby gems only finds an old version of this plugin, and I couldn&#039;t force it to download from the svn server; I had to download it manually, and then run rake fckeditor:install. It took me awhile to discover that the unzipped file had to reside in the plugins folder: the README doesn&#039;t say so, it assumes you know so.

Anyway, I&#039;m greatly pleased with this plugin. Thanks again!</description>
		<content:encoded><![CDATA[<p>First, let me say _thank-you_ for providing this plugin; it&#8217;s been great to have file and image uploading in rails without resorting to php asp et al.</p>
<p>Next, I got the same error as Juanjo: no image uploading. However, I was able to track down the source of the error thanks to this post:</p>
<p>&lt;a href=&quot;http://izumi.plan99.net/blog/?p=27&quot;&gt;http://izumi.plan99.net/blog/?p=27&lt;/a&gt;</p>
<p>So, the fix was easy:</p>
<p>In vendor/plugins/fckeditor/app/controllers/fckeditor_controller.rb line 137 change</p>
<p>&lt;pre&gt;&lt;code&gt;<br />
unless “#{file.class}” == “Tempfile”<br />
&lt;/code&gt;<br />
&lt;/pre&gt;<br />
to<br />
&lt;pre&gt;<br />
&lt;code&gt;<br />
unless “#{file.class}” == “Tempfile” or “#{file.class}” == “StringIO”<br />
&lt;/code&gt;<br />
&lt;/pre&gt;<br />
As it happened, both Juango and I tried image uploading with a file that was too small (mine was only 3K.) It would have worked had I tried it with a larger file.</p>
<p>FWIW, I used the &quot;TRY-NY-upgrade&quot; branch, and it&#8217;s been working fine.</p>
<p>However, the whole installation process wasn&#8217;t seamless. ruby gems only finds an old version of this plugin, and I couldn&#8217;t force it to download from the svn server; I had to download it manually, and then run rake fckeditor:install. It took me awhile to discover that the unzipped file had to reside in the plugins folder: the README doesn&#8217;t say so, it assumes you know so.</p>
<p>Anyway, I&#8217;m greatly pleased with this plugin. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petr</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-478</link>
		<dc:creator>Petr</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-478</guid>
		<description>Hi Nathan,
I desperately need to be able to manually set upload path to upload/hostname/images (upload/hostname/flash for animations), hostname is a variable extracted out of the URL. Can you point me to some place in your code?

Cheers,
Petr</description>
		<content:encoded><![CDATA[<p>Hi Nathan,<br />
I desperately need to be able to manually set upload path to upload/hostname/images (upload/hostname/flash for animations), hostname is a variable extracted out of the URL. Can you point me to some place in your code?</p>
<p>Cheers,<br />
Petr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergiu</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-479</link>
		<dc:creator>sergiu</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-479</guid>
		<description>Does the FCKEditor plugin work with EdgeRails?</description>
		<content:encoded><![CDATA[<p>Does the FCKEditor plugin work with EdgeRails?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-480</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-480</guid>
		<description>@Sergiu - hi, I&#039;m actually not sure. Any info you can supply would be very useful.

I will get round to trying it soon I expect.

Cheers
Scott</description>
		<content:encoded><![CDATA[<p>@Sergiu &#8211; hi, I&#8217;m actually not sure. Any info you can supply would be very useful.</p>
<p>I will get round to trying it soon I expect.</p>
<p>Cheers<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergiu</title>
		<link>http://blog.thatsuseful.com/2007/04/10/fckeditor-0-4-1-available/comment-page-1/#comment-481</link>
		<dc:creator>sergiu</dc:creator>
		<pubDate>Tue, 10 Apr 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-1-available#comment-481</guid>
		<description>I&#039;m working with EdgeRails, I have the following code:
&lt;br /&gt;&lt;br /&gt;
&lt;%= javascript_include_tag :fckeditor %&gt;
...
&lt;% form_for(@article) do &#124;f&#124; %&gt;
...
 &lt;%= fckeditor_textarea( &quot;article&quot;, &quot;body&quot;, :toolbarSet =&gt; &#039;Simple&#039;, :width =&gt; &#039;100%&#039;, :height =&gt; &#039;200px&#039;) %&gt;
...
&lt;% end %&gt;

With this code I get the following error at the line where fckeditor_textarea is located:

The error occurred while evaluating nil.relative_url_root

Haven&#039;t found the solution yet, I&#039;ll let you know when I do.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working with EdgeRails, I have the following code:<br />
&lt;br /&gt;&lt;br /&gt;<br />
&lt;%= javascript_include_tag :fckeditor %&gt;<br />
&#8230;<br />
&lt;% form_for(@article) do |f| %&gt;<br />
&#8230;<br />
 &lt;%= fckeditor_textarea( &quot;article&quot;, &quot;body&quot;, :toolbarSet =&gt; &#8216;Simple&#8217;, :width =&gt; &#8217;100%&#8217;, :height =&gt; &#8217;200px&#8217;) %&gt;<br />
&#8230;<br />
&lt;% end %&gt;</p>
<p>With this code I get the following error at the line where fckeditor_textarea is located:</p>
<p>The error occurred while evaluating nil.relative_url_root</p>
<p>Haven&#8217;t found the solution yet, I&#8217;ll let you know when I do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
