You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ If you have previously installed this template and would like to update your pro
61
61
1. Run the [update script](./template-only-bin/update-template) in your project's root directory and pass in the branch, commit hash, or release that you want to update to, followed by the name of your application directory (e.g. `app-rails`).
Copy file name to clipboardExpand all lines: docs/app-rails/technical-foundation.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ We have are using [UUIDs for primary keys](https://guides.rubyonrails.org/active
40
40
41
41
- ⚠️ Using ActiveRecord functions like `Foo.first` and `Foo.last` have unreliable results
42
42
- Generating new models or scaffolds requires passing the `--primary-key-type=uuid` flag. For instance, `make rails-generate GENERATE_COMMAND="model Foo --primary-key-type=uuid"`
43
-
-`pgcrypto` is a required dependency
44
43
45
44
#### Enums
46
45
@@ -61,9 +60,9 @@ To preview email views in the browser, visit: `/rails/mailers`
61
60
62
61
To test AWS SES email sending locally:
63
62
64
-
1. Set the `AWS_*` env var in your `.env` file
65
-
1.Set the`SES_EMAIL`env var to a verified sending identity
66
-
1. Restart the server
63
+
1. Set the "AWS services" environment variables in your `.env` file.
64
+
1.Add an`SES_EMAIL`environment variable to a verified sending identity.
0 commit comments