Commit Graph

4 Commits

Author SHA1 Message Date
ae4a3c62e4 Add initial setup step if the database is empty 2023-07-11 00:36:05 +01:00
24a01b964b Fix readme markdown 2022-08-20 11:12:06 +01:00
5690f2d8a3 Write an actual README 2022-08-20 11:10:58 +01:00
46881d72bf rails new
rails new \
  --skip-action-cable \
  --skip-hotwire \
  --skip-jbuilder \
  --skip-system-test \
  -a propshaft \
  --database=postgresql .
2022-06-20 20:48:08 +01:00