Introduction - Welcome To Ruby on Rails a Beginners Guide
  • Welcome
  • Welcome
  • STOP! Don't try to install Rails!
Inner Workings - Pulling Back The Curtain
  • CRUDola
  • CRUD
  • MVC ABC
  • MVC
  • The Database
  • Database
Create and Preview Our Application
  • Creating Our Application
  • Moving Around
  • Moving Around
  • Fire Up The Server!
Git Version Control
  • Getting Started With Git Version Control
  • Link it up to Git Hub
  • Update your IDE with SSH access
  • How Git Hub Saved My Life
App Time - Creating Public Pages
  • Hello World So 1996
  • Git Time
  • Generation Control - Generating Controllers
  • Generate a Controller
Getting Sassy
  • Getting Sassy - Installing bootstrap-sass-rails Gem
  • Getting Sassy Part 2
  • Navigation
  • Navigation Partial
  • Creating a Partial
  • ERB
  • Navigation Cleanup
  • Contained
  • Footer
  • Font Awesome
Setting Up Users
  • User Set Up Gems
  • User Sign In
  • Update Development Dot RB
  • Sign In Sign Up Sign Out
  • Flash Helper
Heroku
  • Heroku.com Gems
  • Heroku Production Push
  • Rails Console and Heroku
Stylish
  • Bootstrap css and Navbar-Brand
  • Link To
  • Contact and About Links
  • Title Tab Favi
  • Adding Layouts To Pages
  • Two Footers!
  • If Else End Footer
  • If else
Updating Our Users
  • Generate A Migration
  • Migration
  • Custom Registration
  • Edit My Profile
  • Showing Links Based On Status
  • Edit The Sign Up Form
  • Edit The Edit User Registration
  • Git Push
Adding Articles
  • Scaffold Articles
  • CRUD Articles
  • Article Creation
  • Article Index
  • Article Variables Part 1
  • Article Variables Part 2
  • Show Article In Index
  • Git Push Articles
Article User Associations
  • Active Record Associations
  • Adding User ID
  • Update Articles Controller
  • Reset The Base: Drop Create Migrate
  • Main Index Username JimBob
  • Username Articles Index & Show
  • Authenticate User!
Heroku Push
  • Another Heroku Push
You've Got Mail
  • Sendgrid Starter
  • More SendGrid
  • Time Saver and Email Recovery
You've Got More Mail
  • Mailer Setup
  • Mailer Form
  • Mailer Overview
  • Validations
  • Important!! Fixing Up Some Errors Doh
Cancel That Footer
  • Footer Rework
  • Links For Additional Help
  • Rails Generators Syntax
Comments Model and Controller
  • The Comment Model