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
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
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
320
Reduxモダナイズ 〜コードのモダン化を通して、将来のライブラリ移行に備える〜
pvcresin
2
670
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
880
CSC509 Lecture 01
javiergs
PRO
1
430
NetworkXとGNNで学ぶグラフデータ分析入門〜複雑な関係性を解き明かすPythonの力〜
mhrtech
3
970
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
230
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
1
440
クラシルを支える技術と組織
rakutek
0
190
株式会社 Sun terras カンパニーデック
sunterras
0
200
2025年版 サーバーレス Web アプリケーションの作り方
hayatow
23
25k
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
170
Back to the Future: Let me tell you about the ACP protocol
terhechte
0
120
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
GraphQLとの向き合い方2022年版
quramy
49
14k
What's in a price? How to price your products and services
michaelherold
246
12k
For a Future-Friendly Web
brad_frost
180
9.9k
Statistics for Hackers
jakevdp
799
220k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Done Done
chrislema
185
16k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Navigating Team Friction
lara
189
15k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
960
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