Change to_s(:medium) to to_fs(medium)
Passing a format to to_s has been deprecated and replaced with to_fs in Rails 7. https://github.com/rails/rails/blob/de7c495209811f8f918fa9f915e64df61a6080c1/guides/source/7_0_release_notes.md#deprecations-8
显示
- app/controllers/concerns/membership_actions.rb 1 个添加, 1 个删除app/controllers/concerns/membership_actions.rb
- app/helpers/issuables_helper.rb 1 个添加, 1 个删除app/helpers/issuables_helper.rb
- app/helpers/timeboxes_helper.rb 2 个添加, 2 个删除app/helpers/timeboxes_helper.rb
- app/models/concerns/milestoneish.rb 2 个添加, 2 个删除app/models/concerns/milestoneish.rb
- app/models/deployment.rb 1 个添加, 1 个删除app/models/deployment.rb
- app/views/admin/groups/show.html.haml 1 个添加, 1 个删除app/views/admin/groups/show.html.haml
- app/views/admin/projects/show.html.haml 3 个添加, 3 个删除app/views/admin/projects/show.html.haml
- app/views/admin/users/_profile.html.haml 1 个添加, 1 个删除app/views/admin/users/_profile.html.haml
- app/views/admin/users/show.html.haml 4 个添加, 4 个删除app/views/admin/users/show.html.haml
- app/views/notify/issue_due_email.html.haml 1 个添加, 1 个删除app/views/notify/issue_due_email.html.haml
- app/views/profiles/keys/_key_details.html.haml 1 个添加, 1 个删除app/views/profiles/keys/_key_details.html.haml
- app/views/profiles/two_factor_auths/show.html.haml 1 个添加, 1 个删除app/views/profiles/two_factor_auths/show.html.haml
- app/views/projects/issues/service_desk/_issue.html.haml 1 个添加, 1 个删除app/views/projects/issues/service_desk/_issue.html.haml
- app/views/shared/deploy_tokens/_table.html.haml 1 个添加, 1 个删除app/views/shared/deploy_tokens/_table.html.haml
- app/views/shared/members/_member.html.haml 1 个添加, 1 个删除app/views/shared/members/_member.html.haml
- app/views/shared/milestones/_sidebar.html.haml 2 个添加, 2 个删除app/views/shared/milestones/_sidebar.html.haml
- app/views/users/calendar_activities.html.haml 1 个添加, 1 个删除app/views/users/calendar_activities.html.haml
- doc/development/testing_guide/best_practices.md 1 个添加, 1 个删除doc/development/testing_guide/best_practices.md
- ee/app/models/iteration.rb 1 个添加, 1 个删除ee/app/models/iteration.rb
- ee/app/presenters/epic_presenter.rb 1 个添加, 1 个删除ee/app/presenters/epic_presenter.rb
加载中
想要评论请 注册 或 登录