So I saw that screencast using Textmate and RoR, and it looks fun...is there a way to use Textmate with RoR projects that are online? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Through an FTP client, yes. I use Transmit on the Mac, which does SFTP. The only downside is you can''t open folders as projects. Each file you open gets its own TM window. Through Transmit, whenever I save the file in TextMate, it gets uploaded immediately. Peace, Phillip On Dec 4, 2007, at 4:20 PM, DC wrote:> > So I saw that screencast using Textmate and RoR, and it looks fun...is > there a way to use Textmate with RoR projects that are online? > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yeah that''s what I meant, if there was a way to open a folder as a project on a remote FTP server. On Dec 4, 2:31 pm, Phillip Koebbe <phillipkoe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Through an FTP client, yes. I use Transmit on the Mac, which does > SFTP. The only downside is you can''t open folders as projects. Each > file you open gets its own TM window. Through Transmit, whenever I > save the file inTextMate, it gets uploaded immediately. > > Peace, > Phillip > > On Dec 4, 2007, at 4:20 PM, DC wrote: > > > > > So I saw that screencast usingTextmateand RoR, and it looks fun...is > > there a way to useTextmatewith RoR projects that are online?--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Wed, 5 Dec 2007, DC wrote:> Yeah that''s what I meant, if there was a way to open a folder as a > project on a remote FTP server.sshfs + vim -- A --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''m using SSHFS (via MacFusion) with TextMate and had lots of issues with file corruption (files were truncated, files cached to aggressively so things like logs wouldn''t re-read after a close/ open). This might be Mac-only (or 10.4.? only) or a problem with my environment but I''d be careful. On Dec 6, 2:27 pm, Eno <symb...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Wed, 5 Dec 2007, DC wrote: > > Yeah that''s what I meant, if there was a way to open a folder as a > > project on a remote FTP server. > > sshfs + vim > > -- > A--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---