Commit Graph

31 Commits

Author SHA1 Message Date
Rafael Mendonça França
2d821ef0c5
Remove deprecated support to pass a column to type_cast 2021-11-17 21:51:42 +00:00
Rafael Mendonça França
21c8e5c4ee
Remove deprecated support to type cast to database values ActiveRecord::Base objects 2021-11-17 21:51:42 +00:00
Rafael Mendonça França
8311df47a6
Remove deprecated support to quote ActiveRecord::Base objects 2021-11-17 21:51:40 +00:00
Rafael Mendonça França
5952493e50
Remove deprecacated support to resolve connection using "primary" as connection specification name 2021-11-17 21:51:39 +00:00
Rafael Mendonça França
0792661e55
Remove deprecation warning when using :interval column is used in PostgreSQL database 2021-11-17 21:51:36 +00:00
Rafael Mendonça França
415709a76e
Remove deprecated support to YAML load ActiveRecord::Base instance in the Rails 4.2 and 4.1 formats 2021-11-17 21:51:35 +00:00
Rafael Mendonça França
99b54b6ded
Remove deprecated option :spec_name in the configs_for method 2021-11-17 21:51:34 +00:00
Rafael Mendonça França
5eddf5e9b4
Remove deprecated ActiveRecord::Base.allow_unsafe_raw_sql 2021-11-17 21:51:33 +00:00
Rafael Mendonça França
1f3cfb272c
Remove support to Marshal load Rails 5.x ActiveModel::AttributeSet format 2021-11-17 21:51:32 +00:00
Rafael Mendonça França
2996732089
Remove support to Marshal and YAML load Rails 5.x error format 2021-11-17 21:51:31 +00:00
Rafael Mendonça França
70dc990ad2
Remove deprecated support to use []= in ActiveModel::Errors#messages 2021-11-17 21:51:30 +00:00
Rafael Mendonça França
bab78b5d54
Remove deprecated support delete errors from ActiveModel::Errors#messages 2021-11-17 21:51:29 +00:00
Rafael Mendonça França
ef40a92c1c
Remove deprecated support clear errors from ActiveModel::Errors#messages 2021-11-17 21:51:26 +00:00
Rafael Mendonça França
884c97fad0
Remove deprecated support concat errors to ActiveModel::Errors#messages 2021-11-17 21:51:25 +00:00
Rafael Mendonça França
73872c7220
Remove deprecated ActiveModel::Errors#to_xml 2021-11-17 21:51:23 +00:00
Rafael Mendonça França
edc4e7dfb5
Remove deprecated ActiveModel::Errors#keys 2021-11-17 21:51:22 +00:00
Rafael Mendonça França
6fed53b694
Remove deprecated ActiveModel::Errors#values 2021-11-17 21:51:21 +00:00
Rafael Mendonça França
362e17e899
Remove deprecated ActiveModel::Errors#slice! 2021-11-17 21:51:20 +00:00
Rafael Mendonça França
a743656ae4
Remove deprecated ActiveModel::Errors#to_h 2021-11-17 21:51:19 +00:00
Rafael Mendonça França
05b18d2694
Remove deprecated enumeration of ActiveModel::Errors instances as a Hash 2021-11-17 21:51:18 +00:00
Rafael Mendonça França
10bd5e59c3
Removed deprecated behavior that was not halting after_enqueue/after_perform callbacks when a previous callback was halted with throw :abort. 2021-11-17 21:51:17 +00:00
Rafael Mendonça França
d4ad739454
Remove deprecated Rails.config.action_view.raise_on_missing_translations 2021-11-17 21:51:16 +00:00
Rafael Mendonça França
1f4a541421
Remove deprecated support to passing a path to fixture_file_upload relative to fixture_path 2021-11-17 21:51:15 +00:00
Rafael Mendonça França
35645ed17f
Remove deprecated ActionDispatch::SystemTestCase#host! 2021-11-17 21:51:14 +00:00
Rafael Mendonça França
4f5989bf91
Remove deprecated Rails.config.action_dispatch.hosts_response_app 2021-11-17 21:51:13 +00:00
Rafael Mendonça França
073baba024
Remove deprecated ActionDispatch::Response.return_only_media_type_on_content_type. 2021-11-17 21:51:12 +00:00
Rafael Mendonça França
ddc7fb6e6e
Remove deprecated ActionMailer::DeliveryJob and ActionMailer::Parameterized::DeliveryJob 2021-11-17 21:51:11 +00:00
Rafael Mendonça França
d33c529c7f
Remove deprecated MAILGUN_INGRESS_API_KEY and mailgun_api_key configurations 2021-11-17 21:51:10 +00:00
Carlos Antonio da Silva
2917e8bcaa Fix link to Upgrading guide from 7.0 Release Notes guide [ci skip] 2021-02-25 18:25:30 -03:00
Vipul A M
99c1112b42
Some grammar passes around guides [ci skip] (#41358) 2021-02-07 00:42:51 +05:30
Rafael Mendonça França
1b455e2e9d
Rails 6.2 is now Rails 7.0
We have big plans for the next version of Rails and that
require big versions.
2021-02-04 16:47:16 +00:00