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
型で語るカタ
irof
1
850
SQLアンチパターン第2版 データベースプログラミングで陥りがちな失敗とその対策 / Intro to SQL Antipatterns 2nd
twada
PRO
34
10k
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
2
220
なぜあなたのオブザーバビリティ導入は頓挫するのか
ryota_hnk
3
510
Gemini CLI のはじめ方
ttnyt8701
1
110
Advanced Micro Frontends: Multi Version/ Framework Scenarios
manfredsteyer
PRO
0
110
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
200
PHPカンファレンス関西2025 基調講演
sugimotokei
5
1k
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
310
[Codecon - 2025] Como não odiar seus testes
camilacampos
0
100
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
17
6.1k
Streamlitで実現できるようになったこと、実現してくれたこと
ayumu_yamaguchi
2
230
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Automating Front-end Workflow
addyosmani
1370
200k
Fireside Chat
paigeccino
37
3.5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Being A Developer After 40
akosma
90
590k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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