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
Rails 3 Responders
Search
Rida Al Barazi
September 08, 2010
Programming
1
77
Rails 3 Responders
Rida Al Barazi
September 08, 2010
Tweet
Share
More Decks by Rida Al Barazi
See All by Rida Al Barazi
Intro to Rust Programming Language
rbarazi
1
370
Automating Data Classification using ActiveModel
rbarazi
0
100
Ruby Roundup - Oct / 2012 - Rails 4 and Ruby Gems
rbarazi
1
350
Interaction Design Framworks
rbarazi
1
120
Beginning Rails 3 Workshop - Episode 2 - Active Record
rbarazi
0
61
Beginning Rails 3 Workshop - Episode 1 - Intro
rbarazi
0
54
Other Decks in Programming
See All in Programming
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.9k
AIコーディングAgentとの向き合い方
eycjur
0
250
testingを眺める
matumoto
1
130
Kiroで始めるAI-DLC
kaonash
2
540
フロントエンドのmonorepo化と責務分離のリアーキテクト
kajitack
2
160
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
820
Design Foundational Data Engineering Observability
sucitw
3
160
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
250
TDD 実践ミニトーク
contour_gara
1
290
Honoアップデート 2025年夏
yusukebe
1
910
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
1.4k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
340
Featured
See All Featured
The Invisible Side of Design
smashingmag
301
51k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Navigating Team Friction
lara
189
15k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Music & Morning Musume
bryan
46
6.8k
Transcript
Rails 3 Responders Rida Al Barazi Ruby Brigade Toronto
About Me • Ruby on Rails Developer • Beginning Rails
3 Book • Working at NuLayer Inc. •
[email protected]
• rida.me
Rails 3 Responders • Rails Controllers • How to setup
Responders • Responders examples • Important Methods • Resources
Rails Restful Controllers • 7 actions (index, show, new, create,
edit, update, destroy) • Respond with templates or redirects • Code Sample
How to Implement it •respond_to •respond_with
Default Responders • to_html • to_format
Important Methods •default_response •resource •resources •format
Important Methods •head •get? •post?
Examples & Ideas •PDF •CSV •JPEG •HTML Caching •Flash Messages
• Gems • Responders • Inherited Resources Resources
• Rails Source • ActionController Metal • MimeResponds, Renderers, Rendering,
Responders Resources