DennisBB

web development that roxx
Get A Free Quote
  • Home
  • Portfolio
  • Services
  • Contact
  • About
< Lady Gaga – Telephone ft. Beyoncé
Rihanna – Rude Boy >

Ruby-debug and Ruby 1.9

Ruby-debug still doesn’t support ruby 1.9 and I doubt it will ever be. Instead we have ruby-debug19 gem now. So if you are using ruby 1.9 and you need to debug your rails apps, install it.

sudo gem install ruby-debug19

Currently Rails 3 beta 1 complains that it can’t find ruby-debug gem when you run the server with debugging enabled. Just add ruby-debug19 gem to your Gemfile and it’ll work.

gem "ruby-debug19"

Tags: rails, ruby

This entry was posted on Wednesday, March 17, 2010 at 7:07 am and is filed under Programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

One Response to "Ruby-debug and Ruby 1.9"
  1. DennisBB > Ruby 1.9.1 and Rails says:
    March 23, 2010 at 6:47 am

    [...] Ruby-debug19 is now available for Ruby [...]

Leave a Reply
Click here to cancel reply.

Terms of Use Privacy Policy
Copyright © 2010 DennisBB