Ruby on Rails on OS X

Locomotive, TextMateThere are a number of ways to make sure that you’ve what you need to start Ruby on Rails development on OS X. The easiest way is buy a copy of TextMate and install Locomotive (this is all in one Ruby, Rails, Web server bundle). ActiveState sells a full blown IDE (Komodo) with proper debugging support for Ruby. But you need to make sure that you installed rails, … before you can use it.

The 1st application I tried was file upload. Looks like Locomotive’s rails does not understand form_tag_with_upload_progress and this specific feature will require the latest ruby/rails. So now I’ll have to figure out how to update Ruby/Rails on the Mac. FinkCommander here I come.

2 Responses to “Ruby on Rails on OS X”

  1. Tobias Hoellrich Says:

    While fink/finkCommander offers binary (and source) package(s) for ruby itself, I see no mention of rails/rake/etc. I think I stick to MacPorts (http://www.macports.org/).

  2. sj Says:

    TextMate is the way to create ROR applications on OS X. It is a superb productively tool (not quite as good as eclipse, however).

Leave a Reply