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
60
Beginning Rails 3 Workshop - Episode 1 - Intro
rbarazi
0
54
Other Decks in Programming
See All in Programming
自作OSでDOOMを動かしてみた
zakki0925224
1
1.3k
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
3
2.1k
ワープロって実は計算機で
pepepper
2
1.3k
リッチエディターを安全に開発・運用するために
unachang113
1
380
Understanding Kotlin Multiplatform
l2hyunwoo
0
260
大規模FlutterプロジェクトのCI実行時間を約8割削減した話
teamlab
PRO
0
470
Terraform やるなら公式スタイルガイドを読もう 〜重要項目 10選〜
hiyanger
13
3.1k
Flutterと Vibe Coding で個人開発!
hyshu
1
250
A Gopher's Guide to Vibe Coding
danicat
0
140
Webinar: AI-Powered Development: Transformiere deinen Workflow mit Coding Tools und MCP Servern
danielsogl
0
130
What's new in Adaptive Android development
fornewid
0
140
令和最新版手のひらコンピュータ
koba789
13
7.6k
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Building Applications with DynamoDB
mza
96
6.5k
Facilitating Awesome Meetings
lara
54
6.5k
Fireside Chat
paigeccino
39
3.6k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Designing Experiences People Love
moore
142
24k
Adopting Sorbet at Scale
ufuk
77
9.5k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Speed Design
sergeychernyshev
32
1.1k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
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