Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Syncing Sublime Text 2 to Ruby on Rails

Good morning,

I am currently following a tutorial video on ruby on rails. I created a server and my next step is to view the files associated with my server in sublime text 2. In the video, all the instructor does is open sublime text 2 and all the files/folders are already loaded. When I open sublime text 2, I get a blank document. I think I need to do something related to this link: http://www.sublimetext.com/docs/2/osx_command_line.html but I really don't understand the lingo or how to go about using those commands. Whenever I use them I get "command not found" Any insight would be greatly appreciated, thanks!


1 Answers

Just open up Sublime Text 2

Then go to the menu bar and click -> Project, then select -> Add folder to project. From the pop up select your app folder and you should see all the files there :)

Hope this helps

like image 123
muttonlamb Avatar answered Apr 24 '26 23:04

muttonlamb