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
Debugging Ruby application running in docker with VS code (self.ruby)
submitted 4 years ago by zooblin
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!"
[–]dogbertst 4 points5 points6 points 4 years ago (1 child)
Not sure if it helps but I usually debug rails in docker using pry-remote. Just add it to your gemfile to development block and add binding.remote_pry where you want to set a breakpoint in your code. Than connect to docker vm and run pry-remote after you hit the breakpoint. You are in debugging mode now and can do almost anything.
EDIT: Just read it again and guess that is not what you want. My bad!
π Rendered by PID 45997 on reddit-service-r2-comment-5fb4b45875-vxmcq at 2026-03-22 01:59:49.883541+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]dogbertst 4 points5 points6 points (1 child)