views:

209

answers:

1

I've found this a somewhat dated tutorial for developing a Rails application on Leopard with XCode. Wondering if anyone knows of a more up-to-date (ideally Mac based) tutorial that uses TextMate (or XCode if it's indeed preferred, or even just the command line).

TextMate is appealing to me but wondering how to work scrips like ruby script/generate controller etc. into workflow or if switching between command-line & TextMate is standard operating procedure...

If it matters we have Snow Leopard (10.6) clients and Leopard (10.5) OS X Servers at our disposal.

Thanks..

+1  A: 

As with Greg, switching between Textmate and command line is the norm for me.

As for the stuff under the Ruby & Ruby on Rails bundles, most of those are small snippets for use while editing within various files in a Rails application, not really for generating files as you do with the script/generate command.

Jared Hales