Skip to content

Commit

Permalink
fix: credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-garwood committed Nov 30, 2024
1 parent 232f0d0 commit 295d646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ started below this list:
1. There should be an index page for posts, which shows all the recent posts from the current user and users they are following.
1. Set up a mailer to send a welcome email when a new user signs up. Use the Letter Opener gem to test it in development mode.
1. Deploy your App to a hosting provider.

#### todo

1. Set up an email provider and start sending real emails.
1. (NOT SPECIFIED, BUT NICE TO HAVE) Allow users to view and accept friend
requests. This could be done on the views/requests/index.html.erb with
embedded buttons

##### Extra credit

Expand All @@ -48,6 +42,9 @@ started below this list:
1. Make your post able to be either a text OR a photo by using a polymorphic association (so users can still like or comment on it while being none-the-wiser).
1. Style it up nicely! We’ll dive into HTML/CSS in the next course.
1. (not specified, but cool) Use turbo frames to avoid rendering entire pages
1. (NOT SPECIFIED, BUT NICE TO HAVE) Allow users to view and accept friend
requests. This could be done on the views/requests/index.html.erb with
embedded buttons

### Getting started

Expand Down
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RFMR3ZAWgSChVajE3sJAbRyKxMc5yaWU+jpZxbjWt0Hhc7QnedPwgcTz8k8NrdfMuBJEPTb0P+QNDP/f5x9gKHucB93JqOuJpMw8ggqcC3JCWBwhnOPOwvrTvth8sDEG2VZaercbecmODrdyKs0KzN3/FHn90pCq5dIAISatgcqqni+iAlqcr8KSZNYFIgs5Z9onsQZPeC1NxdZVYbcUn4cIRSHnvmqLNBzqyQQGEEj6O9YkVc5SswZ06RF3OHdxhI92YjIkb/vrHBnD9+VHPgZpLYJXYiLmKdOG8q0/irQK/WlDuw5/pcONbJ/96gSw3SrrSBLUG0FWmex0WZraJU4YE1PoiiQobl58/aS3gLIk20hVkypo84EGeAtm6pCF5ijx5RN1zWzhsqM6TCYSKjXGYAN5--00Qw1N9T1RHSSYRh--tZrTQqX4NMPjDDaiCaf7oA==
AeygVcNOvc99veBvdh2CvUucbLb4AAFqnLl2u4CrOesL0eiYXzR/myWhZOZE4eFIJeu/lcyLEfuKm/cyupNTDMh0KEd5VEtLAkJsOxWzjPyr2AVS5RSQI8ljid58I/gqHBTprRoFrfaeFORqDZcHztBoNKaO4BrC5uABHlQzZbR7Kg0xvGzHG2dZfZc8ggKhmZwu4iwIclblB0AJ4YRAyAIZhL2kcnVbe8rFSddQrHzznEJdUZMomlaEX5+RBeNmL2zDDyUgUZPaGvLAwJksaEhdgpLdBnhOAANuwjNOjz9bgX+reCPw/pIWS8iStNiKdtJFUm9TMO4xgrRsW5K2o4p3SGzjg+be/7slj/HmLNGBXSoS+qHahS0M8FQrtZOwq24LjRxmBt2mDWnmSd4NstsZzuMZwsS2T8wi9W/fAEG6h8PoUyOxl1OzKSM1A3arAmjS7+Sy+c6Oyym110DUNg99JQkmpwxxLQKM9BcU--/eOS4nzf2aA496YG--l1ypuKl9BiusUNPYeUWkCg==

0 comments on commit 295d646

Please sign in to comment.