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
290
Qualitative Analysis of Algorithms
mattyoho
5
410
Metaprogramming Ruby
mattyoho
19
670
Exploiting The Resource Idiom
mattyoho
2
380
testing revisited - outside-in
mattyoho
1
100
shared_auth.pdf
mattyoho
0
2.3k
background job patterns
mattyoho
2
490
Intro to Rest
mattyoho
6
570
Other Decks in Programming
See All in Programming
仮想ファイルシステムを導入して開発環境のストレージ課題を解消する
segadevtech
2
450
Web技術を駆使してユーザーの画面を「録画」する
yukukotani
13
6.4k
Prompt Cachingは本当に効果的なのか検証してみた.pdf
ttnyt8701
0
500
Kotlin 2.0 and Beyond
antonarhipov
2
140
Rubyとクリエイティブコーディングの輪の広がり / The Growing Circle of Ruby and Creative Coding
chobishiba
1
240
dotfiles について話したい #湘なんか
stefafafan
2
290
rails_girls_is_my_gate_to_join_the_ruby_commuinty
maimux2x
0
170
私のEbitengineの第一歩
qt_luigi
0
430
GoのIteratorに詳しくなってしまう
inatonix
1
190
座談会 「Strict ConcurrencyとSwift 6が開く新時代: 私たちはどう生きるか?」
shiz
4
8.7k
Core_Audio徹底解剖.pdf
entaku
3
100
マルチモジュールにおけるテスト最適化
fxwx23
0
190
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
48
7.1k
Why You Should Never Use an ORM
jnunemaker
PRO
53
8.9k
How STYLIGHT went responsive
nonsquared
93
5.1k
Fantastic passwords and where to find them - at NoRuKo
philnash
47
2.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
321
23k
Typedesign – Prime Four
hannesfritz
39
2.3k
Faster Mobile Websites
deanohume
304
30k
Adopting Sorbet at Scale
ufuk
72
8.9k
Building Applications with DynamoDB
mza
89
5.9k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
22
1.7k
Product Roadmaps are Hard
iamctodd
PRO
48
10k
Happy Clients
brianwarren
96
6.6k
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