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
製造業向けIoTソリューション提案資料.pdf
haruki_uiru
0
230
Winning at PHP in Production in 2025
beberlei
1
280
MCPが変えるAIとの協働
knishioka
1
150
Microsoft の SSE の現在地
skmkzyk
0
300
MySQL Indexes and Histograms – How they really speed up your queries
lefred
0
150
Global Azure2025(GitHub Copilot ハンズオン)
tomokusaba
2
700
CodeRabbitと過ごした1ヶ月 ─ AIコードレビュー導入で実感したチーム開発の進化
mitohato14
1
240
250510 StepFunctionのテスト自動化始めました vol.1
east_takumi
1
210
Simplify! 10 ways to reduce complexity in software development
ufried
2
240
AIと共同執筆してより質の高い記事を書こう
riyaamemiya
1
270
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
7
63k
今日からはじめるプラットフォームエンジニアリング
jacopen
8
2k
Featured
See All Featured
Practical Orchestrator
shlominoach
187
11k
YesSQL, Process and Tooling at Scale
rocio
172
14k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Agile that works and the tools we love
rasmusluckow
329
21k
GraphQLとの向き合い方2022年版
quramy
46
14k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Optimising Largest Contentful Paint
csswizardry
37
3.2k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
560
Navigating Team Friction
lara
185
15k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
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