Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Arquitetura MVC em Ruby on Rails
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Lucas Neves Martins
May 15, 2013
Programming
0
170
Arquitetura MVC em Ruby on Rails
Material de apoio para a aula de introdução a Ruby on Rails.
Lucas Neves Martins
May 15, 2013
Tweet
Share
More Decks by Lucas Neves Martins
See All by Lucas Neves Martins
E agora, como eu cresço?
lucasmartins
0
150
ContaBoa - O Guardião das contas de Telefone
lucasmartins
0
270
BOOTSTRAP sua infra Docker no "desespero"
lucasmartins
0
76
Application Growth
lucasmartins
1
97
Testing cache with Time Traveling
lucasmartins
1
110
Our first sip of CoffeeScript
lucasmartins
1
90
Arquitetura de Software para Startups SaaS
lucasmartins
1
350
Gestão de Projetos numa Fábrica de Startups
lucasmartins
0
54
Other Decks in Programming
See All in Programming
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
CSC307 Lecture 14
javiergs
PRO
0
470
Understanding Apache Lucene - More than just full-text search
spinscale
0
120
Docコメントで始める簡単ガードレール
keisukeikeda
1
120
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
140
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8.1k
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
250
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.3k
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
2
320
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
830
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
290
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.7k
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Building Flexible Design Systems
yeseniaperezcruz
330
40k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
First, design no harm
axbom
PRO
2
1.1k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
0
450
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
240
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
エンジニアに許された特別な時間の終わり
watany
106
240k
Context Engineering - Making Every Token Count
addyosmani
9
750
Transcript
View View Controller Model Arquitetura MVC Request Wednesday, May 15,
13
View Arquitetura MVC Request View Controller Model Client Request HTTP
Wednesday, May 15, 13
Arquitetura MVC Request HTTP View Controller Model Client View Wednesday,
May 15, 13
Arquitetura MVC Process View Controller Model Client View Wednesday, May
15, 13
Arquitetura MVC Response HTTP View Controller Model Client View Wednesday,
May 15, 13
Controller Model View GET /users/index.html users_controller.rb Wednesday, May 15, 13
Controller Model View GET /users/index.html controllers/users_controller.rb views/users/index.html.erb Wednesday, May 15,
13
Controller Model View users_controller.rb views/users/index.html.erb Wednesday, May 15, 13
Controller Model View users_controller.rb views/users/index.html.erb Wednesday, May 15, 13
Controller Model View users_controller.rb Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Wednesday, May 15, 13
View Controller View Routing quest Model Wednesday, May 15, 13
View Controller Arquitetura MVC View Routing Request Model Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb RESTful Wednesday,
May 15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb User.all :
SELECT * FROM Users Wednesday, May 15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb User.all :
SELECT * FROM Users Wednesday, May 15, 13
View Controller Model View users_controller.rb routes.rb user.rb User.all : SELECT
* FROM Users Routing Response Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Request Wednesday, May 15,
13
View View Controller Model Arquitetura MVC Request user.rb Wednesday, May
15, 13
Model IRB user.rb Wednesday, May 15, 13
Model Abstração do Banco de dados Validação dos Objetos Gerenciamento
de Erros Foco na lógica Facilidade na manipulação de Objetos user.rb IRB Wednesday, May 15, 13
Model user.rb post.rb IRB Wednesday, May 15, 13
Model user.rb post.rb user.posts.last.comments.count =>23 Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Request Wednesday, May 15,
13
View View Controller Model Arquitetura MVC Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Wednesday, May 15, 13
Bem-vindo a bordo, Arrr! Wednesday, May 15, 13