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
90
9 Keys to Great UX
ewlarson
0
87
Finding images in book page images
ewlarson
4
790
Other Decks in Technology
See All in Technology
大規模イベントに向けた ABEMA アーキテクチャの遍歴 ~ Platform Strategy 詳細解説 ~
nagapad
0
230
Intro to Software Startups: Spring 2025
arnabdotorg
0
260
Rubyの国のPerlMonger
anatofuz
3
740
Backlog AI アシスタントが切り開く未来
vvatanabe
1
140
Instant Apps Eulogy
cyrilmottier
1
110
2時間で300+テーブルをデータ基盤に連携するためのAI活用 / FukuokaDataEngineer
sansan_randd
0
160
いかにして命令の入れ替わりについて心配するのをやめ、メモリモデルを愛するようになったか(改)
nullpo_head
7
2.6k
人に寄り添うAIエージェントとアーキテクチャ #BetAIDay
layerx
PRO
10
2.3k
OPENLOGI Company Profile for engineer
hr01
1
38k
「AIと一緒にやる」が当たり前になるまでの奮闘記
kakehashi
PRO
3
150
Jamf Connect ZTNAとMDMで実現! 金融ベンチャーにおける「デバイストラスト」実例と軌跡 / Kyash Device Trust
rela1470
1
200
Amazon Q と『音楽』-ゲーム音楽もAmazonQで作成してみた感想-
senseofunity129
0
150
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Building Applications with DynamoDB
mza
96
6.5k
Visualization
eitanlees
146
16k
Facilitating Awesome Meetings
lara
54
6.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
20k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
The Cult of Friendly URLs
andyhume
79
6.5k
Six Lessons from altMBA
skipperchong
28
3.9k
Into the Great Unknown - MozCon
thekraken
40
2k
A Modern Web Designer's Workflow
chriscoyier
695
190k
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