From 23e4f308bc020e6cad8cb76ea8e80af7c74ed1bb Mon Sep 17 00:00:00 2001 From: Andres Alvidrez Date: Wed, 11 Sep 2024 18:00:48 -0600 Subject: [PATCH 1/2] Update README rails version and fix .env creation on bin/setup --- .env.template | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 4d7ce020..c6638901 100644 --- a/.env.template +++ b/.env.template @@ -6,4 +6,4 @@ RSPEC_RETRY_RETRY_COUNT=0 MAILER_SENDER="Rails World " REGISTRATION_ENABLED=true SESSION_REMINDERS_ENABLED=true -ONLY_TESTER_REGISTRATION_ENABLED=false \ No newline at end of file +ONLY_TESTER_REGISTRATION_ENABLED=false diff --git a/README.md b/README.md index c03fd3b6..8bb40c9d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## About -- Ruby on Rails 7.1.x +- Ruby on Rails 7.2.x - Ruby 3.3.x - SQLite3 - SolidQueue From 97ea2f9b3861f66ab07f8ca843f8df816eb4a730 Mon Sep 17 00:00:00 2001 From: Caleb Denio Date: Fri, 13 Sep 2024 16:39:50 -0400 Subject: [PATCH 2/2] Update flash position to account for safe area on iOS --- app/views/layouts/_flash_message.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_flash_message.html.erb b/app/views/layouts/_flash_message.html.erb index 19682be3..d8dc4aa8 100644 --- a/app/views/layouts/_flash_message.html.erb +++ b/app/views/layouts/_flash_message.html.erb @@ -1,6 +1,6 @@ <%# locals: (message:) %> -
+
<%= message %>