Is the rename gem the best way to rename my rails 5 app?
Also, is there any notes I have to keep in mind when renaming my app?
With the most popular text editors and IDEs you can search for a string across all project files. If by any chance you are using Sublime Text, you can do it with the keyboard shortcut Ctrl+⇧+F or using Find > Find in files, as explained here.
Remember that your app name might appear in the following formats:
application.rb)In my case, for a Rails 5.1.6 app I had to edit the following files:
from addresses)config.mailer_sender)