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

Development Tools

ubuntu text editor

do I have to use sublime text editor for ruby on rails programming or can I just use Text Editor which came with my ubuntu installation? I already bought sublime for my windows system but now I'm using my Linux system and I don't want to install sublime again since I would rather use a free program.

3 Answers

Mike Morales
Mike Morales
19,833 Points

Hi Joey -

You can use what ever text editor you wish to use. I'm using the Bluefish editor on Ubuntu as I work thru Ruby on Rails.

James Barnett
James Barnett
39,199 Points

You can use any text you want as long as it has Syntax highlighting & auto indenting help.

Here are a few good choices:

http://askubuntu.com/questions/10998/what-is-a-good-text-editor-for-developing-code-on

thanx guys