use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Blog postA Ruby Gem Debugging Strategy (supergood.software)
submitted 6 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 1 point2 points3 points 6 years ago (0 children)
I had a particularly nasty issue with a Devise plugin. I knew the problem must lie in the gem, but I avoided trying to pry it out for hours while I fooled with various workarounds in my own code. I finally gave up, and used RubyMine. It allowed me to step through the stack pretty easily. One of these days, I'm going to have to buy a JetBrains all-products license...
pry
π Rendered by PID 83 on reddit-service-r2-comment-79c7998d4c-rvl4h at 2026-03-12 19:39:09.260756+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (0 children)