Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.53 KB

resources.md

File metadata and controls

46 lines (25 loc) · 1.53 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

####Week 4: Range, Symbols, Blocks, Regexp

####Week 5: Review, I/O, Files/Dir, Rake

####Week 6: Gems, CI

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

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

####Week 9: Control, Exceptions

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