calebsylvest / try-timetracker-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeTracker Rails Tutorial

https://www.youtube.com/watch?v=dKe2sP-NAxQ&list=PLY_TsbWXHC0IaIWdnQwkLRdg9pXsyY_pW

  • 1. Intro & Setup
  • 2. Account Model
  • 3. Account Creation
    • Set up routes
    • Create WelcomeController
    • Create AccountsController
    • Add appropriate views
  • 4. Adding Bootstrap
    • Add Bootstrap to Application
    • Style Layout & Welcome Page
    • Create Bootstrap FormHelper
    • Style New Account form
  • 5. Add Devise & User Model
    • Spec out User model
    • Add Devise & generate User model
    • Add User fields to Account creation form
    • Debug Account creation spec with Pry
  • 6. User Sign In
    • Specs
    • Devise
    • Styling
  • [ ] 7. Implementing Subdomains

  • 8. zzz
  • 9. zzz
  • 10. zzz
  • 11. zzz

About


Languages

Language:Ruby 40.2%Language:HTML 35.5%Language:CSS 23.9%Language:JavaScript 0.4%