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 > | | > | --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 shell returned 127 But this works now: :Rcontroller products -- 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 -~----------~----~----~----~------~----~------~--~---

