Suggested Ruby / Rails Development Environment on OS X?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi All,

I’ve just purchased a MacBook Pro and want to ping the list for
suggested development tools for Ruby and Rails in the OS X environment
(I already know about TextMate ). What tools are other folks using
that make life easier when developing Ruby and Rails apps (note that I’m
working on both types).

Thanks in advance!

Charles McKnight
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFfd88iasyemRISosRAp43AKCen1HqWsEd4mUfVu+73xVBEkZY9gCgpEUv
9pzLOSpfm7NYETwqejMu6rw=
=TGeH
-----END PGP SIGNATURE-----

I dig Textmate with updated bundles for editing. vi is my second
choice (ducks), but the file management with Textmate and snippets
make it the best choice IMO.

I use Locomotive (http://locomotive.raaum.org/) to develop my Rails
applications; this is like InstantRails for Windows. It’s great for
development and testing. Whenever I get ready to deploy my projects
to something more heavy duty (e.g., a Mongrel cluster, Apache, etc.),
I’ll use Capistrano.

I use YourSQL for mySQL administration.

Just my personal preferences…there are a lot of options! :slight_smile:

–Jeremy