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
280
Trust, Just Culture, and Blameless Post-Mortem KCDC
aaronblythe
0
530
Trust, Just Culture, and Blameless Post-Mortem
aaronblythe
0
340
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
NewSQL_ ストレージ分離と分散合意を用いたスケーラブルアーキテクチャ
hacomono
PRO
3
300
PMとしての意思決定とAI活用状況について
lycorptech_jp
PRO
0
110
Claude Codeが爆速進化してプラグイン追従がつらいので半自動化した話 ver.2
rfdnxbro
0
520
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.4k
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.2k
進化するBits AI SREと私と組織
nulabinc
PRO
0
100
新職業『オーケストレーター』誕生 — エージェント10体を同時に回すAgentOps
gunta
4
1.8k
OpenClawで回す組織運営
jacopen
3
700
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
7.2k
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
160
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
500
元エンジニアPdM、IDEが恋しすぎてCursorに全業務を集約したら、スライド作成まで爆速になった話
doiko123
1
610
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
85
Raft: Consensus for Rubyists
vanstee
141
7.4k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Optimizing for Happiness
mojombo
378
71k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
A Soul's Torment
seathinner
5
2.4k
The Language of Interfaces
destraynor
162
26k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
380
The untapped power of vector embeddings
frankvandijk
2
1.6k
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