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
78
GroupRaise Learning Fridays: UX 101
felipecabargas
0
93
GroupRaise Learning Fridays: Hows and whys of version control
felipecabargas
0
48
Sesion III - Taller RoR LCC
felipecabargas
0
78
Sesion II - Taller RoR LCC
felipecabargas
0
120
Taller RoR LCC
felipecabargas
0
130
Other Decks in Programming
See All in Programming
ECS初心者の仲間 – TUIツール「e1s」の紹介
keidarcy
0
150
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
340
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
18
9.8k
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
240
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
20
4.9k
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
1
350
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.3k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
2
1.3k
時間軸から考えるTerraformを使う理由と留意点
fufuhu
14
4.3k
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
110
TDD 実践ミニトーク
contour_gara
1
290
Featured
See All Featured
Docker and Python
trallard
45
3.5k
Into the Great Unknown - MozCon
thekraken
40
2k
Designing for humans not robots
tammielis
253
25k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
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