Skip to content

Commit

Permalink
Preparing for 7.0.0.alpha1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 15, 2021
1 parent ba57ad5 commit 9b7be48
Show file tree
Hide file tree
Showing 32 changed files with 100 additions and 74 deletions.
112 changes: 56 additions & 56 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion RAILS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0.alpha
7.0.0.alpha1
2 changes: 2 additions & 0 deletions actioncable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion actioncable/lib/action_cable/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actioncable/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions actionmailbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion actionmailbox/lib/action_mailbox/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions actiontext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion actiontext/lib/action_text/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actiontext/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions actionview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion actionview/lib/action_view/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actionview/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 2 additions & 0 deletions activejob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion activejob/lib/active_job/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions activestorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##

* Emit Active Support instrumentation events from Active Storage analyzers.

Fixes #42930
Expand Down
2 changes: 1 addition & 1 deletion activestorage/lib/active_storage/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activestorage/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions guides/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Rails 7.0.0.alpha1 (September 15, 2021) ##

* The autoloading guide for `zeitwerk` mode has been revised.

*Xavier Noria*
Expand Down
2 changes: 2 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 0
TINY = 0
PRE = "alpha"
PRE = "alpha1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down

0 comments on commit 9b7be48

Please sign in to comment.