edge
rubyonrails.org 바로가기: 루비온레일스 바로가기

Ruby on Rails 7.1 Release Notes

Highlights in Rails 7.1:

1 Upgrading to Rails 7.1

If you're upgrading an existing application, it's a great idea to have good test coverage before going in. You should also first upgrade to Rails 7.0 in case you haven't and make sure your application still runs as expected before attempting an update to Rails 7.1. A list of things to watch out for when upgrading is available in the Upgrading Ruby on Rails guide.

2 Major Features

3 Railties

Please refer to the Changelog for detailed changes.

3.1 Removals

3.2 Deprecations

3.3 Notable changes

4 Action Cable

Please refer to the Changelog for detailed changes.

4.1 Removals

4.2 Deprecations

4.3 Notable changes

5 Action Pack

Please refer to the Changelog for detailed changes.

5.1 Removals

  • Remove deprecated behavior on Request#content_type

  • Remove deprecated ability to assign a single value to config.action_dispatch.trusted_proxies.

  • Remove deprecated poltergeist and webkit (capybara-webkit) driver registration for system testing.

5.2 Deprecations

  • Deprecate config.action_dispatch.return_only_request_media_type_on_content_type.

  • Deprecate AbstractController::Helpers::MissingHelperError

  • Deprecate ActionDispatch::IllegalStateError.

5.3 Notable changes

6 Action View

Please refer to the Changelog for detailed changes.

6.1 Removals

  • Remove deprecated constant ActionView::Path.

  • Remove deprecated support to passing instance variables as locals to partials.

6.2 Deprecations

6.3 Notable changes

7 Action Mailer

Please refer to the Changelog for detailed changes.

7.1 Removals

7.2 Deprecations

7.3 Notable changes

8 Active Record

Please refer to the Changelog for detailed changes.

8.1 Removals

  • Remove support for ActiveRecord.legacy_connection_handling.

  • Remove deprecated ActiveRecord::Base config accessors

  • Remove support for :include_replicas on configs_for. Use :include_hidden instead.

  • Remove deprecated config.active_record.partial_writes.

  • Remove deprecated Tasks::DatabaseTasks.schema_file_type.

8.2 Deprecations

8.3 Notable changes

9 Active Storage

Please refer to the Changelog for detailed changes.

9.1 Removals

  • Remove deprecated invalid default content types in Active Storage configurations.

  • Remove deprecated ActiveStorage::Current#host and ActiveStorage::Current#host= methods.

  • Remove deprecated behavior when assigning to a collection of attachments. Instead of appending to the collection, the collection is now replaced.

  • Remove deprecated purge and purge_later methods from the attachments association.

9.2 Deprecations

9.3 Notable changes

10 Active Model

Please refer to the Changelog for detailed changes.

10.1 Removals

10.2 Deprecations

10.3 Notable changes

11 Active Support

Please refer to the Changelog for detailed changes.

11.1 Removals

  • Remove deprecated override of Enumerable#sum.

  • Remove deprecated ActiveSupport::PerThreadRegistry.

  • Remove deprecated option to passing a format to #to_s in Array, Range, Date, DateTime, Time, BigDecimal, Float and, Integer.

  • Remove deprecated override of ActiveSupport::TimeWithZone.name.

  • Remove deprecated active_support/core_ext/uri file.

  • Remove deprecated active_support/core_ext/range/include_time_with_zone file.

  • Remove implicit conversion of objects into String by ActiveSupport::SafeBuffer.

  • Remove deprecated support to generate incorrect RFC 4122 UUIDs when providing a namespace ID that is not one of the constants defined on Digest::UUID.

11.2 Deprecations

  • Deprecate config.active_support.disable_to_s_conversion.

  • Deprecate config.active_support.remove_deprecated_time_with_zone_name.

  • Deprecate config.active_support.use_rfc4122_namespaced_uuids.

11.3 Notable changes

12 Active Job

Please refer to the Changelog for detailed changes.

12.1 Removals

12.2 Deprecations

12.3 Notable changes

13 Action Text

Please refer to the Changelog for detailed changes.

13.1 Removals

13.2 Deprecations

13.3 Notable changes

14 Action Mailbox

Please refer to the Changelog for detailed changes.

14.1 Removals

14.2 Deprecations

14.3 Notable changes

15 Ruby on Rails Guides

Please refer to the Changelog for detailed changes.

15.1 Notable changes

16 Credits

See the full list of contributors to Rails for the many people who spent many hours making Rails, the stable and robust framework it is. Kudos to all of them.

Feedback

You're encouraged to help improve the quality of this guide.

Please contribute if you see any typos or factual errors. To get started, you can read our documentation contributions section.

You may also find incomplete content or stuff that is not up to date. Please do add any missing documentation for main. Make sure to check Edge Guides first to verify if the issues are already fixed or not on the main branch. Check the Ruby on Rails Guides Guidelines for style and conventions.

If for whatever reason you spot something to fix but cannot patch it yourself, please open an issue.

And last but not least, any kind of discussion regarding Ruby on Rails documentation is very welcome on the official Ruby on Rails Forum.