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
68
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
48
Other Decks in Programming
See All in Programming
DartASTとその活用
sotaatos
2
150
251126 TestState APIってなんだっけ?Step Functionsテストどう変わる?
east_takumi
0
250
Honoを技術選定したAI要件定義プラットフォームAcsimでの意思決定
codenote
0
270
[堅牢.py #1] テストを書かない研究者に送る、最初にテストを書く実験コード入門 / Let's start your ML project by writing tests
shunk031
11
6.1k
All(?) About Point Sets
hole
0
220
Stay Hacker 〜九州で生まれ、Perlに出会い、コミュニティで育つ〜
pyama86
2
2.7k
無秩序からの脱却 / Emergence from chaos
nrslib
1
9.6k
関数の挙動書き換える
takatofukui
4
750
AIエージェントでのJava開発がはかどるMCPをAIを使って開発してみた / java mcp for jjug
kishida
4
800
『実践MLOps』から学ぶ DevOps for ML
nsakki55
2
480
Rails Girls Sapporo 2ndの裏側―準備の日々から見えた、私が得たもの / SAPPORO ENGINEER BASE #11
lemonade_37
2
190
手軽に積ん読を増やすには?/読みたい本と付き合うには?
o0h
PRO
1
110
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Site-Speed That Sticks
csswizardry
13
970
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.6k
How GitHub (no longer) Works
holman
315
140k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Code Review Best Practice
trishagee
72
19k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.1k
Unsuck your backbone
ammeep
671
58k
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