Did you know you can auto-fix Ruby code style with RuboCop right after generating files in Rails?
Add this snippet to your application.rb file, and every time you generate a scaffold, model, etc., they will be auto-corrected.
| Video to summary | https://voxweave.xyz |
| https://x.com/kotogavr | |
| Blog | https://kotogavr.vercel.app |
Did you know you can auto-fix Ruby code style with RuboCop right after generating files in Rails?
Add this snippet to your application.rb file, and every time you generate a scaffold, model, etc., they will be auto-corrected.
instead of using #foreman, I started using #hivemind for rails.
it's faster, offers better logging, and requires 0 setup.
Learn more here: https://evilmartians.com/opensource/hivemind
P.S. Or maybe you are already using overmind. I'm curious, what use case does it cover for you?
##rails #rubyonrails