<?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: File browser for Ruby on Rails</title>
	<atom:link href="http://www.dnamique.com/file-browser-for-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/</link>
	<description>what is Soft in Software</description>
	<pubDate>Sun, 01 Aug 2010 06:11:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rogerio Ferreira</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-64</link>
		<dc:creator>Rogerio Ferreira</dc:creator>
		<pubDate>Tue, 19 Jan 2010 12:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-64</guid>
		<description>I think someone has implemented drag and drop:

http://plugins.jquery.com/project/filetree</description>
		<content:encoded><![CDATA[<p>I think someone has implemented drag and drop:</p>
<p><a href="http://plugins.jquery.com/project/filetree" rel="nofollow">http://plugins.jquery.com/project/filetree</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harm</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-63</link>
		<dc:creator>Harm</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-63</guid>
		<description>Excellent! I was beginning to wonder why it was so hard to find anything.</description>
		<content:encoded><![CDATA[<p>Excellent! I was beginning to wonder why it was so hard to find anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bachir El Khoury</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-60</link>
		<dc:creator>Bachir El Khoury</dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-60</guid>
		<description>&lt;blockquote&gt;There is some way to use drag and drop in Jquery File Tree?
&lt;/blockquote&gt;
Not as far as i last checked. But you can easily expand on it to include the functionality.</description>
		<content:encoded><![CDATA[<blockquote><p>There is some way to use drag and drop in Jquery File Tree?
</p></blockquote>
<p>Not as far as i last checked. But you can easily expand on it to include the functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogerio Ferreira</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-57</link>
		<dc:creator>Rogerio Ferreira</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-57</guid>
		<description>There is some way to use drag and drop in Jquery File Tree?</description>
		<content:encoded><![CDATA[<p>There is some way to use drag and drop in Jquery File Tree?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bachir El Khoury</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-48</link>
		<dc:creator>Bachir El Khoury</dc:creator>
		<pubDate>Sat, 19 Sep 2009 13:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-48</guid>
		<description>Hi TB,

Try the below and let me know if that works.
Create a file called test.rb anywhere on your drive.

add this code in it:
require 'iconv' 

Dir.entries("./").each do &#124;file&#124;
   if Wx::PLATFORM == 'WXMSW'
    file = Iconv.conv('CP1252','UTF-8', file)
  end
     puts file
end

then either double click the file to run it, or call the file through command line.
It will output all file names in that same directory.

try to put few files with umlauts in their names and see what it outputs.

Let me know how you go, this seems to be one of many encoding issues on different platforms.</description>
		<content:encoded><![CDATA[<p>Hi TB,</p>
<p>Try the below and let me know if that works.<br />
Create a file called test.rb anywhere on your drive.</p>
<p>add this code in it:<br />
require &#8216;iconv&#8217; </p>
<p>Dir.entries(&#8221;./&#8221;).each do |file|<br />
   if Wx::PLATFORM == &#8216;WXMSW&#8217;<br />
    file = Iconv.conv(&#8217;CP1252&#8242;,&#8217;UTF-8&#8242;, file)<br />
  end<br />
     puts file<br />
end</p>
<p>then either double click the file to run it, or call the file through command line.<br />
It will output all file names in that same directory.</p>
<p>try to put few files with umlauts in their names and see what it outputs.</p>
<p>Let me know how you go, this seems to be one of many encoding issues on different platforms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TB</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-47</link>
		<dc:creator>TB</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-47</guid>
		<description>Cool stuff! 

I got it to work in minutes - but trying to name my files with german umlauts, the "No route matches" Error ocurred. 

The charset is set to UTF-8 - so what can I do in order to let it work with the german Umlauts (for example one filename is 'übersicht.pdf' ?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Cool stuff! </p>
<p>I got it to work in minutes - but trying to name my files with german umlauts, the &#8220;No route matches&#8221; Error ocurred. </p>
<p>The charset is set to UTF-8 - so what can I do in order to let it work with the german Umlauts (for example one filename is &#8216;übersicht.pdf&#8217; ?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bachir El Khoury</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-46</link>
		<dc:creator>Bachir El Khoury</dc:creator>
		<pubDate>Sun, 30 Aug 2009 01:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-46</guid>
		<description>Hey tim, sure you can.

If you open file app/controllers/jqueryfiletree_controller.rb

At line 5, you will see the fileTree is pointed at the public folder, you can change that to any folder you wish to point at.

Let me know if you need any help with that.</description>
		<content:encoded><![CDATA[<p>Hey tim, sure you can.</p>
<p>If you open file app/controllers/jqueryfiletree_controller.rb</p>
<p>At line 5, you will see the fileTree is pointed at the public folder, you can change that to any folder you wish to point at.</p>
<p>Let me know if you need any help with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-45</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sat, 29 Aug 2009 02:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-45</guid>
		<description>Is there anyway to get "out" of the public folder?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Is there anyway to get &#8220;out&#8221; of the public folder?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CK</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-41</link>
		<dc:creator>CK</dc:creator>
		<pubDate>Wed, 29 Jul 2009 00:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-41</guid>
		<description>AWESOME connector. It solved one of my biggest problems, cannot thank you enough!!!!
I have been looking for a file browser for rails it's been ages, can't believe it's the only one I found. 
Well done for posting this, works great</description>
		<content:encoded><![CDATA[<p>AWESOME connector. It solved one of my biggest problems, cannot thank you enough!!!!<br />
I have been looking for a file browser for rails it&#8217;s been ages, can&#8217;t believe it&#8217;s the only one I found.<br />
Well done for posting this, works great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bachir El Khoury</title>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/comment-page-1/#comment-24</link>
		<dc:creator>Bachir El Khoury</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dnamique.com/?p=1#comment-24</guid>
		<description>Tyler,
try to see if :
1. the javascript is pointing to the right folder
2. the javascript .ready function is firing. 

Try to add an alert right after 
$(document).ready( function() {
alert("yup I am ready");

3. If you are still having this issue, send me a sample app and i will check it out and fix it for you.</description>
		<content:encoded><![CDATA[<p>Tyler,<br />
try to see if :<br />
1. the javascript is pointing to the right folder<br />
2. the javascript .ready function is firing. </p>
<p>Try to add an alert right after<br />
$(document).ready( function() {<br />
alert(&#8221;yup I am ready&#8221;);</p>
<p>3. If you are still having this issue, send me a sample app and i will check it out and fix it for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
