This is the companion application to the Minimal Introduction to the Ruby Language.
Follow the usual setup steps:
-
Ensure that you've forked this repository to your own GitHub account. So, you should have a copy at
https://github.com/[YOUR USERNAME]/ruby-intro. -
Follow the Starting on a project with Cloud9 guide to set up your workspace.
-
I always recommend closing as many browsers tabs as possible from the last project you were working on — it's very easy to get confused with too many tabs going.
-
At a Terminal prompt, set up the project (install a bunch of powerful libraries on the workspace, whatever the project depends upon, etc):
bin/setup -
Once the previous step completes successfully and you're back at the
$prompt, launch your Rails application server by clicking the "Run Project" button at the top of the IDE. You'll know it launched when it says "Press Ctrl-C to stop". -
Visit the live application preview URL that it gives you to see the app running.