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
150
ContaBoa - O Guardião das contas de Telefone
lucasmartins
0
270
BOOTSTRAP sua infra Docker no "desespero"
lucasmartins
0
66
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
47
Other Decks in Programming
See All in Programming
Webサーバーサイド言語としてのRustについて
kouyuume
1
5k
CSC305 Lecture 10
javiergs
PRO
0
290
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
920
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
530
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
130
contribution to astral-sh/uv
shunsock
0
550
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
240
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
3
860
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
360
Introduce Hono CLI
yusukebe
6
3.1k
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
2
760
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
15k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Building Adaptive Systems
keathley
44
2.8k
Scaling GitHub
holman
463
140k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Bash Introduction
62gerente
615
210k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
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