Skip to content

Commit

Permalink
Merge pull request #151 from cameo-myob/master
Browse files Browse the repository at this point in the history
Updated Debugging Ruby on Rails to fix typos
  • Loading branch information
auchenberg committed Oct 18, 2018
2 parents b5ab9c9 + 7e51706 commit 0b9d3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugging-Ruby-on-Rails/README.md
Expand Up @@ -2,7 +2,7 @@

by [@karuppasamy](https://twitter.com/samykaruppa)

This recipe shows how to debug Ruby on Rails (w/o jRuby) applicaiton using the VS Code extension [vscode-ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby) along with the ruby gems [ruby-debug-ide](https://rubygems.org/gems/ruby-debug-ide) and [ruby-debug-base](https://rubygems.org/gems/ruby-debug-base) or [debase](https://rubygems.org/gems/debase).
This recipe shows how to debug a Ruby on Rails (without jRuby) application using the VS Code extension [vscode-ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby) along with the Ruby gems [ruby-debug-ide](https://rubygems.org/gems/ruby-debug-ide) and [ruby-debug-base](https://rubygems.org/gems/ruby-debug-base) or [debase](https://rubygems.org/gems/debase).

## Getting Started

Expand Down

0 comments on commit 0b9d3dd

Please sign in to comment.