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
81
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
390
Automating Data Classification using ActiveModel
rbarazi
0
110
Ruby Roundup - Oct / 2012 - Rails 4 and Ruby Gems
rbarazi
1
370
Interaction Design Framworks
rbarazi
1
130
Beginning Rails 3 Workshop - Episode 2 - Active Record
rbarazi
0
65
Beginning Rails 3 Workshop - Episode 1 - Intro
rbarazi
0
58
Other Decks in Programming
See All in Programming
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
200
AI時代でも変わらない技術コミュニティの力~10年続く“ゆるい”つながりが生み出す価値
n_takehata
2
710
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.9k
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
130
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
370
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
390
ロボットのための工場に灯りは要らない
watany
10
2.5k
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
140
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
120
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
5
390
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
430
Claude Codeログ基盤の構築
giginet
PRO
7
2.1k
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
440
Six Lessons from altMBA
skipperchong
29
4.2k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
190
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
The untapped power of vector embeddings
frankvandijk
2
1.6k
Practical Orchestrator
shlominoach
191
11k
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