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
86
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
55
Accesibilidad Web: Que, como, cuando y por que?
felipecabargas
0
25
Untangling git
felipecabargas
0
59
Docker 101
felipecabargas
1
79
GroupRaise Learning Fridays: UX 101
felipecabargas
0
95
GroupRaise Learning Fridays: Hows and whys of version control
felipecabargas
0
48
Sesion III - Taller RoR LCC
felipecabargas
0
80
Sesion II - Taller RoR LCC
felipecabargas
0
120
Taller RoR LCC
felipecabargas
0
130
Other Decks in Programming
See All in Programming
Devvox Belgium - Agentic AI Patterns
kdubois
1
140
エンジニアインターン「Treasure」とHonoの2年、そして未来へ / Our Journey with Hono Two Years at Treasure and Beyond
carta_engineering
0
400
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
190
iOSでSVG画像を扱う
kishikawakatsumi
0
150
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
260
なんでRustの環境構築してないのにRust製のツールが動くの? / Why Do Rust-Based Tools Run Without a Rust Environment?
ssssota
2
3.1k
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
130
What's new in Spring Modulith?
olivergierke
1
160
AkarengaLT vol.38
hashimoto_kei
1
110
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
270
contribution to astral-sh/uv
shunsock
0
450
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
150
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Being A Developer After 40
akosma
91
590k
Rails Girls Zürich Keynote
gr2m
95
14k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
990
Making Projects Easy
brettharned
120
6.4k
What's in a price? How to price your products and services
michaelherold
246
12k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
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