Upgrade gems to Rails 6
There are also minor changes to keep the Rails generated files similar to when generating a new Rails 6 application grape_logging was upgraded to fix deprecation messages related to ActionDispatch::Http::ParameterFilter Rails 6 now adds the nonce to style-src by default. We disable this because we still have a lot of code that set inline styles and we need 'unsafe-inline'
显示
- Gemfile 3 个添加, 2 个删除Gemfile
- Gemfile.lock 75 个添加, 54 个删除Gemfile.lock
- bin/setup 6 个添加, 6 个删除bin/setup
- changelogs/unreleased/31034-upgrade-to-rails-6.yml 5 个添加, 0 个删除changelogs/unreleased/31034-upgrade-to-rails-6.yml
- config/application.rb 3 个添加, 1 个删除config/application.rb
- config/environment.rb 2 个添加, 3 个删除config/environment.rb
- config/environments/development.rb 4 个添加, 0 个删除config/environments/development.rb
- config/initializers/content_security_policy.rb 1 个添加, 0 个删除config/initializers/content_security_policy.rb
- config/initializers/cookies_serializer.rb 1 个添加, 0 个删除config/initializers/cookies_serializer.rb
- db/schema.rb 5 个添加, 5 个删除db/schema.rb
加载中
想要评论请 注册 或 登录