Closed KellyAH closed 4 years ago
replaced sqlite with postgres so page is used across all environments. Before, sqlite was used in dev enviro and postgres was used in prod.
generate action mailer to test sending dummy emails
install mailcatcher for dev enviro to catch testing emails
downgrade ruby '2.7.1' to ruby '2.6.5' so it works better with postgres and mailcatcher. 2.7.1 was having a lot of issues
replaced sqlite with postgres so page is used across all environments. Before, sqlite was used in dev enviro and postgres was used in prod.
generate action mailer to test sending dummy emails
install mailcatcher for dev enviro to catch testing emails
downgrade ruby '2.7.1' to ruby '2.6.5' so it works better with postgres and mailcatcher. 2.7.1 was having a lot of issues