Bootstrapping with Ruby on Rails Generators and Templates

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.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.

  • dotenv

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

  • Install the dotenv gem.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rspec-rails

    RSpec for Rails 6+

  • Optionally install and set up Rspec.

  • jumpstart

    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, ready to deploy to Heroku.

  • 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