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
Request-Response cycle
Search
Matt Yoho
April 09, 2012
Programming
5
180
Request-Response cycle
Rails request response cycle
Matt Yoho
April 09, 2012
Tweet
Share
More Decks by Matt Yoho
See All by Matt Yoho
Working with Git and GitHub
mattyoho
4
300
Qualitative Analysis of Algorithms
mattyoho
5
410
Metaprogramming Ruby
mattyoho
19
670
Exploiting The Resource Idiom
mattyoho
2
390
testing revisited - outside-in
mattyoho
1
110
shared_auth.pdf
mattyoho
0
2.3k
background job patterns
mattyoho
2
490
Intro to Rest
mattyoho
6
580
Other Decks in Programming
See All in Programming
Jakarta EE meets AI
ivargrimstad
0
440
リアーキテクチャxDDD 1年間の取り組みと進化
hsawaji
1
210
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
8
530
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
Click-free releases & the making of a CLI app
oheyadam
2
110
ActiveSupport::Notifications supporting instrumentation of Rails apps with OpenTelemetry
ymtdzzz
1
210
CSC509 Lecture 11
javiergs
PRO
0
180
初めてDefinitelyTypedにPRを出した話
syumai
0
360
色々なIaCツールを実際に触って比較してみる
iriikeita
0
320
From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism- An Example
philipschwarz
PRO
0
200
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
14
2.2k
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
730
Featured
See All Featured
Music & Morning Musume
bryan
46
6.2k
Automating Front-end Workflow
addyosmani
1366
200k
Designing for humans not robots
tammielis
250
25k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
Side Projects
sachag
452
42k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
710
Ruby is Unlike a Banana
tanoku
96
11k
Typedesign – Prime Four
hannesfritz
40
2.4k
Transcript
Request -> Response Cycle Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Monday, April 9,
12
Models Views Controllers Routes Request-response cycle Client Maps URI to
action Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Interacts with HTTP,
performs action Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Show, change, or
remove some resource Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Return resource to
be displayed Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Construct representation of
the resource Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Construct representation of
the resource Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Return it to
the client over HTTP Monday, April 9, 12
Models Views Controllers Routes Request-response cycle Client Webpage! Monday, April
9, 12