diff --git a/Piotr_Sarnacki-Debugging_ruby/README.md b/Piotr_Sarnacki-Debugging_ruby/README.md new file mode 100644 index 0000000..5dfbb89 --- /dev/null +++ b/Piotr_Sarnacki-Debugging_ruby/README.md @@ -0,0 +1,18 @@ +# Debugging Ruby + +I've noticed that not too many people in Ruby community use debugger. Some even say that it's a code smell. Why is that? Do you use debugger? And should you? + +In this talk I would like to show how I use debugger in my daily job. I would also like to present a few use cases that are probably not so common when you think about debugger and show alternatives to the standard ruby-debug gem. + +## Piotr Sarnacki + +Ruby and rails programmer from Poland, [Rails core commiter](http://contributors.rubyonrails.org/contributors/piotr-sarnacki/commits), open source enthusiast. + +![Profile picture](https://github.com/drogus/call-for-proposals/raw/master/Piotr_Sarnacki_and_Lukas_Sarnacki-We_burried_fixtures_too_soon/drogus.png) + +- [Twitter](https://twitter.com/#!/drogus) +- [Github](http://github.com/drogus) +- [Past talk slides: Going beyond ruby](http://going-beyond-mvc-moscow.heroku.com) +- [Past talk slides: Rails - past, present, future](http://rails-present-past-future.heroku.com) +- [Past talk video: Everything you wanted to know about HTTP](http://blip.tv/rupy-strongly-dynamic-conference/piotr-sarnacki-everything-you-wanted-to-know-about-http-5949137) +- [Past talk video: Rails 3 mountable apps](http://confreaks.com/videos/436-rubyconf2010-ruby-summer-of-code-rails-3-mountable-apps) diff --git a/Piotr_Sarnacki-Debugging_ruby/drogus.png b/Piotr_Sarnacki-Debugging_ruby/drogus.png new file mode 100644 index 0000000..4d1caa4 Binary files /dev/null and b/Piotr_Sarnacki-Debugging_ruby/drogus.png differ