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
140
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
150
Alexa and Google Are Listening: How Much Are They Transmitting
aaronblythe
0
240
Trust, Just Culture, and Blameless Post-Mortem KCDC
aaronblythe
0
490
Trust, Just Culture, and Blameless Post-Mortem
aaronblythe
0
300
Introduction to Shodan
aaronblythe
0
250
Voice Controlled ChatOps for the Remote Worker
aaronblythe
0
130
ChatOps for Outages at Lean Agile KC
aaronblythe
0
380
Change Your Password
aaronblythe
0
110
Chef and Docker: Where is the line?
aaronblythe
0
120
Other Decks in Technology
See All in Technology
サイバーエージェントグループのSRE10年の歩みとAI時代の生存戦略
shotatsuge
4
1k
Digitization部 紹介資料
sansan33
PRO
1
4.5k
助けて! XからWaylandに移行しないと新しいGNOMEが使えなくなっちゃう 2025-07-12
nobutomurata
2
200
〜『世界中の家族のこころのインフラ』を目指して”次の10年”へ〜 SREが導いたグローバルサービスの信頼性向上戦略とその舞台裏 / Towards the Next Decade: Enhancing Global Service Reliability
kohbis
3
1.5k
Introduction to Bill One Development Engineer
sansan33
PRO
0
260
“日本一のM&A企業”を支える、少人数SREの効率化戦略 / SRE NEXT 2025
genda
1
270
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
18k
LLM拡張解体新書/llm-extension-deep-dive
oracle4engineer
PRO
23
6.2k
セキュアな社内Dify運用と外部連携の両立 ~AIによるAPIリスク評価~
zozotech
PRO
0
120
今だから言えるセキュリティLT_Wordpress5.7.2未満を一斉アップデートせよ
cuebic9bic
2
170
セキュアなAI活用のためのLiteLLMの可能性
tk3fftk
1
330
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.7k
Featured
See All Featured
Making Projects Easy
brettharned
116
6.3k
Rails Girls Zürich Keynote
gr2m
95
14k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Done Done
chrislema
184
16k
Scaling GitHub
holman
460
140k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
4 Signs Your Business is Dying
shpigford
184
22k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Music & Morning Musume
bryan
46
6.7k
What's in a price? How to price your products and services
michaelherold
246
12k
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