Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Ruby Foundations Objects, Classes, and Variables Simple Variables

Using Sublime Text 2 instead of Text Mate

How do I use Sublime Text 2 instead of Text mate when editing the Ruby files?

5 Answers

Which operating system are you using?

You can right click the ruby files and 'Open with Sublime Text 2'

With textmate you can launch the GUI of textmate using the mate command. With sublime text there's the subl command.

I use Sublime Text for Ruby myself, and haven't had any issues. It shouldn't make a difference.

I have never used Text Mate, but I have used Sublime 2 and am now using Sublime 3 (http://www.sublimetext.com/3) with Ruby and it works fantastic.

I am on a Macintosh. and I mean in the terminal? David Grimm Nathan Fulkerson John Steer-Fowler