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 Tips
Search
Eric Larson
May 15, 2013
Technology
0
110
Ruby Tips
Quick overview of some of my favorite GitHub add-ons for Ruby development.
Eric Larson
May 15, 2013
Tweet
Share
More Decks by Eric Larson
See All by Eric Larson
Put Your Money Where The Mouse is: Tools and Techniques for Making Informed Design Decisions
ewlarson
0
38
Usability Testing Primo
ewlarson
0
95
9 Keys to Great UX
ewlarson
0
91
Finding images in book page images
ewlarson
4
790
Other Decks in Technology
See All in Technology
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
190
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
1
110
技術的負債の泥沼から組織を救う3つの転換点
nwiizo
8
3.6k
複数クラスタ運用と検索の高度化:ビズリーチにおけるElastic活用事例 / ElasticON Tokyo2026
visional_engineering_and_design
0
130
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
6.3k
開発組織の課題解決を加速するための権限委譲 -する側、される側としての向き合い方-
daitasu
5
580
プロジェクトマネジメントをチームに宿す -ゼロからはじめるチームプロジェクトマネジメントは活動1年未満のチームの教科書です- / 20260304 Shigeki Morizane
shift_evolve
PRO
1
250
事例に見るスマートファクトリーへの道筋〜工場データをAI Readyにする実践ステップ〜
hamadakoji
1
290
タスク管理も1on1も、もう「管理」じゃない ― KiroとBedrock AgentCoreで変わった"判断の仕事"
yusukeshimizu
5
2.6k
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.7k
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
320
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
My Coaching Mixtape
mlcsv
0
69
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
130
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
680
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.8k
We Are The Robots
honzajavorek
0
190
The Pragmatic Product Professional
lauravandoore
37
7.2k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
Color Theory Basics | Prateek | Gurzu
gurzu
0
240
WCS-LA-2024
lcolladotor
0
480
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
Transcript
TIPS Wednesday, May 15, 2013
Overview • Gems => Rubygems, Gemnasium • Specs => Rspec
/ Guard / Travis CI • Docs => YARD / Tomdoc • Quality => CodeClimate, Reek Wednesday, May 15, 2013
Gems Wednesday, May 15, 2013
http://guides.rubygems.org/ Wednesday, May 15, 2013
http://http://guides.rubygems.org/ http://rubygems.org/gems/uwdc Wednesday, May 15, 2013
UWDC Gem $> gem install uwdc $> irb > require
‘uwdc’ > mets = UWDC::Mets.new (‘33QOBSVPJLWEM8S’) > mets.mods > mets.mods.titles Wednesday, May 15, 2013
Wednesday, May 15, 2013
http://http://guides.rubygems.org/ https://gemnasium.com/ewlarson/uwdc Wednesday, May 15, 2013
Wednesday, May 15, 2013
Docs Wednesday, May 15, 2013
http://http://guides.rubygems.org/ http://rubydoc.info/gems/uwdc/0.0.1/frames Wednesday, May 15, 2013
http://http://guides.rubygems.org/ http://yardoc.org/ Wednesday, May 15, 2013
http://http://guides.rubygems.org/ http://tomdoc.org/ Wednesday, May 15, 2013
Specs / CI Wednesday, May 15, 2013
Wednesday, May 15, 2013
Wednesday, May 15, 2013
Wednesday, May 15, 2013
http://http://guides.rubygems.org/ https://travis-ci.org/ewlarson/uwdc Wednesday, May 15, 2013
Wednesday, May 15, 2013
Wednesday, May 15, 2013
Quality Wednesday, May 15, 2013
http://http://guides.rubygems.org/ https://travis-ci.org/ewlarson/uwdc Wednesday, May 15, 2013
http://http://guides.rubygems.org/ https://codeclimate.com/github/ewlarson/uwdc Wednesday, May 15, 2013
THANKS Wednesday, May 15, 2013