Start a new Rails App (v8)
With Tailwind
Last updated
With Tailwind
Last updated
use these options for:
postgres database
tailwindcss
not using Kamal for deployments
skip-ci
will skip installing the .github
folder, which has a CI deployment workflow
If I don't plan on using any of the solid stuff (solid_cache
, solid_cable
, solid_queue
then add --skip-solid
host: localhost
username: briancasel
password: emma
database_name: Find this in config/database.yml. It's probably projectname_development
port: 5432
Copy/paste all lines provided there to initialize git and push to this new repo on GitHub
Create config/environments/staging.rb
and copy all of the contents from production.rb
into it.
Create credentials by running my terminal aliases:
developmentcredentials
stagingcredentials
productioncredentials
testcredentials
The following must be added to both production.rb
and staging.rb
in order for tailwindcss to work when deployed anywhere:
Go to and create a new Repo.
The app should now be viewable at