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 Bootcamp [Sesión 02]
Search
A. Felipe Cabargas Madrid
May 07, 2016
Programming
0
84
Rails Bootcamp [Sesión 02]
A. Felipe Cabargas Madrid
May 07, 2016
Tweet
Share
More Decks by A. Felipe Cabargas Madrid
See All by A. Felipe Cabargas Madrid
Layers Layers Layers
felipecabargas
0
52
Accesibilidad Web: Que, como, cuando y por que?
felipecabargas
0
22
Untangling git
felipecabargas
0
57
Docker 101
felipecabargas
1
76
GroupRaise Learning Fridays: UX 101
felipecabargas
0
91
GroupRaise Learning Fridays: Hows and whys of version control
felipecabargas
0
45
Sesion III - Taller RoR LCC
felipecabargas
0
72
Sesion II - Taller RoR LCC
felipecabargas
0
120
Taller RoR LCC
felipecabargas
0
120
Other Decks in Programming
See All in Programming
技術を根付かせる / How to make technology take root
kubode
1
250
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
670
Honoをフロントエンドで使う 3つのやり方
yusukebe
7
3.4k
Conform を推す - Advocating for Conform
mizoguchicoji
3
700
SwiftUI Viewの責務分離
elmetal
PRO
2
240
プログラミング言語学習のススメ / why-do-i-learn-programming-language
yashi8484
0
140
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
250
color-scheme: light dark; を完全に理解する
uhyo
6
430
PHPカンファレンス名古屋2025 タスク分解の試行錯誤〜レビュー負荷を下げるために〜
soichi
1
290
Multi Step Form, Decentralized Autonomous Organization
pumpkiinbell
1
760
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
9
1.8k
ARA Ansible for the teams
kksat
0
150
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
The Language of Interfaces
destraynor
156
24k
Rails Girls Zürich Keynote
gr2m
94
13k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
Docker and Python
trallard
44
3.3k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Transcript
RAILS BOOTCAMP 2 7 MAYO 2016
RAILS 1
None
$ gem install bundler
Gemfile
Gemfile.lock
$ bundle install
RAILS BOOTCAMP! BUNDLER ▸ Entorno de trabajo consistente ▸ Bloquea
version de librerías ▸ Manejo por Ambiente de Trabajo: ▸ Desarrollo ▸ Testing ▸ Producción
CONFIG/ROUTES.RB
Añadir Ruta para el Homepage recuerden detener app
GENERADORES
$ rails generate
$ rails g scaffold
$ rails g model
$ rails g controller
$ rails g CUSTOM
REST ?
R.E.S.T Representational State Transfer
client/server
stateless
only CRUD operations
self-descriptive
HATEOAS