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
82
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
400
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
67
Beginning Rails 3 Workshop - Episode 1 - Intro
rbarazi
0
58
Other Decks in Programming
See All in Programming
LM Linkで(非力な!)ノートPCでローカルLLM
seosoft
0
270
生成 AI 時代のスナップショットテストってやつを見せてあげますよ(α版)
ojun9
0
310
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3.4k
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
170
L’IA au service des devs : Anatomie d'un assistant de Code Review
toham
0
120
飯MCP
yusukebe
0
410
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
760
AI 開発合宿を通して得た学び
niftycorp
PRO
0
180
ネイティブアプリとWebフロントエンドのAPI通信ラッパーにおける共通化の勘所
suguruooki
0
220
ローカルで稼働するAI エージェントを超えて / beyond-local-ai-agents
gawa
1
180
Symfony + NelmioApiDocBundle を使った スキーマ駆動開発 / Schema Driven Development with NelmioApiDocBundle
okashoi
0
250
Claude Codeログ基盤の構築
giginet
PRO
7
3.7k
Featured
See All Featured
Deep Space Network (abreviated)
tonyrice
0
97
Mobile First: as difficult as doing things right
swwweet
225
10k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
660
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
460
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
340
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
330
Documentation Writing (for coders)
carmenintech
77
5.3k
Paper Plane (Part 1)
katiecoart
PRO
0
6.1k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
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