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
33
Usability Testing Primo
ewlarson
0
89
9 Keys to Great UX
ewlarson
0
87
Finding images in book page images
ewlarson
4
780
Other Decks in Technology
See All in Technology
Yamla: Rustでつくるリアルタイム性を追求した機械学習基盤 / Yamla: A Rust-Based Machine Learning Platform Pursuing Real-Time Capabilities
lycorptech_jp
PRO
4
140
Github Copilot エージェントモードで試してみた
ochtum
0
110
A2Aのクライアントを自作する
rynsuke
1
220
rubygem開発で鍛える設計力
joker1007
2
220
Tech-Verse 2025 Keynote
lycorptech_jp
PRO
0
810
ひとり情シスなCTOがLLMと始めるオペレーション最適化 / CTO's LLM-Powered Ops
yamitzky
0
450
Amazon Bedrockで実現する 新たな学習体験
kzkmaeda
2
610
~宇宙最速~2025年AWS Summit レポート
satodesu
1
1.9k
製造業からパッケージ製品まで、あらゆる領域をカバー!生成AIを利用したテストシナリオ生成 / 20250627 Suguru Ishii
shift_evolve
PRO
1
150
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
100
5min GuardDuty Extended Threat Detection EKS
takakuni
0
160
Tech-Verse 2025 Global CTO Session
lycorptech_jp
PRO
0
680
Featured
See All Featured
Designing for humans not robots
tammielis
253
25k
Bash Introduction
62gerente
614
210k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Six Lessons from altMBA
skipperchong
28
3.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Side Projects
sachag
455
42k
Rails Girls Zürich Keynote
gr2m
94
14k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
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