Tutorials

How to use Docker containers for Ruby on Rails development in Visual Studio Code - DEV Community
It has become common practice to use Docker and Docker compose when building a development environment on a developer's machine. The theory is to run the docker compose command from the terminal to test and verify the operation, but we propose a c...

Working With Markdown in Ruby - Honeybadger Developer Blog
Imagine that you and your colleagues are working on a cool new project at work. Everyone's churning out code and firing on all cylinders, and everything seems to be going well, but then you remember that documentation also needs to get done for th...




Ruby on Rails 117 Find code security vulnerabilities with Bearer static code analysis tool - YouTube
I used to work at Bearer together with Guillaume for a year (he's my EX-boss).Now they finally made the tool they've been working on public!It's a static code analysist tool (like Rubocop or Brakeman) to find data and security vulnerabilities.In t...

How to click links in Rails Mailers when writing tests - DEV Community
In this tutorial, you'll learn how to write a test that clicks a link in a Rails mailer. This is particularly useful when testing emails with links that require unique tokens or may expire, such as password reset emails. We'll cover the steps to c...


Deploying a React-Rails App on Render - DEV Community
I can't believe it! I am almost done with my time at Flatiron School, there is a sense of relief, but at the same time thoughts of what the job search is going to be like has been flooding my mind lately.What are hiring managers looking for? Do bo...