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
80
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
52
Accesibilidad Web: Que, como, cuando y por que?
felipecabargas
0
22
Untangling git
felipecabargas
0
57
Docker 101
felipecabargas
1
76
GroupRaise Learning Fridays: UX 101
felipecabargas
0
91
GroupRaise Learning Fridays: Hows and whys of version control
felipecabargas
0
45
Sesion III - Taller RoR LCC
felipecabargas
0
72
Sesion II - Taller RoR LCC
felipecabargas
0
120
Taller RoR LCC
felipecabargas
0
120
Other Decks in Programming
See All in Programming
CI改善もDatadogとともに
taumu
0
120
Unity Android XR入門
sakutama_11
0
160
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
2
590
Domain-Driven Transformation
hschwentner
2
1.9k
Immutable ActiveRecord
megane42
0
140
ARA Ansible for the teams
kksat
0
150
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
12
4.2k
AWS Organizations で実現する、 マルチ AWS アカウントのルートユーザー管理からの脱却
atpons
0
150
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
570
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
250
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
51
17k
Linux && Docker 研修/Linux && Docker training
forrep
24
4.5k
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Faster Mobile Websites
deanohume
306
31k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Gamification - CAS2011
davidbonilla
80
5.1k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
240
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Side Projects
sachag
452
42k
Agile that works and the tools we love
rasmusluckow
328
21k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
410
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
How to train your dragon (web standard)
notwaldorf
91
5.8k
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