I usually use a Mac for Rails development, but may need to use Linux
for a job. I still love the vi keymappings, but would like something
that allows me to manage projects and files - i.e. similar level to
Textmate. What have people been having success with?
I would prefer not to use Eclipse or emacs variants.
I usually use a Mac for Rails development, but may need to use Linux
for a job.
Me too. Good choice!
I still love the vi keymappings, but would like something
that allows me to manage projects and files - i.e. similar level to
Textmate. What have people been having success with?
How about trying the various buffer/file explorer plugins that are
available for Vim? I tried a few and the one I really like is
bufexplorer:
It doesn’t provide a graphical view like TextMate’s project drawer
(or whatever it’s called), but it is quick to pull up and gets out of
your way when you don’t need it.
I would prefer not to use Eclipse or emacs variants.
I usually use a Mac for Rails development, but may need to use Linux
for a job. I still love the vi keymappings, but would like something
that allows me to manage projects and files - i.e. similar level to
Textmate. What have people been having success with?
Komode IDE is great! It supports vi keymappings, manages projects and
files, understands RHTML (correctly colors the ruby inside the HTML),
It also has method autocompletion and calltips. Even better, it has
debugging tools specifically for Ruby on Rails, and you can even
access irb within a debugging session to poke around at the state of
your app. You can also debug a remote app (way cool, but I haven’t
tried this feature yet).
You didn’t say if you were restricting your choice to free editors,
but if so, try the free Komodo Edit (http://www.activestate.com/
products/komodo_edit/features.plex) which retains the vi keymappings
and project/file management.
I like the three-pane view where you have your rails project, your
open file tabs, and the embedded browser running your app. Everytime
you save your changes the browser reloads to reflect your changes.
I don’t understand why Komodo isn’t discussed much here, as it is
definitely my preferred platform for Ruby development, and I’ve tried
just about all the linux options. I’d try TextMate on OSX given the
chance to work on OSX, but honestly I think I’d prefer the OSX version
of Komodo.
I usually use a Mac for Rails development, but may need to use Linux
for a job. I still love the vi keymappings, but would like something
that allows me to manage projects and files - i.e. similar level to
Textmate. What have people been having success with?
I would prefer not to use Eclipse or emacs variants.
I can certainly understand not wanting Eclipse’s overhead, but if you’ve
got the RAM and CPU, Eclipse with RadRails has a lot going for it: you
get the project explorer with SVN or CVS integration, which includes
nice built-in diff tools, and as of the current version, RadRails has
most of the TextMate snippets working. If you throw in the Aptana plugin
and associate it with .css and .js, you get nice outline views for that
stuff, too.
On Thu, Feb 01, 2007 at 05:28:15AM -0000, Dan wrote:
I usually use a Mac for Rails development, but may need to use Linux
for a job. I still love the vi keymappings, but would like something
that allows me to manage projects and files - i.e. similar level to
Textmate. What have people been having success with?
I don’t use it (I’m happy with xterms and gvim with my own
customizations,
which I happen to use on a Mac but could just as easily use on Windows
or
Linux), but VimMate looks like it might suit you. See http://vimmate.rubyforge.org/
I would prefer not to use Eclipse or emacs variants.
Thanks.
–Greg
A co-worker can recommend Kate on KDE (http://kate-editor.org/)
Looks very nice, lightweight, and complete.
But I’ll stick to Textmate on the Mac for now.