Creating new rails app or adding a new scaffold? - Use this rails command generator
I created a tool that let’s you select what you want to generate with supported options.
Creating a new rails app?
- Select the database, js, css options and you’re good to go.
Generating a new model?
- Add columns select type and add index options and you’re good to go.
Try the tool here - https://dailydevtools.com/rails_command_generator
Post a comment