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
130
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
140
Alexa and Google Are Listening: How Much Are They Transmitting
aaronblythe
0
230
Trust, Just Culture, and Blameless Post-Mortem KCDC
aaronblythe
0
480
Trust, Just Culture, and Blameless Post-Mortem
aaronblythe
0
300
Introduction to Shodan
aaronblythe
0
240
Voice Controlled ChatOps for the Remote Worker
aaronblythe
0
120
ChatOps for Outages at Lean Agile KC
aaronblythe
0
370
Change Your Password
aaronblythe
0
100
Chef and Docker: Where is the line?
aaronblythe
0
110
Other Decks in Technology
See All in Technology
Global Azure2025(GitHub Copilot ハンズオン)
tomokusaba
2
720
Datadog のトライアルを成功に導く技術 / Techniques for a successful Datadog trial
nulabinc
PRO
0
130
正式リリースされた Semantic Kernel の Agent Framework 全部紹介!
okazuki
1
1k
GraphQLを活用したリアーキテクチャに対応するSLI/Oの再設計
coconala_engineer
0
210
OPENLOGI Company Profile
hr01
0
64k
RubyKaigi NOC 近況 2025
sorah
1
730
社会人力と研究力ー博士号をキャリアの武器にするー
kentaro
2
110
製造業向けIoTソリューション提案資料.pdf
haruki_uiru
0
240
MCPを理解する
yudai00
14
10k
Kaigi Effect 2025 #rubykaigi2025_after
sue445
0
100
AIとSREで「今」できること
honmarkhunt
3
720
newmo の創業を支える Software Architecture と Platform Engineering
110y
2
390
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Typedesign – Prime Four
hannesfritz
41
2.6k
Practical Orchestrator
shlominoach
187
11k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
840
Agile that works and the tools we love
rasmusluckow
329
21k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Designing for humans not robots
tammielis
253
25k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
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