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 Girls Chengdu 2014
Search
Terry
January 12, 2014
Programming
2
320
Rails Girls Chengdu 2014
Terry
January 12, 2014
Tweet
Share
More Decks by Terry
See All by Terry
Building API For The REST of Us
poshboytl
8
730
RubyConf China Welcome Slides
poshboytl
1
89
Refactoring Re-education
poshboytl
5
980
How we test our projects
poshboytl
29
1.9k
Other Decks in Programming
See All in Programming
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
530
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
110
Ruby and LLM Ecosystem 2nd
koic
1
830
文字コードの話
qnighy
44
17k
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
340
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
340
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
240
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
850
CSC307 Lecture 15
javiergs
PRO
0
250
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
160
猫の手も借りたい!ので AIエージェント猫を作って社内に放した話 Claude Code × Container Lambda の Slack Bot "DevNeko"
naramomi7
0
260
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
270
Featured
See All Featured
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Darren the Foodie - Storyboard
khoart
PRO
3
2.9k
Art, The Web, and Tiny UX
lynnandtonic
304
21k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
The Limits of Empathy - UXLibs8
cassininazir
1
260
Speed Design
sergeychernyshev
33
1.6k
The browser strikes back
jonoalderson
0
800
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
71
Embracing the Ebb and Flow
colly
88
5k
Transcript
Rails Girls Chengdu 2014 Terry Tai
~ $ whoami
Terry Tai
太 檑
poshboytl
Co-founder of Teahour.fm
None
Co-founder of Pragmatic.ly
None
Creator of railscasts-china.com
None
How many of you know at least one programing language.
How many of you are programers?
How many of you have ever written web application?
How many of you have ever used Ruby?
Beijing Shanghai Chengdu Xi an Shenzhen Guangzhou
None
Get excited and make things!
What is Web app?
None
None
None
None
None
None
Can we say Web app is the app running in
the browser?
Yes or no!
Show time!
What’s the advantage of Web app?
Can we say Web app is the app based on
HTTP protocol?
No!
None
WebSocket
“WebSocket is a protocol providing full-duplex communications channels over a
single TCP connection. ” — Wikipedia
SPDY
“SPDY (pronounced "SPeeDY") is a new networking protocol whose goal
is to speed up the web”
https:// isspdyenabled.com/
It’s really hard to give the definition.
So what? It’s not important!
Get your hands dirty and make something real!
How?
Ruby on Rails
“Ruby on Rails is an open-source web framework that’s optimized
for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.”
“Rails is a web-application framework that includes everything needed to
create database-backed web applications according to the Model-View-Controller (MVC) pattern.”
full-stack
convention over configuration
framework?
methodology
a bunch of patterns and principles
a bunch of libraries
TCPServer Drupal Ruby on Rails Sinatra
History
DHH David Heinemeier Hansson
None
None
None
None
Programing is a life style. Not just programer can do
programing.
RoR is extracted from Basecamp in 2004
Great frameworks and libs are always extracted from real projects.
1.0 December 13, 2005 1.2 January 19, 2007 2.0 December
7, 2007 2.1 June 1, 2008 2.2 November 21, 2008 2.3 March 16, 2009 3.0 August 29, 2010 3.1 August 31, 2011 3.2 January 20, 2012 4.0 June 25, 2013
Why Ruby not anything else?
None
Live coding session!
The Rails part will be in the afternoon.
Katrina Owen Creator of http://exercism.io Teacher in jumpstartlab. One of
the host of best Ruby podcast rubyrogues.com.
Sarah Mei Ruby developer, rabid pair-programmer, RailsBridge founder
Sandi Metz
Amy Hoy design + dev + bootstrapping + crazy chair
lady
Creator of Python OAuth. Former founder of @groveio, @convore, and
@pownce.
You
Agile Web Development with Rails 4 Sam Ruby
The Ruby Programming Language David Flanagan, Yukihiro Matsumoto
Thanks