From 233538c722fd9b3563eb8ba2fca12052949e387c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 5 Apr 2025 16:07:42 +0200 Subject: [PATCH] Going to remove Hotwire Spark for a second It does not work well with turbo frames that error out during development, since it changes the URL on the error to the location of the frame. Find that more annoying than I find Spark helpful. --- Gemfile | 4 ---- Gemfile.lock | 21 --------------------- 2 files changed, 25 deletions(-) diff --git a/Gemfile b/Gemfile index 19e7f2d5e..b60a0908f 100644 --- a/Gemfile +++ b/Gemfile @@ -40,10 +40,6 @@ group :development, :test do gem "rubocop-rails-omakase", require: false end -group :development do - gem "hotwire-spark" -end - group :test do gem "capybara" gem "selenium-webdriver" diff --git a/Gemfile.lock b/Gemfile.lock index 0e1eddfb2..640dd5fb7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,16 +154,6 @@ GEM erubi (1.13.1) et-orbi (1.2.11) tzinfo - ffi (1.17.1-aarch64-linux-gnu) - ffi (1.17.1-aarch64-linux-musl) - ffi (1.17.1-arm-linux-gnu) - ffi (1.17.1-arm-linux-musl) - ffi (1.17.1-arm64-darwin) - ffi (1.17.1-x86-linux-gnu) - ffi (1.17.1-x86-linux-musl) - ffi (1.17.1-x86_64-darwin) - ffi (1.17.1-x86_64-linux-gnu) - ffi (1.17.1-x86_64-linux-musl) fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) @@ -172,10 +162,6 @@ GEM addressable (>= 2.5.0) globalid (1.2.1) activesupport (>= 6.1) - hotwire-spark (0.1.13) - listen - rails (>= 7.0.0) - zeitwerk i18n (1.14.7) concurrent-ruby (~> 1.0) importmap-rails (2.1.0) @@ -204,9 +190,6 @@ GEM zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.4) lint_roller (1.1.0) - listen (3.9.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) @@ -297,9 +280,6 @@ GEM nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rainbow (3.1.1) rake (13.2.1) - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) rdoc (6.13.1) psych (>= 4.0.0) redcarpet (3.6.1) @@ -441,7 +421,6 @@ DEPENDENCIES capybara debug geared_pagination (~> 1.2) - hotwire-spark importmap-rails jbuilder kamal