Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Reading old Rails
Junichi Kobayashi
October 07, 2016
0
120
Reading old Rails
Junichi Kobayashi
October 07, 2016
Tweet
Share
More Decks by Junichi Kobayashi
See All by Junichi Kobayashi
ソフトウェア開発とコミュニケーション / Communication in Software Development
junk0612
0
920
アジャイルという「マインドセット」 / Mindset named Agile
junk0612
0
660
Rails × パターン / Rails meets Patterns
junk0612
3
2.2k
「アジャイル開発」でハッピーになろう
junk0612
0
99
ESMに入ってよかったと思う5つの理由 / 5 Good Reasons To Join ESM
junk0612
0
210
Railsを仕事にする会社で新卒が1年間学んだこと
junk0612
6
1.9k
「永和さん」は本当にエクストリームなのか?/xp2016-lt
junk0612
0
670
LT のはなし/lightning-talks
junk0612
0
580
Featured
See All Featured
Designing for Performance
lara
600
65k
Building a Scalable Design System with Sketch
lauravandoore
451
31k
Web Components: a chance to create the future
zenorocha
304
40k
Facilitating Awesome Meetings
lara
33
4.6k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
500
130k
Git: the NoSQL Database
bkeepers
PRO
419
60k
Rebuilding a faster, lazier Slack
samanthasiow
69
7.6k
Building Flexible Design Systems
yeseniaperezcruz
314
35k
Bootstrapping a Software Product
garrettdimon
299
110k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
217
21k
Support Driven Design
roundedbygravity
88
8.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
346
17k
Transcript
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 Reading� old� Rails Rails� 1.0� 読書会� 経過報告 ⼩林� 純⼀(@junk0612) ESM� 東京⽀社 esm̲LT 2016-10-07(Fri)
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 self.introduce @junk0612 ✓ アジャイル事業部� 新⼊社員 ✓ 好きなもの ⾷べ物:� 麺類 ✓ ゲーム:� ドラクエ ✓ git� コマンド:� reflog ✓ ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 Date.today.topic Rails1� 読書会始めました ✓ Rails1� のルーティングについ て勉強しました� (途中) ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 studying.before[1] Rails� 勉強会 道具を知ろう ✓ ✓ 難しくてたいへん 時間が短い ✓ 進むスピードが速い ✓ ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 studying.before[2] @t-saito 僕も結構難しかったんだよね ⼀緒に僕らのペースで読んでみ る?
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 studying.execute![1] Rails� の現在の� master 多い… ✓ ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 studying.execute![2] Rails� 1.0 これならなんとか読めるかも…? ✓ ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 studying.details[1] rails� コマンド 今で⾔う� rails� new ✓ 新しい雛形プロジェクトを作る ✓ 内部に雛形を持っていて、それをコ ピーしているだけ ✓ ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 studying.details[2] bin/server 今で⾔う� rails� server ✓ WEBrick� か� lighttpd� を選んでサー バを⽴てる ✓ デフォルトは� WEBrick ✓ ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 studying.details[3] actionpack/ action̲controller/routing.rb Rails1� のルーティング ✓ RouteSet� はあるけど� Routes� は無 いなぁ…? ✓ ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 Routes.present?� #=>� false ない… ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 Routes.present?� #=>� false ない… ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 Routes.present?� #=>� false ない… ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 Routes.present?� #=>� true あった!!! ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 Routes.behaviour config/routes.rb� に書かれた 情報に従ってルーティングを⽣ 成 なんか⿊魔術やってるっぽい� (途中) ✓ ✓
Reading� old� Rails� -� Rails� 1.0� 読書会� 経過報告 Powered� by�
Rabbit� 2.1.9 studying.future Rails1� の解明 ✓ 差分による後継バージョンの学 習 ✓ パッチ送りたい! ✓