Commit Graph

8 Commits

Author SHA1 Message Date
Hugo Peixoto bc1342a10c Upgrade to rails 7.1 2024-03-28 10:06:50 +00:00
Hugo Peixoto f69e3ff01a Allow customizing whethere the cookie is secure or not 2023-11-13 09:08:12 +00:00
Hugo Peixoto 2e7b03e9ef Add papertrail 2022-06-26 12:57:00 +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 f97b01dd43 Configure database 2022-06-20 20:53:38 +01:00
Hugo Peixoto 2cde7196a0 Set rails timezone 2022-06-20 20:50:30 +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