$30 off During Our Annual Pro Sale. View Details »
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
29
Usability Testing Primo
ewlarson
0
83
9 Keys to Great UX
ewlarson
0
85
Finding images in book page images
ewlarson
4
750
Other Decks in Technology
See All in Technology
Is Go A Good Language to Build Compilers?
kennethanceyer
0
110
OS 標準のデザインシステムを超えて - より柔軟な Flutter テーマ管理 | FlutterKaigi 2024
ronnnnn
1
440
SDNという名のデータプレーンプログラミングの歴史
ebiken
PRO
2
260
TypeScript100%で作るMovable Typeプラグイン
usualoma
2
180
SAP Community and Developer Update
sygyzmundovych
0
350
Chasing the White Whale of Open Source - ROI
mrbobbytables
0
150
OpenLLMetry-Hands-On 生成AIアプリを観測してみよう!OpenLLMetryハンズオン編
tkhresk
0
120
偶有的複雑性と戦うためのアーキテクチャとチームトポロジー
knih
7
4.7k
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
310
ヤプリのデータカタログ整備 1年間の歩み / Progress of Building a Data Catalog at Yappli
yamamotoyuta
3
260
アプリエンジニアのためのGraphQL入門.pdf
spycwolf
0
150
Flutterによる 効率的なAndroid・iOS・Webアプリケーション開発の事例
recruitengineers
PRO
0
190
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
It's Worth the Effort
3n
183
27k
Unsuck your backbone
ammeep
668
57k
Building Applications with DynamoDB
mza
90
6.1k
How STYLIGHT went responsive
nonsquared
95
5.2k
Happy Clients
brianwarren
98
6.7k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Statistics for Hackers
jakevdp
796
220k
What's new in Ruby 2.0
geeforr
343
31k
The World Runs on Bad Software
bkeepers
PRO
65
11k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Practical Orchestrator
shlominoach
186
10k
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