[Rails] Re: MacVim and rails.vim not working

2009-05-02 Thread 7stud --
New problems. How do I kill the server I started within macvim/rails.vim? I started the server like this: :Rserver But I'm trying to debug something in my application, and I want to use puts to output a message in the server's output window. Before installing macvim and rails.vim, I kept

[Rails] Re: MacVim and rails.vim not working

2009-05-01 Thread Wang Pengcheng
cd ~ ls -R .vim/ -- .vim/: autoload doc history plugin .vim/autoload: dbext_dbi.vim dbext.vim rails.vim .vim/doc: dbext_gpl.dat project.txt surround.txt tags dbext.txt rails.t

[Rails] Re: MacVim and rails.vim not working

2009-04-30 Thread 7stud --
Harold A. Giménez Ch. wrote: > It is misleading, I'll give you that...but for future reference, the > process > you just went through will be very similar with any vim plugin. > > On Thu, Apr 30, 2009 at 6:34 PM, 7stud -- > Excuse me? whoops. > Well, is rails installed (as a gem, not frozen

[Rails] Re: MacVim and rails.vim not working

2009-04-30 Thread Harold A . Giménez Ch .
It is misleading, I'll give you that...but for future reference, the process you just went through will be very similar with any vim plugin. On Thu, Apr 30, 2009 at 6:34 PM, 7stud -- wrote: > > 7stud -- wrote: > > Harold wrote: > >> Should be simple: The "rails" folder should not be present under

[Rails] Re: MacVim and rails.vim not working

2009-04-30 Thread 7stud --
7stud -- wrote: > Harold wrote: >> Should be simple: The "rails" folder should not be present under >> your .vim folder. > > Stupid maintainer. > I have a question about that: when you unzip a file isn't there a container directory? When I untar a file, all the files end up in a master dire

[Rails] Re: MacVim and rails.vim not working

2009-04-30 Thread Harold A . Giménez Ch .
On Thu, Apr 30, 2009 at 6:10 PM, 7stud -- wrote: > > Harold wrote: > > Should be simple: The "rails" folder should not be present under > > your .vim folder. > > Stupid maintainer. Excuse me? > > > > > > > Move the plugin, doc and autoload files individually > > to each of the subfolders of .vi

[Rails] Re: MacVim and rails.vim not working

2009-04-30 Thread 7stud --
Harold wrote: > Should be simple: The "rails" folder should not be present under > your .vim folder. Stupid maintainer. > Move the plugin, doc and autoload files individually > to each of the subfolders of .vim, so that the tree looks like this: > > .vim > | > --autoload > | | > | --ra

[Rails] Re: MacVim and rails.vim not working

2009-04-30 Thread Harold
Should be simple: The "rails" folder should not be present under your .vim folder. Move the plugin, doc and autoload files individually to each of the subfolders of .vim, so that the tree looks like this: .vim | --autoload | | | --rails.vim --doc | | | --rails.txt --plugin | --r