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
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
220
A2A プロトコルを試してみる
azukiazusa1
2
1.2k
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
490
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
900
Select API from Kotlin Coroutine
jmatsu
1
190
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.1k
Is Xcode slowly dying out in 2025?
uetyo
1
210
WindowInsetsだってテストしたい
ryunen344
1
200
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
320
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
1
130
ニーリーにおけるプロダクトエンジニア
nealle
0
580
PicoRuby on Rails
makicamel
2
110
Featured
See All Featured
Become a Pro
speakerdeck
PRO
28
5.4k
Six Lessons from altMBA
skipperchong
28
3.9k
The Cult of Friendly URLs
andyhume
79
6.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Docker and Python
trallard
44
3.4k
How GitHub (no longer) Works
holman
314
140k
We Have a Design System, Now What?
morganepeng
53
7.7k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.3k
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