Completed
Comments Controller
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Ruby on Rails Tutorial - Building a Blog App
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 ModelViewController
- 3 HTTP Methods
- 4 Index Method
- 5 Model
- 6 View
- 7 Browser
- 8 Creating Rails
- 9 Creating the database
- 10 Creating the user
- 11 Show tables
- 12 Scaffold generator
- 13 Database tables
- 14 Views
- 15 Index
- 16 Create User
- 17 User Controller
- 18 Scaffold
- 19 Route
- 20 Controller
- 21 Article
- 22 Routes
- 23 Users
- 24 Error
- 25 Validate
- 26 Generate Comments
- 27 Show Comments
- 28 Nested Comments
- 29 Destroy Controller Comments
- 30 View Comments
- 31 Add Comments
- 32 Comments Controller
- 33 Adding Comments
- 34 Styling Style Sheets
- 35 Styling the Index