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 trialRonnie Barua
17,665 PointsGuess I'll learn Rails some where else
From day one I had issues with Jason class. Just can't get it right. Today I can't open a subl folder after all the trouble I've gone through it's not worth it to me.
6 Answers
David Tonge
Courses Plus Student 45,640 PointsHere's a Textmate tutorial: http://hiltmon.com/blog/2013/11/09/textmate-2-basics/
The info you need is in the section that says "mate and rmate"
Maciej Czuchnowski
36,441 PointsPlease try doing the refreshed track first: http://teamtreehouse.com/tracks/learn-ruby
Maciej Czuchnowski
36,441 PointsWhat subl folder? I explained to you that subl is a custom command that opens up Sublime Text software. You can set it up yourself if you want (there are tutorials online for this) or just work in whatever environment you want.
Ronnie Barua
17,665 PointsWhen Jason shows us the 'touch simple_methods.rb, right after that he opens 'subl simple_methods.rb' that opens a new window where he writes BankAccount class, do you follow? I can't do that. I have textmate which I down loaded when I started the course, tried using the mate and was having trouble Running it on the terminal.
Maciej Czuchnowski
36,441 PointsSo like I said, you can simply open your text editor (normally, not through the terminal) and then open your rb file in it, ignoring the whole thing Jason just did. he did it because this is his setup and he can't expect everyone to have the same setup ;). Using Workspaces will make it all easier for you.
Ronnie Barua
17,665 PointsOne more question for you that is: What is (or where can I find) the Simple Workspace console combo just like Treehouse teachers use? I have Textmate. Thank you so much.
Maciej Czuchnowski
36,441 PointsHere's the combo that allows you to use just the browser, you don't need to use any text editor or terminal of your own operating system. http://teamtreehouse.com/workspaces
Ronnie Barua
17,665 PointsThanks David. This tutorial just exposed me to a world that I never thought possible.