From ae09ed2fd778f90b40b4a5259be424ea22e62486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20V=C3=A1squez?= Date: Thu, 14 Nov 2024 01:27:41 +0000 Subject: [PATCH 1/2] Edited the homepage with new text --- app/views/pages/home.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index 68c16cc..30bd1cc 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -2,4 +2,6 @@

Use a specific URL to get to the features you are looking for.

- Go to the Jits \ No newline at end of file + Go to the Jits + +

This is how I learn how to code.

\ No newline at end of file From 8e7dcdc7bf9d6f35ba958bedfa55d6f7eebd8865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20V=C3=A1squez?= Date: Thu, 14 Nov 2024 01:53:26 +0000 Subject: [PATCH 2/2] Upcase Git This makes the Jits be upcase --- .replit | 7 +++---- app/views/jits/_jit.html.erb | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.replit b/.replit index 3b37d96..46d2456 100644 --- a/.replit +++ b/.replit @@ -1,7 +1,6 @@ -run = "RAILS_ENV=development bundle exec rails server --binding=0.0.0.0" +run = "bundle exec rails server --binding=0.0.0.0" hidden = [".bundle"] -entrypoint = "app/controllers/application_controller.rb" -modules = ["ruby-3.2"] +modules = ["ruby-3.2", "web", "nodejs-20", "nix"] [env] RACK_MINI_PROFILER = "off" @@ -15,7 +14,7 @@ requiredFiles = [".replit", "replit.nix"] [deployment] -run = "RAILS_ENV=production bundle exec rails server --binding=0.0.0.0" +run = ["sh", "-c", "bundle exec rails server --binding=0.0.0.0"] deploymentTarget = "gce" [[ports]] diff --git a/app/views/jits/_jit.html.erb b/app/views/jits/_jit.html.erb index f8ec228..2dac37c 100644 --- a/app/views/jits/_jit.html.erb +++ b/app/views/jits/_jit.html.erb @@ -1,7 +1,7 @@

Content: - <%= jit.content %> + <%= jit.content.upcase %>