Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Search for a Ruby IDE
Aaron Blythe
August 31, 2016
Technology
0
57
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
58
Alexa and Google Are Listening: How Much Are They Transmitting
aaronblythe
0
150
Trust, Just Culture, and Blameless Post-Mortem KCDC
aaronblythe
0
340
Trust, Just Culture, and Blameless Post-Mortem
aaronblythe
0
190
Introduction to Shodan
aaronblythe
0
170
Voice Controlled ChatOps for the Remote Worker
aaronblythe
0
39
ChatOps for Outages at Lean Agile KC
aaronblythe
0
200
Change Your Password
aaronblythe
0
50
Chef and Docker: Where is the line?
aaronblythe
0
38
Other Decks in Technology
See All in Technology
Bill One 開発エンジニア 紹介資料
sansantech
PRO
0
120
S3とCloudWatch Logsの見直しから始めるコスト削減 / Cost saving S3 and CloudWatch Logs
shonansurvivors
0
250
【Λ(らむだ)】WinActorから始めるいつのまにリスキリング / WinAtorライトニングトーク大会20230123
lambda
0
110
【NGK2023S】 ノードエディタ形式の画像処理ツール「Image-Processing-Node-Editor」
kazuhitotakahashi
0
300
MoT/コネヒト/Kanmu が語るプロダクト開発xデータ分析 - 分析から機械学習システムの開発まで一人で複数ロールを担う大変さ
masatakashiwagi
3
740
日本ディープラーニング協会主催 NeurIPS 2022 技術報告会講演資料
tdailab
0
1.1k
NGINXENG JP#2 - 2-NGINXの動作の詳細
hiropo20
1
140
PHPのimmutable arrayとは
hnw
1
160
OpenShiftでスポットVMを使おう.pdf
jpishikawa
1
350
オンプレk8sとEKSの並行運用の実際
ch1aki
0
290
230125 古いタブレットの活用 かーでぃさん
comucal
PRO
0
16k
MarvelClient Upgrade 64bit クライアントへの自動アップグレード設定
mitsuru_katoh
0
160
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
12
1.5k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
349
27k
The MySQL Ecosystem @ GitHub 2015
samlambert
240
11k
Code Reviewing Like a Champion
maltzj
508
38k
Web Components: a chance to create the future
zenorocha
304
40k
Practical Orchestrator
shlominoach
178
8.9k
Rails Girls Zürich Keynote
gr2m
87
12k
Bash Introduction
62gerente
601
210k
For a Future-Friendly Web
brad_frost
166
7.8k
BBQ
matthewcrist
75
8.1k
Statistics for Hackers
jakevdp
785
210k
Navigating Team Friction
lara
177
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