views:

715

answers:

1

Where can I find project templates for Ruby on Rails to use within projects?

I am using Xcode version 3.2.2.

From what I understand, Apple stopped shipping all project templates with xcode and made them available as optional downloads, yet I cannot find the templates for Ruby on Rails anywhere.

Regards Mick

+2  A: 

Because the "template" of a fresh rails app can change from version to version, you should use the rails myapp command at the Terminal, and the open the result in XCode organizer.

More here: http://developer.apple.com/tools/developonrailsleopard.html

Ben