Slide 1

Slide 1 text

Search  for  a  Ruby  IDE Aaron  Blythe

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

? Visual  Studio  Code https://github.com/Microsoft/vscode

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

https://marketplace.visualstudio.com/items?i temName=rebornix.Ruby

Slide 8

Slide 8 text

.vscode/launch.json

Slide 9

Slide 9 text

Bundler • bundle  install  –binstubs • bundle  install  -­‐-­‐path  vendor

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

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

Slide 12

Slide 12 text

So  what  does  that  wrapper  do?

Slide 13

Slide 13 text

https://github.com/rubyide/vscode-­‐ruby/issues/16

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

So  how  about  Chef  and  test-­‐kitchen?

Slide 16

Slide 16 text

Bundle bundle  install  –binstubs bundle  install  -­‐-­‐path  vendor

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

https://github.com/aaronblythe/vscode_helpers

Slide 19

Slide 19 text

Live  Debugging  Docker  (From  DockerCon) https://blog.docker.com/2016/07/live-­‐debugging-­‐docker/

Slide 20

Slide 20 text

No content