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
29
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
aaronblythe
0
25
aaronblythe
0
47
aaronblythe
0
260
aaronblythe
0
110
aaronblythe
0
140
aaronblythe
0
27
aaronblythe
0
63
aaronblythe
0
33
aaronblythe
0
26
Other Decks in Technology
See All in Technology
kanaugust
PRO
0
100
takem001
0
910
tdys13
5
3.5k
ocise
1
1.3k
kraj
0
5.1k
clustervr
0
160
clustervr
0
200
am7cinnamon
2
2.8k
kawaguti
0
120
yosuke_matsuura
PRO
0
3.5k
minamizaki
0
690
con_mame
4
2k
Featured
See All Featured
rocio
155
11k
frogandcode
127
20k
zakiwarfel
88
3.3k
skipperchong
7
670
bkeepers
408
57k
davidbonilla
70
3.5k
jmmastey
9
540
ammeep
656
54k
geeforr
332
29k
paulrobertlloyd
71
3.6k
morganepeng
92
14k
ufuk
56
5.4k
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