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
Arquitetura MVC em Ruby on Rails
Search
Lucas Neves Martins
May 15, 2013
Programming
0
170
Arquitetura MVC em Ruby on Rails
Material de apoio para a aula de introdução a Ruby on Rails.
Lucas Neves Martins
May 15, 2013
Tweet
Share
More Decks by Lucas Neves Martins
See All by Lucas Neves Martins
E agora, como eu cresço?
lucasmartins
0
140
ContaBoa - O Guardião das contas de Telefone
lucasmartins
0
270
BOOTSTRAP sua infra Docker no "desespero"
lucasmartins
0
64
Application Growth
lucasmartins
1
91
Testing cache with Time Traveling
lucasmartins
1
100
Our first sip of CoffeeScript
lucasmartins
1
86
Arquitetura de Software para Startups SaaS
lucasmartins
1
340
Gestão de Projetos numa Fábrica de Startups
lucasmartins
0
46
Other Decks in Programming
See All in Programming
楽して成果を出すためのセルフリソース管理
clipnote
0
190
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
2.8k
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.9k
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
540
🔨 小さなビルドシステムを作る
momeemt
4
690
為你自己學 Python - 冷知識篇
eddie
1
350
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
570
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
170
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
270
Testing Trophyは叫ばない
toms74209200
0
890
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
420
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
How GitHub (no longer) Works
holman
315
140k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
3k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Into the Great Unknown - MozCon
thekraken
40
2k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Speed Design
sergeychernyshev
32
1.1k
Bash Introduction
62gerente
615
210k
Context Engineering - Making Every Token Count
addyosmani
3
62
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Transcript
View View Controller Model Arquitetura MVC Request Wednesday, May 15,
13
View Arquitetura MVC Request View Controller Model Client Request HTTP
Wednesday, May 15, 13
Arquitetura MVC Request HTTP View Controller Model Client View Wednesday,
May 15, 13
Arquitetura MVC Process View Controller Model Client View Wednesday, May
15, 13
Arquitetura MVC Response HTTP View Controller Model Client View Wednesday,
May 15, 13
Controller Model View GET /users/index.html users_controller.rb Wednesday, May 15, 13
Controller Model View GET /users/index.html controllers/users_controller.rb views/users/index.html.erb Wednesday, May 15,
13
Controller Model View users_controller.rb views/users/index.html.erb Wednesday, May 15, 13
Controller Model View users_controller.rb views/users/index.html.erb Wednesday, May 15, 13
Controller Model View users_controller.rb Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Wednesday, May 15, 13
View Controller View Routing quest Model Wednesday, May 15, 13
View Controller Arquitetura MVC View Routing Request Model Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb RESTful Wednesday,
May 15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb Wednesday, May
15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb User.all :
SELECT * FROM Users Wednesday, May 15, 13
View Controller Model View Routing users_controller.rb routes.rb user.rb User.all :
SELECT * FROM Users Wednesday, May 15, 13
View Controller Model View users_controller.rb routes.rb user.rb User.all : SELECT
* FROM Users Routing Response Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Request Wednesday, May 15,
13
View View Controller Model Arquitetura MVC Request user.rb Wednesday, May
15, 13
Model IRB user.rb Wednesday, May 15, 13
Model Abstração do Banco de dados Validação dos Objetos Gerenciamento
de Erros Foco na lógica Facilidade na manipulação de Objetos user.rb IRB Wednesday, May 15, 13
Model user.rb post.rb IRB Wednesday, May 15, 13
Model user.rb post.rb user.posts.last.comments.count =>23 Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Request Wednesday, May 15,
13
View View Controller Model Arquitetura MVC Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Wednesday, May 15, 13
View View Controller Model Arquitetura MVC Wednesday, May 15, 13
Bem-vindo a bordo, Arrr! Wednesday, May 15, 13