Bootcamp Ruby

Goal

To teach the student the basics of Ruby.

Why?

Before we learn all about Rails, it is important that the student first understand its foundation: Ruby.

What will be taught?

  • What is Ruby?
  • Data types and variables
  • Loops and iterations
  • Conditionals
  • Functions
  • Modules
  • Classes
  • Blocks, Procs and Lambda
  • Testing
  • Gems