Skip to content

PhoenixDave/ruby-intro

 
 

Repository files navigation

Ruby Intro

This is the companion application to the Minimal Introduction to the Ruby Language.

Setup

Follow the usual setup steps:

  1. 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.

  2. Follow the Starting on a project with Cloud9 guide to set up your workspace.

  3. 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.

  4. 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
    
  5. 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".

  6. Visit the live application preview URL that it gives you to see the app running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 89.5%
  • HTML 8.5%
  • JavaScript 1.7%
  • Other 0.3%