Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Ruby Tips
Eric Larson
May 15, 2013
Technology
0
98
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
17
Usability Testing Primo
ewlarson
0
76
9 Keys to Great UX
ewlarson
0
67
Finding images in book page images
ewlarson
4
590
Other Decks in Technology
See All in Technology
〇〇みたいな検索作ってと言われたときに考えること / thinking before developing search system like that one
ryook
4
2.6k
Goで実装するブランドネットワークとの接続ポイント
pongzu
2
240
Backlog × RPAでいろいろ捗った話
z_tetsu
0
360
SBOMを利用したソフトウェアサプライチェーンの保護
masahiro331
0
150
ソフトバンクでのMECの取り組みについて
sbtechnight
0
300
DevelopersIO 2022 俺のTerraform Pipeline
takakuni
0
420
もうつまらないとは言わせない!「わかりやすい」プレゼンを作るために気をつけたいこと
torisoup
4
1.3k
20220803投資先CXO候補者向け 会社紹介資料_合同会社BLUEPRINT
hik
0
130
Cloud Foundryの移行先はどこか? オープンソースPaaS探し
kolinz
0
340
ReverseETLでユーザーに価値を届ける基盤を実現した話
hakky
0
320
Oracle Cloud Infrastructure:2022年7月度サービス・アップデート
oracle4engineer
PRO
0
150
Settlement simulation testing to ensure correct settlement processing
applepine1125
2
610
Featured
See All Featured
Support Driven Design
roundedbygravity
87
8.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
351
21k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
107
16k
Git: the NoSQL Database
bkeepers
PRO
415
59k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
316
19k
Practical Orchestrator
shlominoach
178
8.7k
Imperfection Machines: The Place of Print at Facebook
scottboms
253
12k
Reflections from 52 weeks, 52 projects
jeffersonlam
337
17k
Navigating Team Friction
lara
175
11k
Testing 201, or: Great Expectations
jmmastey
21
5.5k
Streamline your AJAX requests with AmplifyJS and jQuery
dougneiner
127
8.5k
jQuery: Nuts, Bolts and Bling
dougneiner
56
6.4k
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