Rajesh Reddy
2012-May-25 06:52 UTC
create folders and files through linux system commands in rails application
Hi, can anyone suggest me how to create folders and files through linux system commands in rails application and to provide drag and drop support to them Thanks, Rajesh -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
azizmb.in
2012-May-25 08:16 UTC
Re: create folders and files through linux system commands in rails application
Hi Rajesh What exactly do you mean by "drag and drop support"? On Fri, May 25, 2012 at 12:22 PM, Rajesh Reddy <rajeshnecg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > can anyone suggest me how to create folders and files through linux system > commands in rails application and to provide drag and drop support to them > > > Thanks, > Rajesh > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- - Aziz M. Bookwala Website <http://azizmb.in/> | Twitter <https://twitter.com/azizbookwala> | Github <http://github.com/azizmb> -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2012-May-25 13:38 UTC
Re: create folders and files through linux system commands in rails application
On 25 May 2012 07:52, Rajesh Reddy <rajeshnecg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > can anyone suggest me how to create folders and files through linux system > commands in rails application and to provide drag and drop support to themI presume the files are on the server. For the system stuff have a look at FileUtils (standard ruby library). That won''t do the drag/drop of course, which I presume you want to do in the browser. It sounds a rather strange requirement, using browser on client to manipulate files/folders on the server. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.