Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 2.23 KB

resources.md

File metadata and controls

62 lines (35 loc) · 2.23 KB

####General Our Github repo

Our chat room

####Week 1: Setup, Git, rSpec Class slides (coming soon!)

Free Online Text-Book (older edition, but should be fine for this week's reading.)

Rspec Matchers

Svn to Git Crash Course - if you are switching to Git from Subversion

Git Immersion- general Git course

ANSICON Instructions from Price

Command line basics

####Week 2: Strings, Variables, Classes, and Objects Ruby Docs

Pragmatic Programmers Guide (at the bottom is the link to the extending Ruby pdf I mentioned)

Travis CI (where open source projects are tested)

grb

The Ruby ToolBox

####Week 3: Array and hash, Numbers / range, Modules / inheritance Enumerable

BigDecimal

Array

Hash

Range

Why's Poignant Guide

####Week 4: Range, Symbols, Blocks, Control Blocks, Procs, Lambdas, and Closures

####Week 5: Regexp, I/O, Files/Dir, Rake Rubular ASCII Table

Breaking up Regular expressions

####Week 6: Gems, CI

####Week 7: Cucumber, Testing frameworks, Refactoring

####Week 8: Metaprogramming, Duck typing, Monkey patching

####Week 9: Review, Exceptions

####Week 10: Interesting Stuff...