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
170
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
200
Alexa and Google Are Listening: How Much Are They Transmitting
aaronblythe
0
270
Trust, Just Culture, and Blameless Post-Mortem KCDC
aaronblythe
0
530
Trust, Just Culture, and Blameless Post-Mortem
aaronblythe
0
330
Introduction to Shodan
aaronblythe
0
300
Voice Controlled ChatOps for the Remote Worker
aaronblythe
0
160
ChatOps for Outages at Lean Agile KC
aaronblythe
0
410
Change Your Password
aaronblythe
0
150
Chef and Docker: Where is the line?
aaronblythe
0
140
Other Decks in Technology
See All in Technology
AWS CDK の目玉新機能「Mixins」とは / cdk-mixins
gotok365
2
300
dbt meetup #19 『dbtを『なんとなく動かす』を卒業します』
tiltmax3
0
130
マイグレーションガイドに書いてないRiverpod 3移行話
taiju59
0
330
Claude Codeと駆け抜ける 情報収集と実践録
sontixyou
2
1.2k
AWS Bedrock Guardrails / 機密情報の入力・出力をブロックする — Blocking Sensitive Information Input/Output
kazuhitonakayama
2
180
もう怖くないバックグラウンド処理 Background Tasks のすべて - Hakodate.swift #1
kantacky
0
240
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.4k
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
15
95k
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
13
4.8k
なぜAIは組織を速くしないのか 令和の腑分け
sugino
80
51k
20260222ねこIoTLT ねこIoTLTをふりかえる
poropinai1966
0
310
Devinを導入したら予想外の人たちに好評だった
tomuro
0
630
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
141
7.3k
Bash Introduction
62gerente
615
210k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
280
RailsConf 2023
tenderlove
30
1.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
230
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.3k
How to Think Like a Performance Engineer
csswizardry
28
2.5k
SEO for Brand Visibility & Recognition
aleyda
0
4.3k
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
89
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
95
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