setting up turbo-based comments
... | ... | @@ -24,6 +24,10 @@ gem 'puma' #, '~> 5.0' |
gem 'webpacker' #, '~> 5.0' | ||
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | ||
gem 'turbolinks' #, '~> 5' | ||
# The new kid on the block: | ||
gem 'turbo-rails' | ||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
gem 'jbuilder' #, '~> 2.7' | ||
# Use Redis adapter to run Action Cable in production | ||
... | ... |
app/models/comment.rb
0 → 100644
... | ... | @@ -2,6 +2,7 @@ |
"name": "mapmymaps-p1", | ||
"private": true, | ||
"dependencies": { | ||
"@hotwired/turbo-rails": "^7.1.1", | ||
"@rails/actioncable": "^6.0.0", | ||
"@rails/activestorage": "^6.0.0", | ||
"@rails/ujs": "^6.0.0", | ||
... | ... |
Please register or sign in to comment