diff --git a/.tool-versions b/.tool-versions index 657cd79d..d19e22be 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1,2 @@ ruby 3.4.6 +nodejs 24.9.0 diff --git a/Gemfile b/Gemfile index 2cf23ea0..80d0ee93 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,7 @@ gem "azure_file_shares" gem "bcrypt", "~> 3.1.7" gem "bootsnap", require: false gem "csv" +gem "herb", "~> 0.8.0" gem "image_processing", "~> 1.14" gem "importmap-rails" gem "jbuilder" @@ -21,6 +22,7 @@ gem "propshaft" gem "puma", ">= 5.0" gem "rack-attack" gem "rails", "~> 8.0.4" +gem "reactionview", "~> 0.1.6" gem "requestjs-rails" gem "scout_apm" gem "scout_apm_logging", "~> 2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 9cb7744f..66544d6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,6 +212,12 @@ GEM rake (>= 13) googleapis-common-protos-types (1.22.0) google-protobuf (~> 4.26) + herb (0.8.0) + herb (0.8.0-aarch64-linux-gnu) + herb (0.8.0-aarch64-linux-musl) + herb (0.8.0-arm-linux-gnu) + herb (0.8.0-arm-linux-musl) + herb (0.8.0-x86_64-linux-musl) hotwire-spark (0.1.13) listen rails (>= 7.0.0) @@ -436,6 +442,9 @@ GEM erb psych (>= 4.0.0) tsort + reactionview (0.1.6) + actionview (>= 7.0) + herb (>= 0.7.5, < 1.0.0) regexp_parser (2.11.3) reline (0.6.2) io-console (~> 0.5) @@ -605,6 +614,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails faker + herb (~> 0.8.0) hotwire-spark image_processing (~> 1.14) importmap-rails @@ -621,6 +631,7 @@ DEPENDENCIES rack-mini-profiler rails (~> 8.0.4) rails-controller-testing + reactionview (~> 0.1.6) requestjs-rails rspec-rails rubocop-rails-omakase diff --git a/app/views/import_reports/show.html.erb b/app/views/import_reports/show.html.erb index b0bc5a67..5920896b 100644 --- a/app/views/import_reports/show.html.erb +++ b/app/views/import_reports/show.html.erb @@ -82,7 +82,7 @@ <%= error.error_type %>
Log in with your data that you entered during registration.
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index ed5c1bde..39d23fcd 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -68,7 +68,7 @@ <% end %> - +