Commit Graph

6 Commits

Author SHA1 Message Date
Hugo Peixoto bc1342a10c Upgrade to rails 7.1 2024-03-28 10:06:50 +00:00
Hugo Peixoto 5c35572d29 Allow smtp port to be customizable via SMTP_PORT 2023-11-13 08:48:28 +00:00
Hugo Peixoto 9dfdf3675b Fix image in emails 2022-09-28 00:18:19 +01:00
Hugo Peixoto 4f190f67f0 Add account management 2022-06-25 23:45:47 +01:00
Hugo Peixoto 57e976ef96 Add first iteration 2022-06-25 13:48:46 +01:00
Hugo Peixoto 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