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
310
Qualitative Analysis of Algorithms
mattyoho
5
420
Metaprogramming Ruby
mattyoho
19
680
Exploiting The Resource Idiom
mattyoho
2
390
testing revisited - outside-in
mattyoho
1
120
shared_auth.pdf
mattyoho
0
2.3k
background job patterns
mattyoho
2
500
Intro to Rest
mattyoho
6
580
Other Decks in Programming
See All in Programming
株式会社 Sun terras カンパニーデック
sunterras
0
290
CSC509 Lecture 06
javiergs
PRO
0
260
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
220
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
100
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
1k
CSC305 Lecture 04
javiergs
PRO
0
270
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
150
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
110
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
490
明日から始めるリファクタリング
ryounasso
0
140
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1.1k
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
180
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
How to Think Like a Performance Engineer
csswizardry
27
2k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Embracing the Ebb and Flow
colly
88
4.8k
It's Worth the Effort
3n
187
28k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Faster Mobile Websites
deanohume
310
31k
Making Projects Easy
brettharned
119
6.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