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
85
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
53
Accesibilidad Web: Que, como, cuando y por que?
felipecabargas
0
23
Untangling git
felipecabargas
0
58
Docker 101
felipecabargas
1
77
GroupRaise Learning Fridays: UX 101
felipecabargas
0
91
GroupRaise Learning Fridays: Hows and whys of version control
felipecabargas
0
46
Sesion III - Taller RoR LCC
felipecabargas
0
75
Sesion II - Taller RoR LCC
felipecabargas
0
120
Taller RoR LCC
felipecabargas
0
130
Other Decks in Programming
See All in Programming
PicoRuby on Rails
makicamel
2
140
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
500
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
2
170
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
140
ニーリーにおけるプロダクトエンジニア
nealle
0
890
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
12k
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
450
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
170
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
650
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
120
Featured
See All Featured
Thoughts on Productivity
jonyablonski
69
4.7k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Visualization
eitanlees
146
16k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
It's Worth the Effort
3n
185
28k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Building Adaptive Systems
keathley
43
2.7k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
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