Lucian Ghindaallaboutcoding.ghinda.com·May 16, 2024Add code snippet in RubyMine and Visual Studio Code to binding.breakHere is a quick way to add a manual breakpoint in the code using code snippets. The code What I usually want to see directly when I debug Ruby code and I cannot (or don't have time to set up the RDBG) is the variables and methods of the current objec...372 readsRuby
Grant Willcoxtekwizz123.hashnode.dev·Jan 1, 2023My VSCode Workflow For Ruby Programming On MetasploitPlugins Essential Ruby The basis for literally everything else here. Provides the Ruby language support and debugging support for Ruby programs, code folding support, semantic highlighting support, basic IntelliSense support, and automatic Ruby envir...232 readsVisual Studio Code
Andrew Fosterandrewfoster.hashnode.dev·Jun 8, 2022Creating the Database schemaRails provides scaffolds for generating all the boilerplate code for a Model in the application. This also includes the database migrations that will be needed. These scaffolds are a little bit limited in what they support in terms of database migrat...1 like·103 readsRails 7 ApplicationRuby on Rails
Kamil Sopatawww.waveinit.com·Nov 5, 2018A story about how I switched from Rubymine to VIMIn times of great and powerful IDEs - VIM looks poor. It's a fact - my default VIM offered only 8 colours. Magic is hidden - we only need to turn it on! Everything because of RAM I can't say bad word about RubyMine. It's great, probably the best IDE...198 readsvim