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!
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

me 1234
1,439 PointsHelp with Installing Rails on Cloud9
Hey :) When I follow the video to create a new workspace, I don't get an option to change my type of workspace to git, and instead of 'type of workspace' it's replaced with 'hosting'. Please help? :S
1 Answer

Ian Carroll
1,901 PointsEr, I'm not sure what you're doing here.
- Click Create New Workspace in the Dashboard
- Select the 1st option
- Select RoR
- Let it load, and then type
rails new $APPNAME
in the shell c9 gives you - Start the rails server like so:
rails s -p $PORT -b $IP
- Go to
$WORKSPACE.$USERNAME.c9.io
to see your app.
me 1234
1,439 Pointsme 1234
1,439 PointsThanks for the response, but I figured it out before you posted it :) much appreciated.