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
76
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
340
Interaction Design Framworks
rbarazi
1
120
Beginning Rails 3 Workshop - Episode 2 - Active Record
rbarazi
0
60
Beginning Rails 3 Workshop - Episode 1 - Intro
rbarazi
0
54
Other Decks in Programming
See All in Programming
Benchmark
sysong
0
270
Team operations that are not burdened by SRE
kazatohiei
1
210
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
300
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
230
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.4k
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
20
3.6k
生成AIで日々のエラー調査を進めたい
yuyaabo
0
650
GraphRAGの仕組みまるわかり
tosuri13
8
480
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
310
C++20 射影変換
faithandbrave
0
530
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
210
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
130
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Become a Pro
speakerdeck
PRO
28
5.4k
Why Our Code Smells
bkeepers
PRO
337
57k
Why You Should Never Use an ORM
jnunemaker
PRO
57
9.4k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
GitHub's CSS Performance
jonrohan
1031
460k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
210
A designer walks into a library…
pauljervisheath
207
24k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
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