Ruby on Rails Tutorial - Building a Blog App
Offered By: Derek Banas via YouTube
Course Description
Overview
Learn to build a Rails blog application in this comprehensive 32-minute tutorial video. Develop a full-featured blog using both scaffold generators and manual MVC creation. Cover essential Rails concepts including database setup, models, views, controllers, partials, REST, CRUD operations, routing, before_action filters, validations, associations, error handling, and SASS styling. Gain hands-on experience with user and article management, nested comments functionality, and application styling. Follow along step-by-step to create a functional blog while mastering key Ruby on Rails development techniques.
Syllabus
Introduction
ModelViewController
HTTP Methods
Index Method
Model
View
Browser
Creating Rails
Creating the database
Creating the user
Show tables
Scaffold generator
Database tables
Views
Index
Create User
User Controller
Scaffold
Route
Controller
Article
Routes
Users
Error
Validate
Generate Comments
Show Comments
Nested Comments
Destroy Controller Comments
View Comments
Add Comments
Comments Controller
Adding Comments
Styling Style Sheets
Styling the Index
Taught by
Derek Banas
Related Courses
Web Application ArchitecturesUniversity of New Mexico via Coursera Full Stack Foundations
Udacity Rails with Active Record and Action Pack
Johns Hopkins University via Coursera Ruby on Rails: An Introduction
Johns Hopkins University via Coursera Ruby on Rails Web Services and Integration with MongoDB
Johns Hopkins University via Coursera