🚀 Have you ever forgotten an important parameter when creating a new Rails project?
You run rails new my_app, start coding, and then realize… you should have set up PostgreSQL, skipped unnecessary features, or chosen a JavaScript bundler. Now, you have to go back and fix it. Don’t worry—I’ve put together a guide on how to properly configure rails new from the start and what to do if you forget a parameter.
Post a comment