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

preview_player
Показать описание
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!
Рекомендации по теме
Комментарии
Автор

Honestly surprised how not many have discovered this video yet. Thanks for the video man!

anirudh
Автор

I'm glad that I have this video during my initial steps with rails. Your content is pure gold. Thanks a lot!.

luizmelo
Автор

This is by far the best explanation online!! Thanks Jesus ;)

rayzakyan
Автор

Amazing video and explanation! Thank you!

ModernBrick
Автор

Fantastic overview. I wish I had this when I was starting out. ✌️

johnsalzarulo
Автор

Very good video, muchas gracias Jesus!

LiveshoppingUnfrage
Автор

Nice Tutorial @Jesus...what tool did you use in this video to create the tree diagram?

emmanuelaboderin
welcome to shbcf.ru