Background: There has been an ongoing issue in the Ruby community with the 'ruby-debug' gem, which hasn't worked on the latest version of ruby (1.9.3) without some severe workarounds (installing a 'prerelease' version of a gem from some source other than rubygems.org). You can find numerous questions discussing this problem by searching for "ruby-debug19 1.9.3", most of which list the same convoluted workarounds.
Yesterdayish, a kind person forked ruby-debug into a version that works "out of the box", such that most people's issues can now be solved by using the 'debugger' gem instead of 'ruby-debug'. I found about this via a Twitter search, and wanted to spread my knowedge to SO (which is where you're likely to land if you google "ruby-debug19 1.9.3")
I posted answers on the following questions, only to find them deleted a couple of hours later:
Rails 3.1 and Ruby 1.9.3p125: ruby-debug19 still crashes with "Symbol not found: _ruby_threadptr_data_type" -- where my answer already had an upvote before being deleted
ruby-debug19 on ruby-1.9.3-preview1 -- which is admittedly the same text as #1
Cannot use ruby-debug19 with 1.9.3-p0? -- which differs from #1/#2 (command line syntax vs gemfile)
Another user has also been posting answers on other ruby-debug questions advocating for the new debugger fork, which were not deleted:
I would love to vote those answers up, but the one rep increase I've ever received was deleted with my answers :)
It may bear mentioning that I have nothing to do with this fork and it simply solved a problem I have had in an elegant way.
I can only presume that my answers were deleted because:
- I have only 1 reputation
- Two of my answers were exact duplicates
If it's #2, I would be fine with just one of them being deleted, but why all three? If I did something else wrong that I haven't thought of, I would love to know what it is!
I flagged one of the deleted questions for moderation but have no way to see what progress that is or isn't making.
Getting an answer deleted is very unsettling for me as a contributor. I have no information about why they were deleted, only a boilerplate "read the faq" and the deleter's name. If my answer wasn't great, why not leave it to the voting process to determine where it should land?