Preparing for 7.0.0.alpha1 release

This commit is contained in:
Rafael Mendonça França 2021-09-15 17:55:08 -04:00
parent ba57ad5245
commit 9b7be48212
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
32 changed files with 100 additions and 74 deletions

View File

@ -23,82 +23,82 @@ GIT
PATH
remote: .
specs:
actioncable (7.0.0.alpha)
actionpack (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
actioncable (7.0.0.alpha1)
actionpack (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.0.alpha)
actionpack (= 7.0.0.alpha)
activejob (= 7.0.0.alpha)
activerecord (= 7.0.0.alpha)
activestorage (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
actionmailbox (7.0.0.alpha1)
actionpack (= 7.0.0.alpha1)
activejob (= 7.0.0.alpha1)
activerecord (= 7.0.0.alpha1)
activestorage (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
mail (>= 2.7.1)
actionmailer (7.0.0.alpha)
actionpack (= 7.0.0.alpha)
actionview (= 7.0.0.alpha)
activejob (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
actionmailer (7.0.0.alpha1)
actionpack (= 7.0.0.alpha1)
actionview (= 7.0.0.alpha1)
activejob (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (7.0.0.alpha)
actionview (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
actionpack (7.0.0.alpha1)
actionview (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.0.alpha)
actionpack (= 7.0.0.alpha)
activerecord (= 7.0.0.alpha)
activestorage (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
actiontext (7.0.0.alpha1)
actionpack (= 7.0.0.alpha1)
activerecord (= 7.0.0.alpha1)
activestorage (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
nokogiri (>= 1.8.5)
actionview (7.0.0.alpha)
activesupport (= 7.0.0.alpha)
actionview (7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.0.alpha)
activesupport (= 7.0.0.alpha)
activejob (7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
globalid (>= 0.3.6)
activemodel (7.0.0.alpha)
activesupport (= 7.0.0.alpha)
activerecord (7.0.0.alpha)
activemodel (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
activestorage (7.0.0.alpha)
actionpack (= 7.0.0.alpha)
activejob (= 7.0.0.alpha)
activerecord (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
activemodel (7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
activerecord (7.0.0.alpha1)
activemodel (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
activestorage (7.0.0.alpha1)
actionpack (= 7.0.0.alpha1)
activejob (= 7.0.0.alpha1)
activerecord (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
marcel (~> 1.0.0)
mini_mime (>= 1.1.0)
activesupport (7.0.0.alpha)
activesupport (7.0.0.alpha1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
rails (7.0.0.alpha)
actioncable (= 7.0.0.alpha)
actionmailbox (= 7.0.0.alpha)
actionmailer (= 7.0.0.alpha)
actionpack (= 7.0.0.alpha)
actiontext (= 7.0.0.alpha)
actionview (= 7.0.0.alpha)
activejob (= 7.0.0.alpha)
activemodel (= 7.0.0.alpha)
activerecord (= 7.0.0.alpha)
activestorage (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
rails (7.0.0.alpha1)
actioncable (= 7.0.0.alpha1)
actionmailbox (= 7.0.0.alpha1)
actionmailer (= 7.0.0.alpha1)
actionpack (= 7.0.0.alpha1)
actiontext (= 7.0.0.alpha1)
actionview (= 7.0.0.alpha1)
activejob (= 7.0.0.alpha1)
activemodel (= 7.0.0.alpha1)
activerecord (= 7.0.0.alpha1)
activestorage (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
bundler (>= 1.15.0)
railties (= 7.0.0.alpha)
railties (= 7.0.0.alpha1)
sprockets-rails (>= 2.0.0)
railties (7.0.0.alpha)
actionpack (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
railties (7.0.0.alpha1)
actionpack (= 7.0.0.alpha1)
activesupport (= 7.0.0.alpha1)
method_source
rake (>= 0.13)
thor (~> 1.0)
@ -244,7 +244,7 @@ GEM
fugit (1.5.0)
et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.4)
globalid (0.5.1)
globalid (0.5.2)
activesupport (>= 5.0)
google-apis-core (0.3.0)
addressable (~> 2.5, >= 2.5.1)
@ -307,7 +307,7 @@ GEM
listen (3.6.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.10.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@ -368,7 +368,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rainbow (3.0.0)
rake (13.0.3)

View File

@ -1 +1 @@
7.0.0.alpha
7.0.0.alpha1

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Compile ESM package that can be used directly in the browser as actioncable.esm.js.
*DHH*

View File

@ -10,7 +10,7 @@ module ActionCable
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,6 +1,6 @@
{
"name": "@rails/actioncable",
"version": "7.0.0-alpha",
"version": "7.0.0-alpha1",
"description": "WebSocket framework for Ruby on Rails.",
"module": "app/javascript/action_cable/index.js",
"main": "app/assets/javascripts/action_cable.js",

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Add `attachments` to the list of permitted parameters for inbound emails conductor.
When using the conductor to test inbound emails with attachments, this prevents an

View File

@ -10,7 +10,7 @@ module ActionMailbox
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Configures a default of 5 for both `open_timeout` and `read_timeout` for SMTP Settings.
*André Luis Leal Cardoso Junior*

View File

@ -10,7 +10,7 @@ module ActionMailer
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Use a static error message when raising `ActionDispatch::Http::Parameters::ParseError`
to avoid inadvertently logging the HTTP request body at the `fatal` level when it contains
malformed JSON.

View File

@ -10,7 +10,7 @@ module ActionPack
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Make the Action Text + Trix JavaScript and CSS available through the asset pipeline.
*DHH*

View File

@ -10,7 +10,7 @@ module ActionText
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,6 +1,6 @@
{
"name": "@rails/actiontext",
"version": "7.0.0-alpha",
"version": "7.0.0-alpha1",
"description": "Edit and display rich text in Rails applications",
"main": "app/javascript/actiontext/index.js",
"type": "module",

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Improves the performance of ActionView::Helpers::NumberHelper formatters by avoiding the use of
exceptions as flow control.

View File

@ -10,7 +10,7 @@ module ActionView
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,6 +1,6 @@
{
"name": "@rails/ujs",
"version": "7.0.0-alpha",
"version": "7.0.0-alpha1",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "lib/assets/compiled/rails-ujs.js",
"files": [

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Allow a job to retry indefinitely
The `attempts` parameter of the `retry_on` method now accepts the

View File

@ -10,7 +10,7 @@ module ActiveJob
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Introduce `ActiveModel::API`.
Make `ActiveModel::API` the minimum API to talk with Action Pack and Action View.

View File

@ -10,7 +10,7 @@ module ActiveModel
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Remove warning when overwriting existing scopes
Removes the following unnecessary warning message that appeared when overwriting existing scopes

View File

@ -10,7 +10,7 @@ module ActiveRecord
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* Emit Active Support instrumentation events from Active Storage analyzers.
Fixes #42930

View File

@ -10,7 +10,7 @@ module ActiveStorage
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,6 +1,6 @@
{
"name": "@rails/activestorage",
"version": "7.0.0-alpha",
"version": "7.0.0-alpha1",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"type": "module",

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* `ActiveSupport::Dependencies` no longer installs a `const_missing` hook. Before this, you could push to the autoload paths and have constants autoloaded. This feature, known as the `classic` autoloader, has been removed.
*Xavier Noria*

View File

@ -10,7 +10,7 @@ module ActiveSupport
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* The autoloading guide for `zeitwerk` mode has been revised.
*Xavier Noria*

View File

@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##
* New and upgraded Rails apps no longer generate `config/initializers/application_controller_renderer.rb`
or `config/initializers/cookies_serializer.rb`

View File

@ -10,7 +10,7 @@ module Rails
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -10,7 +10,7 @@ module Rails
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end