Commit Graph

14 Commits

Author SHA1 Message Date
Hugo Peixoto d8befb0ea3 Show member in sent notifications list 2022-10-06 15:53:27 +01:00
Hugo Peixoto abaf80e5c4 Add notification index page 2022-10-06 15:50:38 +01:00
Hugo Peixoto 90541319f3 Add ifthenpay links to members/show 2022-10-02 13:48:06 +01:00
Hugo Peixoto 9dfdf3675b Fix image in emails 2022-09-28 00:18:19 +01:00
Hugo Peixoto 9f46baf52d Add example env and production initialization 2022-07-16 16:17:04 +01:00
Hugo Peixoto 2705ad1611 Implement letter generation 2022-07-16 11:27:43 +01:00
Hugo Peixoto 2e7b03e9ef Add papertrail 2022-06-26 12:57:00 +01:00
Hugo Peixoto 72d88e25ff Add member preferences 2022-06-26 10:44:39 +01:00
Hugo Peixoto 4f190f67f0 Add account management 2022-06-25 23:45:47 +01:00
Hugo Peixoto 882d0a51ed Add contribution actions and member deletion 2022-06-25 21:27:02 +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