filmov
tv
Rails Fundamentals: MVC (Model-View-Controller) + Routing

Показать описание
In this video you'll learn about the fundamental underpinnings of every Ruby on Rails application.
This is ESSENTIAL if you want to understand how Rails works & to start writing your own Ruby on Rails applications.
You'll learn about:
- Routing: Maps URLs to actions
- Controller: Defines actions & make decisions
- Model: Works with the database
- Views: Represents & displays information
Every request that a user makes to your Rails app goes through the same process, it first goes through the routing system, then the controller prepares the data necessary to respond to the request.
The result?
Either a view is rendered, a redirect is sent, or an error message is shown.
When you understand how the whole request flow works then you'll be able to understand how Rails works.
You can learn more by watching more of my videos now, subscribing to this channel if you haven't yet & visiting my website.
Thanks for watching!
This is ESSENTIAL if you want to understand how Rails works & to start writing your own Ruby on Rails applications.
You'll learn about:
- Routing: Maps URLs to actions
- Controller: Defines actions & make decisions
- Model: Works with the database
- Views: Represents & displays information
Every request that a user makes to your Rails app goes through the same process, it first goes through the routing system, then the controller prepares the data necessary to respond to the request.
The result?
Either a view is rendered, a redirect is sent, or an error message is shown.
When you understand how the whole request flow works then you'll be able to understand how Rails works.
You can learn more by watching more of my videos now, subscribing to this channel if you haven't yet & visiting my website.
Thanks for watching!
Rails Fundamentals: MVC (Model-View-Controller) + Routing
Rails 6 for Beginners Part 4: The MVC (Model, View, Controller) Pattern?
MVC Explained in 4 Minutes
Understanding MVC Architecture | Ruby on Rails
Understanding the Model View Controller structure in Rails
Model View Controller in Rails - Best Explanation
MVC (Model View Controller) in ruby on rails | Ruby on rails for beginners
MVC Model View Controller - Ruby On Rails 020
The MVC Pattern Explained
Ruby on Rails - Framework || MVC( model view controller)
Ruby on Rails Tutorial #9: 🎯 Master the MVC Pattern in Ruby on Rails
Ruby On Rails Tutorial | Model View Controller Paradigm
Rails - Model View Controller Overview
Ruby on Rails Tutorial 8 - Introduce MVC model
14.Ruby on Rails course : Creating your first controller.
Ruby on Rails 5 Beginner's Tutorial - 3. MVC Model, Controller, View, and Database
Ruby On Rails | Model, View & Controllers | Part-I
Understanding mvc architecture -- What is Ruby on Rails (part 3)
MVC Architecture in Rails
Ruby on Rails - Architecture
What is MVC architecture?
Understanding MVC and REST in Ruby on Rails 1/2
MVC and Models in Ruby on Rails: An Introduction, PART ONE
Intro to Rails: The MVC Setup
Комментарии