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
Ruby & Gem & Ecosystem
Search
Alex
November 26, 2013
Programming
0
110
Ruby & Gem & Ecosystem
Gem : how to work
vedio :
http://edu.51cto.com/course/course_id-418
Alex
November 26, 2013
Tweet
Share
More Decks by Alex
See All by Alex
《Ruby原理剖析》二三事
zhanghandong
2
290
Ruby之道——让Ruby更简单
zhanghandong
3
220
Ruby Test (TDD/BDD)
zhanghandong
0
240
Ruby Standard Lib
zhanghandong
0
110
Ruby Exception
zhanghandong
0
120
Ruby Thread
zhanghandong
3
160
Duck Typing in Ruby
zhanghandong
2
690
Other Decks in Programming
See All in Programming
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
110
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
660
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
210
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
5
7.7k
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
6.2k
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
510
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
1
130
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
300
Deep Dive into ~/.claude/projects
hiragram
14
2.6k
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
230
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
93
31k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Building Adaptive Systems
keathley
43
2.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
Side Projects
sachag
455
42k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Into the Great Unknown - MozCon
thekraken
40
1.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
310
Transcript
edu.51cto.com 诱人的Ruby Attractive Ruby 开发技术 Ruby语⾔言系列教程 @张汉东 ⼊入⻔门篇 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 1 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
Gem Rubygems .org Rubyist GitHub Rubyist Rubyist 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 2 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
Gem⼯工作原理 gem: how to work require ‘gemname’ require ‘gemname/lib/gemname.rb’ require ‘gemname/lib/gemname/ others’ others’ 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 3 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
Gem Jeweler hoe Bundler GemThis .gemspec && .gem 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 4 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
make your own gem with Bunlder 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 5 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
代码演⽰示 code for demo https://github.com/ZhangHanDong/shell_explain Gem demo: shell_explain 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 6 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
使⽤用C扩展 c extend for gem ruby.h mkmf ffi RubyInline SWIG 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 7 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
Rails :⼀一个巨型Gem Rails : A Huge Gem Rails activesupport activerecord actionpack actionview activemodel 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 8 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
使⽤用Gem扩展Rails Rails Engine 原理介绍 extend Rails with Gem Rails Engine :how to work 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 http://www.ruby-doc.org/ 9 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive Ruby
Gem⽣生态系统 gem ecosystem 13年11月25⽇日星期⼀一
edu.51cto.com 51CTO学院 为梦想增值 更深⼊入的内容,请关注《诱⼈人的Ruby-基础提⾼高篇》 谢谢观看 10 @张汉东 PRIMER 19、写⾃自⼰己的Gem Attractive
Ruby 13年11月25⽇日星期⼀一