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
99
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
110
Alexa and Google Are Listening: How Much Are They Transmitting
aaronblythe
0
200
Trust, Just Culture, and Blameless Post-Mortem KCDC
aaronblythe
0
430
Trust, Just Culture, and Blameless Post-Mortem
aaronblythe
0
270
Introduction to Shodan
aaronblythe
0
200
Voice Controlled ChatOps for the Remote Worker
aaronblythe
0
93
ChatOps for Outages at Lean Agile KC
aaronblythe
0
330
Change Your Password
aaronblythe
0
77
Chef and Docker: Where is the line?
aaronblythe
0
83
Other Decks in Technology
See All in Technology
これまでの計測・開発・デプロイ方法全部見せます! / Findy ISUCON 2024-11-14
tohutohu
3
370
AGIについてChatGPTに聞いてみた
blueb
0
130
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
270
Platform Engineering for Software Developers and Architects
syntasso
1
520
Application Development WG Intro at AppDeveloperCon
salaboy
0
200
あなたの知らない Function.prototype.toString() の世界
mizdra
PRO
2
310
AI前提のサービス運用ってなんだろう?
ryuichi1208
8
1.4k
EventHub Startup CTO of the year 2024 ピッチ資料
eventhub
0
130
複雑なState管理からの脱却
sansantech
PRO
1
160
Amazon CloudWatch Network Monitor のススメ
yuki_ink
1
210
The Role of Developer Relations in AI Product Success.
giftojabu1
1
140
オープンソースAIとは何か? --「オープンソースAIの定義 v1.0」詳細解説
shujisado
10
1.3k
Featured
See All Featured
Docker and Python
trallard
40
3.1k
A Tale of Four Properties
chriscoyier
156
23k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Six Lessons from altMBA
skipperchong
27
3.5k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
130
For a Future-Friendly Web
brad_frost
175
9.4k
Producing Creativity
orderedlist
PRO
341
39k
The Pragmatic Product Professional
lauravandoore
31
6.3k
The World Runs on Bad Software
bkeepers
PRO
65
11k
We Have a Design System, Now What?
morganepeng
50
7.2k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
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