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 is love
Search
A. Felipe Cabargas Madrid
October 24, 2015
Programming
0
81
Rails is love
Slides de introducción a Ruby on Rails para el Taller realizado durante IV Devs Conference
A. Felipe Cabargas Madrid
October 24, 2015
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
79
Sesion II - Taller RoR LCC
felipecabargas
0
120
Taller RoR LCC
felipecabargas
0
130
Other Decks in Programming
See All in Programming
Deep Dive into Kotlin Flow
jmatsu
1
360
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
190
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
310
為你自己學 Python - 冷知識篇
eddie
1
350
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
アセットのコンパイルについて
ojun9
0
130
rage against annotate_predecessor
junk0612
0
170
AIコーディングAgentとの向き合い方
eycjur
0
280
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
290
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
170
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Scaling GitHub
holman
463
140k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Producing Creativity
orderedlist
PRO
347
40k
BBQ
matthewcrist
89
9.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Transcript
Rails is love Why all the hype ? IV Devs
2015
hello there!
Felipe Cabargas ~ @juanpintoduran Full Stack Developer @ Genzai &
Reciclar.io Ex piloto de X-Wing
ruby != rails
“Ruby is designed to make programmers happy.” ~ Matz
None
puts “Hello World!”
rails
Web development that doesn’t hurt
M.V.C.
M.V.C. Model · View · Controller
MVC Views Controllers Models Router Browser server client request respuesta
DB
§ rails new app-name
§ rails s
§ rails c
§ rails g