On Thu, Apr 30, 2009 at 6:10 PM, 7stud -- <[email protected]>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 .vim, so that the tree looks like this: > > > > .vim > > | > > --autoload > > | | > > | --rails.vim > > --doc > > | | > > | --rails.txt > > --plugin > > | > > --rails.vim > > > > I actually tried that earlier, but the tutorial I was following said to > test rails.vim out by issuing the following command: > > :Rails mynewapp > > and this is what I got/get: > > :!rails newapp > /bin/bash: line 1: rails: command not found Well, is rails installed (as a gem, not frozen in your app). In your terminal, can you do rails --version, or which rails ? > > > shell returned 127 > > But this works now: > > :Rcontroller products So, the rails.vim plugin is up and running... There is also a rails-vim google group: http://groups.google.com/group/vim-on-rails > > > > > > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

