Bootstrapping with Ruby on Rails Generators and Templates

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
www.scoutapm.com
featured
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
  • Thor

    Thor is a toolkit for building powerful command-line interfaces.

    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.

    Scout Monitoring logo
  • dotenv

    A Ruby gem to load environment variables from `.env`. (by bkeepers)

    Install the dotenv gem.

  • rspec-rails

    RSpec for Rails 6+

    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.

  • Suspenders

    A Rails template with our standard defaults.

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby

    6 projects | dev.to | 28 Aug 2023
  • How to get better at Ruby scripting?

    4 projects | /r/ruby | 30 May 2021
  • I create a library for managing configurations as mappings, supports .env by default

    2 projects | /r/learnpython | 12 May 2023
  • Error - UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

    1 project | /r/learnpython | 9 May 2023
  • Elegantly Handle Environment Variables in Python with Pydantic

    1 project | /r/Python | 1 May 2023