Skip to content

umang1089/ruby_intro

 
 

Repository files navigation

Ruby Intro

This is the companion application to the Minimal Introduction to the Ruby Language. You will find a Getting Started video there.

  1. Clone this repository.
  2. Launch Terminal/Command Prompt with Ruby on Rails.
  3. cd into the repository you cloned.
  4. Run the bundle install command. This ensures you have all of the required software installed on your computer.
  5. Run the rails server command. This starts up your web server so that you can start visiting pages in the app. This Terminal window is now dedicated to the running web server; you can't do anything else in it.
  6. Open another Terminal tab (+T) or launch another Command Prompt with Ruby on Rails and cd back to the same folder again. (In the GitHub Desktop App for Mac, you can also right-click on the repository name in the sidebar and select "Open in Terminal".)
  7. Run the rails console command. Now you can start reading the Minimal Introduction to the Ruby Language and try out the Ruby that it suggests in the rails console at the prompt that appears.
  8. When you get to the article on writing Permanent Programs, open up the code that you cloned in Atom. The GitHub Desktop app offers a shortcut to do that on both Mac and Windows, or you can just do it from Atom.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.5%
  • HTML 9.4%
  • JavaScript 1.9%
  • CSS 0.2%