0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

rails7.0のdelete効かない

Posted at

JavaScriptが動かずにdeleteアクションが起こらないのは、rails7.0になってからujsが廃止された。turboを使って書く必要がある。

rails7.0公式
https://guides.rubyonrails.org/v7.0/working_with_javascript_in_rails.html#replacements-for-rails-ujs-functionality

rails7.0ではujsが廃止された。turboを使う。

rails 7.0 turboの正しい書き方
https://www.hotrails.dev/turbo-rails

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?