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 trialJon Kolman
Courses Plus Student 4,132 PointsUsing 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
John Steer-Fowler
Courses Plus Student 11,734 PointsWhich operating system are you using?
You can right click the ruby files and 'Open with Sublime Text 2'
James Barnett
39,199 PointsWith textmate you can launch the GUI of textmate using the mate
command. With sublime text there's the subl
command.
Nathan F.
30,773 PointsI use Sublime Text for Ruby myself, and haven't had any issues. It shouldn't make a difference.
David Grimm
16,169 PointsI 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.
Jon Kolman
Courses Plus Student 4,132 PointsI am on a Macintosh. and I mean in the terminal? David Grimm Nathan Fulkerson John Steer-Fowler