Commit Graph

5 Commits

Author SHA1 Message Date
9058ed98f7 Adds payment page
Instead of sending all the payment details by email, we're now sending
only a link to a page on this platform. This is to help reduce questions
of whether the emails are from scammers or real.
2023-07-12 19:13:08 +01:00
897b48e377 Parameterize civicrm dump directory 2022-09-29 18:27:30 +01:00
e22f6e0a00 Add CiviCRM importer 2022-09-28 00:18:36 +01:00
57e976ef96 Add first iteration 2022-06-25 13:48:46 +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