DEV Community

Discussion on: Ruby on Whales: Dockerizing Ruby and Rails development

Collapse
 
dangolant profile image
Daniel Golant

Hey man, great writeup! Out of curiosity, have you managed to hook up a debugger to the app running in your rails container? We use a similar setup at work, and I've tried multiple times to get the VSCode debugger attached to our Rails servers with no luck.

Collapse
 
palkan_tula profile image
Vladimir Dementyev

You mean IDE debugger? Then I can't help here a lot: I'm using binding.pry dropped in the code and Terminal.
Not sure about VS Code but I heard that RubyMine's debugger works with Dockerized dev env.