Commit Graph

78128 Commits

Author SHA1 Message Date
Rafael Mendonça França 62bda903be
Remove deprecated support to pass `:combine_options` operations to `ActiveStorage::Transformers::ImageProcessing` 2020-10-30 00:25:48 +00:00
Rafael Mendonça França bad3d0f6a3
Remove warning of undefined instance variable 2020-10-30 00:25:47 +00:00
Rafael Mendonça França 74476f0f90
Remove deprecated ActiveStorage::Transformers::MiniMagickTransformer
Now ActiveStorage only support mini_magick transformation through the
image_processing gem.
2020-10-30 00:25:47 +00:00
Ryuta Kamizono 3daf2c7b2d
MySQL: Uniqueness validator now respects default database collation
No longer enforce case sensitive comparison by default.
2020-10-30 00:25:46 +00:00
Rafael Mendonça França bc28e37de2
Remove deprecated `config.active_storage.queue` 2020-10-30 00:25:45 +00:00
Rafael Mendonça França 92a8e1d7c5
Remove deprecated `ActiveStorage::Downloading` 2020-10-30 00:25:44 +00:00
Rafael Mendonça França 426967c6f5
Remove deprecated methods from `ActiveRecord::ConnectionAdapters::DatabaseLimits` 2020-10-30 00:25:43 +00:00
Rafael Mendonça França cbf43df288
Remove deprecated `ActiveRecord::ConnectionAdapters::AbstractAdapter#supports_multi_insert?` 2020-10-30 00:25:43 +00:00
Rafael Mendonça França ea32fe3de4
Remove deprecated `ActiveRecord::ConnectionAdapters::AbstractAdapter#supports_foreign_keys_in_create?` 2020-10-30 00:25:42 +00:00
Rafael Mendonça França ae7b937cfa
Remove deprecated `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#supports_ranges?` 2020-10-30 00:25:41 +00:00
Rafael Mendonça França b232d019a2
Remove deprecated `ActiveRecord::Base#update_attributes` and `ActiveRecord::Base#update_attributes!` 2020-10-30 00:25:40 +00:00
Rafael Mendonça França 43591b43a6
Remove deprecated `migrations_path` argument in `ActiveRecord::ConnectionAdapter::SchemaStatements#assume_migrated_upto_version` 2020-10-30 00:25:39 +00:00
Rafael Mendonça França 67b4746c16
Remove deprecated `config.active_record.sqlite3.represent_boolean_as_integer` 2020-10-30 00:25:38 +00:00
Ryuta Kamizono 255a7ef7b0
Implicit scoping does no longer leak scope to class level querying methods
This is second attempt of #32380 and #35186.
2020-10-30 00:25:38 +00:00
Rafael Mendonça França 4692cdda5f
Remove deprecated methods from `ActiveRecord::DatabaseConfigurations` 2020-10-30 00:25:37 +00:00
Rafael Mendonça França 688a1c9d1d
`where.not` now generates NAND predicates instead of NOR 2020-10-30 00:25:35 +00:00
Rafael Mendonça França b6d62491e4
Remove deprecated `ActiveRecord::Result#to_hash` method 2020-10-30 00:25:33 +00:00
Rafael Mendonça França 317465a4a8
Remove deprecated support for using unsafe raw SQL in `ActiveRecord::Relation` methods 2020-10-30 00:25:32 +00:00
Rafael Mendonça França fd24cf1c5d
Return `false` when enqueuing a job is aborted 2020-10-30 00:25:31 +00:00
Rafael Mendonça França 6583895ebe
Remove deprecated `escape_whitelist` from `ActionView::Template::Handlers::ERB` 2020-10-30 00:25:30 +00:00
Rafael Mendonça França dafa49bb4c
Remove deprecated `find_all_anywhere` from `ActionView::Resolver` 2020-10-30 00:25:29 +00:00
Rafael Mendonça França db5a2dfe3e
Remove deprecated `formats` from `ActionView::Template::HTML` 2020-10-30 00:25:29 +00:00
Rafael Mendonça França 6124294684
Remove deprecated `formats` from `ActionView::Template::RawFile` 2020-10-30 00:25:28 +00:00
Rafael Mendonça França 217eb5dc4a
Remove deprecated `formats` from `ActionView::Template::Text` 2020-10-30 00:25:27 +00:00
Rafael Mendonça França 71904857d4
Remove deprecated `find_file` from `ActionView::PathSet` 2020-10-30 00:25:27 +00:00
Rafael Mendonça França b57e227f6d
Remove deprecated `rendered_format` from `ActionView::LookupContext` 2020-10-30 00:25:26 +00:00
Rafael Mendonça França 806e4874f5
Remove deprecated `find_file` from `ActionView::ViewPaths` 2020-10-30 00:25:25 +00:00
Rafael Mendonça França 469c4ccad7
Require that `ActionView::Base` subclasses implement `#compiled_method_container` 2020-10-30 00:25:24 +00:00
Rafael Mendonça França cd0c99c991
Make the arguments of ActionView::Base#initialize required 2020-10-30 00:25:24 +00:00
Rafael Mendonça França 05f234dbbd
Remove deprecated support to pass an object that is not a `ActionView::LookupContext` as the first argument in `ActionView::Base#initialize` 2020-10-30 00:25:23 +00:00
Rafael Mendonça França c3b08725a1
Remove deprecated `format` argument `ActionView::Base#initialize` 2020-10-30 00:25:22 +00:00
Rafael Mendonça França db82d4da62
Remove deprecated `ActionView::Template#refresh` 2020-10-30 00:25:21 +00:00
Rafael Mendonça França 9d2a0c903d
Remove deprecated `ActionView::Template#original_encoding` 2020-10-30 00:25:21 +00:00
Rafael Mendonça França d6575dc42e
Remove deprecated `ActionView::Template#variants` 2020-10-30 00:25:20 +00:00
Rafael Mendonça França 2a10775ac1
Remove deprecated `ActionView::Template#formats` 2020-10-30 00:25:19 +00:00
Rafael Mendonça França aa7d6f0c64
Remove deprecated `ActionView::Template#virtual_path=` 2020-10-30 00:25:19 +00:00
Rafael Mendonça França b88615e875
Remove deprecated `ActionView::Template#updated_at` 2020-10-30 00:25:18 +00:00
Rafael Mendonça França d25840eb49
Make `locals` argument required on `ActionView::Template#initialize` 2020-10-30 00:25:17 +00:00
Rafael Mendonça França 71ddfd78d4
Remove deprecated finalize_compiled_template_methods 2020-10-30 00:25:16 +00:00
Rafael Mendonça França 0de9560e3e
Remove deprecated support to calling `ActionView::ViewPaths#with_fallback` with a block 2020-10-30 00:25:16 +00:00
Rafael Mendonça França 2759addf2c
Remove deprecated support to passing absolute paths to `render template:` 2020-10-30 00:25:15 +00:00
Rafael Mendonça França d52d773946
Remove deprecated support to passing relative paths to `render file:` 2020-10-30 00:25:14 +00:00
Rafael Mendonça França 4d77dcad09
Remove support to template handlers that don't accept two arguments 2020-10-30 00:25:13 +00:00
Rafael Mendonça França 320e7f7c95
Remove deprecated pattern argument in `ActionView::Template::PathResolver` 2020-10-30 00:25:13 +00:00
Rafael Mendonça França 71f2f6ebc0
Make type a required argument in ActionView::Template::HTML#initialize 2020-10-30 00:25:12 +00:00
Rafael Mendonça França 5b8fe6c37e
Remove deprecated support to call private methods from object in some view helpers 2020-10-30 00:25:11 +00:00
Rafael Mendonça França 3e2552db89
Remove deprecated `ActionDispatch::Http::ParameterFilter` 2020-10-30 00:25:10 +00:00
Eugene Kenny 6e7147ecf3
Merge pull request #40488 from eugeneius/share_non_default_shards
Share connection pools for non-default shards
2020-10-30 00:21:44 +00:00
Eugene Kenny 12ce3e7723
Merge pull request #40478 from eugeneius/undeprecate_use_sha1_digests
Improve config.active_support.use_sha1_digests deprecation message
2020-10-30 00:10:29 +00:00
Eugene Kenny 348d6c624c Share connection pools for non-default shards
Unless `legacy_connection_handling` was set to `false`, only the default
shard's connection pools were shared during transactional tests.
2020-10-29 22:52:23 +00:00