Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Search for a Ruby IDE

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

More Decks by Aaron Blythe

Other Decks in Technology

Transcript

  1. Search  for  a  Ruby  IDE
    Aaron  Blythe

    View Slide

  2. View Slide

  3. View Slide

  4. View Slide

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

    View Slide

  6. View Slide

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

    View Slide

  8. .vscode/launch.json

    View Slide

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

    View Slide

  10. View Slide

  11. 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

    View Slide

  12. So  what  does  that  wrapper  do?

    View Slide

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

    View Slide

  14. View Slide

  15. So  how  about  Chef  and  test-­‐kitchen?

    View Slide

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

    View Slide

  17. View Slide

  18. https://github.com/aaronblythe/vscode_helpers

    View Slide

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

    View Slide

  20. View Slide