Skip to content

Commit

Permalink
Merge pull request #46038 from skipkayhil/add-missing-7-0-changelog-link
Browse files Browse the repository at this point in the history
Add link to 7.0 release notes in upgrade guide [ci skip]
  • Loading branch information
jonathanhefner committed Sep 15, 2022
2 parents e6d4ac0 + 6dd25a8 commit 7c8d4ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/source/upgrading_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ config.action_mailer.preview_paths << "#{Rails.root}/lib/mailer_previews"
Upgrading from Rails 6.1 to Rails 7.0
-------------------------------------

For more information on changes made to Rails 7.0 please see the [release notes](7_0_release_notes.html).

### `ActionView::Helpers::UrlHelper#button_to` changed behavior

Starting from Rails 7.0 `button_to` renders a `form` tag with `patch` HTTP verb if a persisted Active Record object is used to build button URL.
Expand Down

0 comments on commit 7c8d4ea

Please sign in to comment.