migrate from turbolinks to turbo
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -18,8 +18,8 @@ gem 'puma', '~> 5.0'
|
||||
gem 'sass-rails', '>= 6'
|
||||
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
|
||||
gem 'webpacker', '~> 5.0'
|
||||
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
|
||||
gem 'turbolinks', '~> 5'
|
||||
# The speed of a single-page web application without having to write any JavaScript.
|
||||
gem 'turbo-rails'
|
||||
# Use Redis adapter to run Action Cable in production
|
||||
gem 'redis', '~> 4.2.5'
|
||||
# Use Active Model has_secure_password
|
||||
@@ -71,7 +71,7 @@ group :development do
|
||||
gem 'web-console', '>= 4.1.0'
|
||||
# Display performance information such as SQL time and flame graphs for each request in your browser.
|
||||
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
|
||||
gem 'rack-mini-profiler', '~> 2.0'
|
||||
gem 'rack-mini-profiler', '~> 2.3.2' , git: "https://github.com/ceritium/rack-mini-profiler", branch: 'turbodrive-support'
|
||||
# The Listen gem listens to file modifications and notifies you about the changes. Works everywhere
|
||||
gem 'listen', '~> 3.3'
|
||||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
||||
|
||||
Reference in New Issue
Block a user