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
ポスターセッション: 「まっすぐ行って、右!」って言ってラズパイカーを動かしたい 〜生成AI × Raspberry Pi Pico × Gradioの試作メモ〜
komofr
0
1.2k
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
550
止められない医療アプリ、そっと Swift 6 へ
medley
1
150
あなたとKaigi on Rails / Kaigi on Rails + You
shimoju
0
110
CSC509 Lecture 05
javiergs
PRO
0
300
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
440
SpecKitでどこまでできる? コストはどれくらい?
leveragestech
0
670
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
250
私はどうやって技術力を上げたのか
yusukebe
43
18k
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
3.2k
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
160
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
8
1.6k
Featured
See All Featured
Fireside Chat
paigeccino
40
3.7k
Done Done
chrislema
185
16k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
KATA
mclloyd
32
15k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.9k
Site-Speed That Sticks
csswizardry
11
890
Become a Pro
speakerdeck
PRO
29
5.5k
Documentation Writing (for coders)
carmenintech
75
5k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
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