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
88
Finding images in book page images
ewlarson
4
790
Other Decks in Technology
See All in Technology
サンドボックス技術でAI利活用を促進する
koh_naga
0
200
COVESA VSSによる車両データモデルの標準化とAWS IoT FleetWiseの活用
osawa
1
270
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
370
Generative AI Japan 第一回生成AI実践研究会「AI駆動開発の現在地──ブレイクスルーの鍵を握るのはデータ領域」
shisyu_gaku
0
150
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
240
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
240
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
130
Snowflakeの生成AI機能を活用したデータ分析アプリの作成 〜Cortex AnalystとCortex Searchの活用とStreamlitアプリでの利用〜
nayuts
1
470
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
210
人工衛星のファームウェアをRustで書く理由
koba789
14
7.6k
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
160
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
170
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Writing Fast Ruby
sferik
628
62k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Optimizing for Happiness
mojombo
379
70k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Making Projects Easy
brettharned
117
6.4k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
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