Upgrading a Rails 6.1 app to Rails 7.0 A step by step of how to prepare for it, how to get to Rails 7, and what to do after the upgrade. Stefanni Brasil June 11, 2024 Rails Rails Upgrade
Upgrading to Rails 7: Moving away from Webpacker Webpacker was retired for Rails 7. Let’s explore some options for replacing it when making an upgrade. Marina Joranhezon April 12, 2023 Rails Upgrade Rails Ruby Web JavaScript Learning
How to Fix Rails 6.1 'Initialization autoloaded the constants' Warning Messages Got autoloading during initialization warning messages in your Rails 6.1 app? It’s time to_prepare for the next version. Stefanni Brasil December 15, 2022 Rails Upgrade Rails Ruby Web
New online workshop: Protect your Rails app against security threats during COVID-19 Join us as we discuss the rise of security threats during COVID-19, and how upgrading your Rails application can protect your business and users. Daniel Colson May 7, 2020 Security Rails Upgrade Remote Workshops Code Audit Web Ruby Rails
Web Security During the COVID-19 Pandemic The COVID-19 pandemic has brought with it an increase in cyber threats, but we can fight back by being more thoughtful about web security. Daniel Colson April 20, 2020 Security Web Ruby Rails Rails Upgrade Code Audit
Decimating deprecated finders Use synvert snippets to automatically rewrite ruby code for a smoother upgrade path to Rails 5. Jesse Bailey December 11, 2019 Parsing Ruby Rails Upgrade Rails 5 Rails