Helpful Resources
Git
- GitHub
- Git Documentation
- Git Cheat Sheet
- BOOK: Pro Git by Scott Chacon
- VIDEO: Introduction to Git with Scott Chacon of GitHub
- VIDEO: Github Tutorial For Beginners - Github Basics for Mac or Windows & Source Control Basics
- What's the Deal with the Git Index?
HTML
- W3Schools' HTML Tutorial; especially:
Ruby
- Ruby API Documentation (v2.2.0):
Rails
- Ruby on Rails Guides (v4.2.0)
- Ruby on Rails API (v4.2.0)
- Model (ActiveModel; ActiveRecord)
- View (ActionView)
- Controller (ActionController)
- Routing (ActionDispatch)
- Testing (ActiveSupport::Testing)
- Rails Tutorial