-
Not to be confused with generator functions (which you might be familiar with from Python or Javascript), Rails generators are custom Thor commands that focus on, well, generating things.
-
Scout Monitoring
Performance metrics and, now, Logs Management Monitoring with Scout Monitoring. Get early access to Scout Monitoring's NEW Ruby logging feature [beta] by signing up now. Start for free and enable logs to get better insights into your Rails apps.
-
Install the dotenv gem.
-
Optionally install and set up Rspec.
-
jumpstart
Discontinued Easily jumpstart a new Rails application with a bunch of great features by default
Everyone has different preferences for writing and developing Rails apps, so there are numerous generators and application templates out there. You can learn a lot about doing specific customizations by reading about them. I recommend Chris Oliver's Jumpstart and RailsBytes, the latter of which is a community-curated collection of templates.
-
There is also Thoughtbot's Suspenders, which inspired me to dig deeper into Rails generators and templates. I even wrote my own application template — Schienenzeppelin — which, while not up-to-date, might still provide some inspiration.
-
schienenzeppelin
Discontinued A Rails app generator to get you started quickly. Includes TailwindCSS, Devise, Deployment and more
There is also Thoughtbot's Suspenders, which inspired me to dig deeper into Rails generators and templates. I even wrote my own application template — Schienenzeppelin — which, while not up-to-date, might still provide some inspiration.
Related posts
-
Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby
-
How to get better at Ruby scripting?
-
I create a library for managing configurations as mappings, supports .env by default
-
Error - UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
-
Elegantly Handle Environment Variables in Python with Pydantic