SlideShare a Scribd company logo
1 of 21
Download to read offline
Rails2 & Me❤
@gch0929
Self introduction
• Yuzo Iwasaki
• Twitter: @gch0929
• GitHub: https://
github.com/
yuzoiwasaki
• ONES
LTのお題
• 2015 年に関わるもの(一年のふり
かえりでも、今年ハマった趣味や技
術でも OK)
LTのお題
• 2015 年に関わるもの(一年のふり
かえりでも、今年ハマった趣味や技
術でも OK)
それならある!
Rails2 & Me❤
@gch0929
4月ごろのぼく
• 念願のRailsエンジニアだ!最新版で
予習したし完璧(^ν^)!
衝撃の出会い
• Rails2「こんにちはー(^з^)-☆」
ファッ!?
Rails2さんの魅力1
• デフォルトのJSライブラリがjQueryでな
くprototype
• コンフリクトさせないように気をつけつ
つjQueryを使用
• prototypeよくわからない
つらい
Rails2さんの魅力2
• フラグメントキャッシュの有効期限が設
定できない
• 更新性の高い箇所はmemcachedで無理
やりキャッシュ化
つらい
Rails2さんの魅力3
• 当たり前に存在するはずのメソッドがない
• where, find_by, pluck, squish …
• AR周りはこんな感じで頑張って書く
• User.find(:all, :conditions => id =
#{user.id} )
つらい
Rails2さんの魅力4
• ロケットハッシュじゃないと怒られる
• ○ :name => hoge
• ✖ name: hoge
Cool !
Rails2さんの魅力5
• Rubyが1.8なのでそもそも遅い
死!
まとめ
•Rails2は最高に使いづらい
今のところアップグレー
ドの予定はございません

More Related Content

What's hot

35歳だけどrailsチュートリアルを完走したら人生が変わった話
35歳だけどrailsチュートリアルを完走したら人生が変わった話35歳だけどrailsチュートリアルを完走したら人生が変わった話
35歳だけどrailsチュートリアルを完走したら人生が変わった話Hironori Yokoyama
 
プリキュアのRuby実装の紹介 (2015 ver) #MeguroStartup
プリキュアのRuby実装の紹介 (2015 ver)  #MeguroStartupプリキュアのRuby実装の紹介 (2015 ver)  #MeguroStartup
プリキュアのRuby実装の紹介 (2015 ver) #MeguroStartupGo Sueyoshi (a.k.a sue445)
 
京都在住、時々大阪、アメリカ向けの基盤開発
京都在住、時々大阪、アメリカ向けの基盤開発京都在住、時々大阪、アメリカ向けの基盤開発
京都在住、時々大阪、アメリカ向けの基盤開発Ryo Mitoma
 
社外コニュニティでLTした話とQiitaアドベントカレンダーに参加した話
社外コニュニティでLTした話とQiitaアドベントカレンダーに参加した話社外コニュニティでLTした話とQiitaアドベントカレンダーに参加した話
社外コニュニティでLTした話とQiitaアドベントカレンダーに参加した話Hironori Yokoyama
 
gemの複数バージョンカジュアルテスト #shibuyarb
gemの複数バージョンカジュアルテスト #shibuyarbgemの複数バージョンカジュアルテスト #shibuyarb
gemの複数バージョンカジュアルテスト #shibuyarbGo Sueyoshi (a.k.a sue445)
 
サト研LT
サト研LTサト研LT
サト研LTGaryuten
 
再帰、漸化式、差分方程式とアルゴリズム Gx#20
再帰、漸化式、差分方程式とアルゴリズム   Gx#20再帰、漸化式、差分方程式とアルゴリズム   Gx#20
再帰、漸化式、差分方程式とアルゴリズム Gx#20鉄次 尾形
 

What's hot (8)

35歳だけどrailsチュートリアルを完走したら人生が変わった話
35歳だけどrailsチュートリアルを完走したら人生が変わった話35歳だけどrailsチュートリアルを完走したら人生が変わった話
35歳だけどrailsチュートリアルを完走したら人生が変わった話
 
プリキュアのRuby実装の紹介 (2015 ver) #MeguroStartup
プリキュアのRuby実装の紹介 (2015 ver)  #MeguroStartupプリキュアのRuby実装の紹介 (2015 ver)  #MeguroStartup
プリキュアのRuby実装の紹介 (2015 ver) #MeguroStartup
 
京都在住、時々大阪、アメリカ向けの基盤開発
京都在住、時々大阪、アメリカ向けの基盤開発京都在住、時々大阪、アメリカ向けの基盤開発
京都在住、時々大阪、アメリカ向けの基盤開発
 
社外コニュニティでLTした話とQiitaアドベントカレンダーに参加した話
社外コニュニティでLTした話とQiitaアドベントカレンダーに参加した話社外コニュニティでLTした話とQiitaアドベントカレンダーに参加した話
社外コニュニティでLTした話とQiitaアドベントカレンダーに参加した話
 
gemの複数バージョンカジュアルテスト #shibuyarb
gemの複数バージョンカジュアルテスト #shibuyarbgemの複数バージョンカジュアルテスト #shibuyarb
gemの複数バージョンカジュアルテスト #shibuyarb
 
サト研LT
サト研LTサト研LT
サト研LT
 
Yauc2015 publish
Yauc2015 publishYauc2015 publish
Yauc2015 publish
 
再帰、漸化式、差分方程式とアルゴリズム Gx#20
再帰、漸化式、差分方程式とアルゴリズム   Gx#20再帰、漸化式、差分方程式とアルゴリズム   Gx#20
再帰、漸化式、差分方程式とアルゴリズム Gx#20
 

Viewers also liked

Asm steel brochure
Asm steel brochure Asm steel brochure
Asm steel brochure Ali Sajid
 
Perlで初めてWebアプリを作った話
Perlで初めてWebアプリを作った話Perlで初めてWebアプリを作った話
Perlで初めてWebアプリを作った話Yuzo Iwasaki
 
Module 11 Engagement and Divide
Module 11 Engagement and DivideModule 11 Engagement and Divide
Module 11 Engagement and DivideIPAC-IAPC
 
Division of Property in the Case of a Divorce
Division of Property in the Case of a DivorceDivision of Property in the Case of a Divorce
Division of Property in the Case of a DivorceJohn Balent
 
Module 03 The Case for Change
Module 03 The Case for ChangeModule 03 The Case for Change
Module 03 The Case for ChangeIPAC-IAPC
 
PopZ News-Friday February 5 2016
PopZ News-Friday February 5 2016PopZ News-Friday February 5 2016
PopZ News-Friday February 5 2016Rick Gallagher
 
Podsumowanie 1 semestru w klasie 0b
Podsumowanie 1 semestru w klasie 0bPodsumowanie 1 semestru w klasie 0b
Podsumowanie 1 semestru w klasie 0bubuntuszkola
 
Enlightened living by_swami_venkatesananda
Enlightened living by_swami_venkatesanandaEnlightened living by_swami_venkatesananda
Enlightened living by_swami_venkatesanandaRasha Saifi
 
Module 06 Innovation
Module 06 InnovationModule 06 Innovation
Module 06 InnovationIPAC-IAPC
 
Module 02 Public Admin in the 21st Century
Module 02 Public Admin in the 21st CenturyModule 02 Public Admin in the 21st Century
Module 02 Public Admin in the 21st CenturyIPAC-IAPC
 
Codigos maira mejia
Codigos  maira mejiaCodigos  maira mejia
Codigos maira mejiaMaira Mejia
 
Sistem Reproduksi Pria
Sistem Reproduksi PriaSistem Reproduksi Pria
Sistem Reproduksi PriaSatrio Elang
 
Kryssi - Talvitreeni 29032015
Kryssi - Talvitreeni 29032015Kryssi - Talvitreeni 29032015
Kryssi - Talvitreeni 29032015Oliver Kuustonen
 
Buy Joint Relief Solution - Get Rid of Joint Pain and Inflammation Naturally
Buy Joint Relief Solution - Get Rid of Joint Pain and Inflammation NaturallyBuy Joint Relief Solution - Get Rid of Joint Pain and Inflammation Naturally
Buy Joint Relief Solution - Get Rid of Joint Pain and Inflammation Naturallywarrip
 
Security One FCU Newsletter
Security One FCU NewsletterSecurity One FCU Newsletter
Security One FCU NewsletterVirginia Aguilar
 

Viewers also liked (20)

Final Document
Final DocumentFinal Document
Final Document
 
Asm steel brochure
Asm steel brochure Asm steel brochure
Asm steel brochure
 
Resume 03_UAE_New
Resume 03_UAE_NewResume 03_UAE_New
Resume 03_UAE_New
 
Perlで初めてWebアプリを作った話
Perlで初めてWebアプリを作った話Perlで初めてWebアプリを作った話
Perlで初めてWebアプリを作った話
 
Module 11 Engagement and Divide
Module 11 Engagement and DivideModule 11 Engagement and Divide
Module 11 Engagement and Divide
 
IC_PREDSTAVITEV
IC_PREDSTAVITEVIC_PREDSTAVITEV
IC_PREDSTAVITEV
 
Division of Property in the Case of a Divorce
Division of Property in the Case of a DivorceDivision of Property in the Case of a Divorce
Division of Property in the Case of a Divorce
 
Module 03 The Case for Change
Module 03 The Case for ChangeModule 03 The Case for Change
Module 03 The Case for Change
 
PopZ News-Friday February 5 2016
PopZ News-Friday February 5 2016PopZ News-Friday February 5 2016
PopZ News-Friday February 5 2016
 
Podsumowanie 1 semestru w klasie 0b
Podsumowanie 1 semestru w klasie 0bPodsumowanie 1 semestru w klasie 0b
Podsumowanie 1 semestru w klasie 0b
 
00001036 h
00001036 h00001036 h
00001036 h
 
Enlightened living by_swami_venkatesananda
Enlightened living by_swami_venkatesanandaEnlightened living by_swami_venkatesananda
Enlightened living by_swami_venkatesananda
 
Module 06 Innovation
Module 06 InnovationModule 06 Innovation
Module 06 Innovation
 
Module 02 Public Admin in the 21st Century
Module 02 Public Admin in the 21st CenturyModule 02 Public Admin in the 21st Century
Module 02 Public Admin in the 21st Century
 
Codigos maira mejia
Codigos  maira mejiaCodigos  maira mejia
Codigos maira mejia
 
Sistem Reproduksi Pria
Sistem Reproduksi PriaSistem Reproduksi Pria
Sistem Reproduksi Pria
 
Kryssi - Talvitreeni 29032015
Kryssi - Talvitreeni 29032015Kryssi - Talvitreeni 29032015
Kryssi - Talvitreeni 29032015
 
Buy Joint Relief Solution - Get Rid of Joint Pain and Inflammation Naturally
Buy Joint Relief Solution - Get Rid of Joint Pain and Inflammation NaturallyBuy Joint Relief Solution - Get Rid of Joint Pain and Inflammation Naturally
Buy Joint Relief Solution - Get Rid of Joint Pain and Inflammation Naturally
 
CP 6 Final
CP 6 FinalCP 6 Final
CP 6 Final
 
Security One FCU Newsletter
Security One FCU NewsletterSecurity One FCU Newsletter
Security One FCU Newsletter
 

Similar to Rails2&Me

RubyとRのおいしい関係
RubyとRのおいしい関係RubyとRのおいしい関係
RubyとRのおいしい関係sady_nitro
 
メモリアロケーションからみた拡張ライブラリに大切なこと
メモリアロケーションからみた拡張ライブラリに大切なことメモリアロケーションからみた拡張ライブラリに大切なこと
メモリアロケーションからみた拡張ライブラリに大切なことMasaya TARUI
 
Rails6にいつ上げるか?
Rails6にいつ上げるか?Rails6にいつ上げるか?
Rails6にいつ上げるか?sinsoku listy
 
mod_perlプログラマーがYAPCで語るレガシー開発論
mod_perlプログラマーがYAPCで語るレガシー開発論mod_perlプログラマーがYAPCで語るレガシー開発論
mod_perlプログラマーがYAPCで語るレガシー開発論鉄次 尾形
 
今年はRubyを勉強するぞ!という方へCodeYourRubyリポジトリのご紹介
今年はRubyを勉強するぞ!という方へCodeYourRubyリポジトリのご紹介今年はRubyを勉強するぞ!という方へCodeYourRubyリポジトリのご紹介
今年はRubyを勉強するぞ!という方へCodeYourRubyリポジトリのご紹介中條 剛
 
Ruby StyleStatsの紹介
Ruby StyleStatsの紹介Ruby StyleStatsの紹介
Ruby StyleStatsの紹介Toshihiro Gotou
 
Ruby開発の現場を支える技術
Ruby開発の現場を支える技術Ruby開発の現場を支える技術
Ruby開発の現場を支える技術hiroponz
 
RubySeminar16_Analyze
RubySeminar16_AnalyzeRubySeminar16_Analyze
RubySeminar16_Analyzesady_nitro
 
MF GeeksNight pplogの話
MF GeeksNight pplogの話MF GeeksNight pplogの話
MF GeeksNight pplogの話Naoto Koshikawa
 

Similar to Rails2&Me (11)

Swift Scriptingのすゝめ
Swift ScriptingのすゝめSwift Scriptingのすゝめ
Swift Scriptingのすゝめ
 
RubyとRのおいしい関係
RubyとRのおいしい関係RubyとRのおいしい関係
RubyとRのおいしい関係
 
メモリアロケーションからみた拡張ライブラリに大切なこと
メモリアロケーションからみた拡張ライブラリに大切なことメモリアロケーションからみた拡張ライブラリに大切なこと
メモリアロケーションからみた拡張ライブラリに大切なこと
 
Rails6にいつ上げるか?
Rails6にいつ上げるか?Rails6にいつ上げるか?
Rails6にいつ上げるか?
 
mod_perlプログラマーがYAPCで語るレガシー開発論
mod_perlプログラマーがYAPCで語るレガシー開発論mod_perlプログラマーがYAPCで語るレガシー開発論
mod_perlプログラマーがYAPCで語るレガシー開発論
 
今年はRubyを勉強するぞ!という方へCodeYourRubyリポジトリのご紹介
今年はRubyを勉強するぞ!という方へCodeYourRubyリポジトリのご紹介今年はRubyを勉強するぞ!という方へCodeYourRubyリポジトリのご紹介
今年はRubyを勉強するぞ!という方へCodeYourRubyリポジトリのご紹介
 
Ruby StyleStatsの紹介
Ruby StyleStatsの紹介Ruby StyleStatsの紹介
Ruby StyleStatsの紹介
 
Ruby開発の現場を支える技術
Ruby開発の現場を支える技術Ruby開発の現場を支える技術
Ruby開発の現場を支える技術
 
RubySeminar16_Analyze
RubySeminar16_AnalyzeRubySeminar16_Analyze
RubySeminar16_Analyze
 
Play!
Play!Play!
Play!
 
MF GeeksNight pplogの話
MF GeeksNight pplogの話MF GeeksNight pplogの話
MF GeeksNight pplogの話
 

Rails2&Me