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
Search for a Ruby IDE
Search
Aaron Blythe
August 31, 2016
Technology
0
160
Search for a Ruby IDE
DevOpsKC Meetup - 2016/08/31 Search for a Ruby IDE
https://www.youtube.com/watch?v=l-nLtlfHFzo
Aaron Blythe
August 31, 2016
Tweet
Share
More Decks by Aaron Blythe
See All by Aaron Blythe
ChatOps for Incidents
aaronblythe
0
180
Alexa and Google Are Listening: How Much Are They Transmitting
aaronblythe
0
260
Trust, Just Culture, and Blameless Post-Mortem KCDC
aaronblythe
0
510
Trust, Just Culture, and Blameless Post-Mortem
aaronblythe
0
320
Introduction to Shodan
aaronblythe
0
280
Voice Controlled ChatOps for the Remote Worker
aaronblythe
0
140
ChatOps for Outages at Lean Agile KC
aaronblythe
0
400
Change Your Password
aaronblythe
0
140
Chef and Docker: Where is the line?
aaronblythe
0
130
Other Decks in Technology
See All in Technology
「O(n log(n))のパフォーマンス」の意味がわかるようになろう
dhirabayashi
0
190
持続可能なアクセシビリティ開発
azukiazusa1
6
240
Dart and Flutter MCP serverで実現する AI駆動E2Eテスト整備と自動操作
yukisakai1225
0
570
Javaコミュニティの歩き方 ~参加から貢献まで、すべて教えます~
tabatad
0
130
なぜインフラコードのモジュール化は難しいのか - アプリケーションコードとの本質的な違いから考える
mizzy
55
19k
はじめての OSS コントリビューション 〜小さな PR が世界を変える〜
chiroito
4
340
Lazy Constant - finalフィールドの遅延初期化
skrb
0
230
やり方は一つだけじゃない、正解だけを目指さず寄り道やその先まで自分流に楽しむ趣味プログラミングの探求 2025-11-15 YAPC::Fukuoka
sugyan
2
840
AIでテストプロセスを自動化しよう251113.pdf
sakatakazunori
1
230
米軍Platform One / Black Pearlに学ぶ極限環境DevSecOps
jyoshise
2
490
Perlの生きのこり - YAPC::Fukuoka 2025
kfly8
0
120
大規模プロダクトで実践するAI活用の仕組みづくり
k1tikurisu
4
1.6k
Featured
See All Featured
Thoughts on Productivity
jonyablonski
73
4.9k
Typedesign – Prime Four
hannesfritz
42
2.9k
Docker and Python
trallard
46
3.7k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
670
Balancing Empowerment & Direction
lara
5
750
Into the Great Unknown - MozCon
thekraken
40
2.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
11
930
Automating Front-end Workflow
addyosmani
1371
200k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Rails Girls Zürich Keynote
gr2m
95
14k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Transcript
Search for a Ruby IDE Aaron Blythe
None
None
None
? Visual Studio Code https://github.com/Microsoft/vscode
None
https://marketplace.visualstudio.com/items?i temName=rebornix.Ruby
.vscode/launch.json
Bundler • bundle install –binstubs • bundle install -‐-‐path vendor
None
http://stackoverflow.com/questions/26247926/ho w-‐to-‐solve-‐usr-‐bin-‐env-‐ruby-‐executable-‐hooks-‐no-‐ such-‐file-‐or-‐directory/26370576#26370576 • Basically instead of • Users/ablythe/.rvm/gems/ruby-‐2.3.0/bin/bundle •
I need to use • Users/ablythe/.rvm/gems/ruby-‐2.3.0/wrappers/bundle
So what does that wrapper do?
https://github.com/rubyide/vscode-‐ruby/issues/16
None
So how about Chef and test-‐kitchen?
Bundle bundle install –binstubs bundle install -‐-‐path vendor
None
https://github.com/aaronblythe/vscode_helpers
Live Debugging Docker (From DockerCon) https://blog.docker.com/2016/07/live-‐debugging-‐docker/
None