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..eaa3cb2 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 %>

diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index 68c16cc..e30b137 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -1,5 +1,5 @@

Welcome to the Jitter Homepage

-

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

+

Use a specific URL to get to the features you are looking for. This is the best app you have ever used.

Go to the Jits \ No newline at end of file