I found a plugin for VIM that was designed just for Rails coding by Tim Pope. I thought the first line of the documentation was great
“TextMate may be the latest craze for developing Ruby on Rails applications,
but Vim is forever.”
It provides:
- quick navigation commands from model to view and controller
- rake integration
- extends ‘gf’ command to understand Rails
- CTRL+X, CTRL+U autocompletion
- interface to the script commands
- convenient log file viewing
This YouTube video shows how it works.
Primordial Ooze | 26-Feb-07 at 12:22 pm | Permalink
Rails and Flex…
I wrote a little bit about my earliest steps in Ruby on Rails in June. Today, I will start a series of posts that describe what I’ve done with it lately. Also, I’ll slowly be introducing Adobe Flex development into my setup and I’m hoping these two…