These are meant to build the needed Ruby foundation before diving into Ruby on Rails. Other more advance Ruby concepts such as metaprogramming, error handling, etc will be touched as we go along the Ruby on Rails materials.
Topic | Slides | Code Exercises | |
---|---|---|---|
[x] | Ruby Basics | N/A | link |
[x] | Arrays, Hashes, and Loops 1 | link | link |
[x] | Loops 2, Blocks, Functions | link | link |
[x] | Classes | link | link |