Skip to content

Commit 592ea10

Browse files
committed
Start development of Rails 8.1
1 parent 35b3c7f commit 592ea10

File tree

61 files changed

+565
-1389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+565
-1389
lines changed

.github/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ markComment: >
2020
2121
The resources of the Rails team are limited, and so we are asking for your help.
2222
23-
If you can still reproduce this error on the `7-2-stable` branch or on `main`,
23+
If you can still reproduce this error on the `8-0-stable` branch or on `main`,
2424
please reply with all of the information you have about it in order to keep the issue open.
2525
2626
Thank you for all your contributions.

Gemfile.lock

+53-53
Original file line numberDiff line numberDiff line change
@@ -29,65 +29,65 @@ GIT
2929
PATH
3030
remote: .
3131
specs:
32-
actioncable (8.0.0.rc1)
33-
actionpack (= 8.0.0.rc1)
34-
activesupport (= 8.0.0.rc1)
32+
actioncable (8.1.0.alpha)
33+
actionpack (= 8.1.0.alpha)
34+
activesupport (= 8.1.0.alpha)
3535
nio4r (~> 2.0)
3636
websocket-driver (>= 0.6.1)
3737
zeitwerk (~> 2.6)
38-
actionmailbox (8.0.0.rc1)
39-
actionpack (= 8.0.0.rc1)
40-
activejob (= 8.0.0.rc1)
41-
activerecord (= 8.0.0.rc1)
42-
activestorage (= 8.0.0.rc1)
43-
activesupport (= 8.0.0.rc1)
38+
actionmailbox (8.1.0.alpha)
39+
actionpack (= 8.1.0.alpha)
40+
activejob (= 8.1.0.alpha)
41+
activerecord (= 8.1.0.alpha)
42+
activestorage (= 8.1.0.alpha)
43+
activesupport (= 8.1.0.alpha)
4444
mail (>= 2.8.0)
45-
actionmailer (8.0.0.rc1)
46-
actionpack (= 8.0.0.rc1)
47-
actionview (= 8.0.0.rc1)
48-
activejob (= 8.0.0.rc1)
49-
activesupport (= 8.0.0.rc1)
45+
actionmailer (8.1.0.alpha)
46+
actionpack (= 8.1.0.alpha)
47+
actionview (= 8.1.0.alpha)
48+
activejob (= 8.1.0.alpha)
49+
activesupport (= 8.1.0.alpha)
5050
mail (>= 2.8.0)
5151
rails-dom-testing (~> 2.2)
52-
actionpack (8.0.0.rc1)
53-
actionview (= 8.0.0.rc1)
54-
activesupport (= 8.0.0.rc1)
52+
actionpack (8.1.0.alpha)
53+
actionview (= 8.1.0.alpha)
54+
activesupport (= 8.1.0.alpha)
5555
nokogiri (>= 1.8.5)
5656
rack (>= 2.2.4)
5757
rack-session (>= 1.0.1)
5858
rack-test (>= 0.6.3)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
6161
useragent (~> 0.16)
62-
actiontext (8.0.0.rc1)
63-
actionpack (= 8.0.0.rc1)
64-
activerecord (= 8.0.0.rc1)
65-
activestorage (= 8.0.0.rc1)
66-
activesupport (= 8.0.0.rc1)
62+
actiontext (8.1.0.alpha)
63+
actionpack (= 8.1.0.alpha)
64+
activerecord (= 8.1.0.alpha)
65+
activestorage (= 8.1.0.alpha)
66+
activesupport (= 8.1.0.alpha)
6767
globalid (>= 0.6.0)
6868
nokogiri (>= 1.8.5)
69-
actionview (8.0.0.rc1)
70-
activesupport (= 8.0.0.rc1)
69+
actionview (8.1.0.alpha)
70+
activesupport (= 8.1.0.alpha)
7171
builder (~> 3.1)
7272
erubi (~> 1.11)
7373
rails-dom-testing (~> 2.2)
7474
rails-html-sanitizer (~> 1.6)
75-
activejob (8.0.0.rc1)
76-
activesupport (= 8.0.0.rc1)
75+
activejob (8.1.0.alpha)
76+
activesupport (= 8.1.0.alpha)
7777
globalid (>= 0.3.6)
78-
activemodel (8.0.0.rc1)
79-
activesupport (= 8.0.0.rc1)
80-
activerecord (8.0.0.rc1)
81-
activemodel (= 8.0.0.rc1)
82-
activesupport (= 8.0.0.rc1)
78+
activemodel (8.1.0.alpha)
79+
activesupport (= 8.1.0.alpha)
80+
activerecord (8.1.0.alpha)
81+
activemodel (= 8.1.0.alpha)
82+
activesupport (= 8.1.0.alpha)
8383
timeout (>= 0.4.0)
84-
activestorage (8.0.0.rc1)
85-
actionpack (= 8.0.0.rc1)
86-
activejob (= 8.0.0.rc1)
87-
activerecord (= 8.0.0.rc1)
88-
activesupport (= 8.0.0.rc1)
84+
activestorage (8.1.0.alpha)
85+
actionpack (= 8.1.0.alpha)
86+
activejob (= 8.1.0.alpha)
87+
activerecord (= 8.1.0.alpha)
88+
activesupport (= 8.1.0.alpha)
8989
marcel (~> 1.0)
90-
activesupport (8.0.0.rc1)
90+
activesupport (8.1.0.alpha)
9191
base64
9292
benchmark (>= 0.3)
9393
bigdecimal
@@ -100,23 +100,23 @@ PATH
100100
securerandom (>= 0.3)
101101
tzinfo (~> 2.0, >= 2.0.5)
102102
uri (>= 0.13.1)
103-
rails (8.0.0.rc1)
104-
actioncable (= 8.0.0.rc1)
105-
actionmailbox (= 8.0.0.rc1)
106-
actionmailer (= 8.0.0.rc1)
107-
actionpack (= 8.0.0.rc1)
108-
actiontext (= 8.0.0.rc1)
109-
actionview (= 8.0.0.rc1)
110-
activejob (= 8.0.0.rc1)
111-
activemodel (= 8.0.0.rc1)
112-
activerecord (= 8.0.0.rc1)
113-
activestorage (= 8.0.0.rc1)
114-
activesupport (= 8.0.0.rc1)
103+
rails (8.1.0.alpha)
104+
actioncable (= 8.1.0.alpha)
105+
actionmailbox (= 8.1.0.alpha)
106+
actionmailer (= 8.1.0.alpha)
107+
actionpack (= 8.1.0.alpha)
108+
actiontext (= 8.1.0.alpha)
109+
actionview (= 8.1.0.alpha)
110+
activejob (= 8.1.0.alpha)
111+
activemodel (= 8.1.0.alpha)
112+
activerecord (= 8.1.0.alpha)
113+
activestorage (= 8.1.0.alpha)
114+
activesupport (= 8.1.0.alpha)
115115
bundler (>= 1.15.0)
116-
railties (= 8.0.0.rc1)
117-
railties (8.0.0.rc1)
118-
actionpack (= 8.0.0.rc1)
119-
activesupport (= 8.0.0.rc1)
116+
railties (= 8.1.0.alpha)
117+
railties (8.1.0.alpha)
118+
actionpack (= 8.1.0.alpha)
119+
activesupport (= 8.1.0.alpha)
120120
irb (~> 1.13)
121121
rackup (>= 1.0.0)
122122
rake (>= 12.2)

RAILS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0.rc1
1+
8.1.0.alpha

actioncable/CHANGELOG.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
1-
## Rails 8.0.0.rc1 (October 19, 2024) ##
21

3-
* No changes.
4-
5-
6-
## Rails 8.0.0.beta1 (September 26, 2024) ##
7-
8-
* Add an `identifier` to the event payload for the ActiveSupport::Notification `transmit_subscription_confirmation.action_cable` and `transmit_subscription_rejection.action_cable`.
9-
10-
*Keith Schacht*
11-
12-
Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actioncable/CHANGELOG.md) for previous changes.
2+
Please check [8-0-stable](https://github.com/rails/rails/blob/8-0-stable/actioncable/CHANGELOG.md) for previous changes.

actioncable/lib/action_cable/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ def self.gem_version
1010

1111
module VERSION
1212
MAJOR = 8
13-
MINOR = 0
13+
MINOR = 1
1414
TINY = 0
15-
PRE = "rc1"
15+
PRE = "alpha"
1616

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

actioncable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actioncable",
3-
"version": "8.0.0-rc1",
3+
"version": "8.1.0-alpha",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"module": "app/assets/javascripts/actioncable.esm.js",
66
"main": "app/assets/javascripts/actioncable.js",

actionmailbox/CHANGELOG.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
## Rails 8.0.0.rc1 (October 19, 2024) ##
21

3-
* No changes.
4-
5-
6-
## Rails 8.0.0.beta1 (September 26, 2024) ##
7-
8-
9-
Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actionmailbox/CHANGELOG.md) for previous changes.
2+
Please check [8-0-stable](https://github.com/rails/rails/blob/8-0-stable/actionmailbox/CHANGELOG.md) for previous changes.

actionmailbox/lib/action_mailbox/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def self.gem_version
88

99
module VERSION
1010
MAJOR = 8
11-
MINOR = 0
11+
MINOR = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "alpha"
1414

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

actionmailbox/test/dummy/db/schema.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[8.0].define(version: 2018_02_12_164506) do
13+
ActiveRecord::Schema[8.1].define(version: 2018_02_12_164506) do
1414
create_table "action_mailbox_inbound_emails", force: :cascade do |t|
1515
t.integer "status", default: 0, null: false
1616
t.string "message_id", null: false

actionmailer/CHANGELOG.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
## Rails 8.0.0.rc1 (October 19, 2024) ##
21

3-
* No changes.
4-
5-
6-
## Rails 8.0.0.beta1 (September 26, 2024) ##
7-
8-
9-
Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actionmailer/CHANGELOG.md) for previous changes.
2+
Please check [8-0-stable](https://github.com/rails/rails/blob/8-0-stable/actionmailer/CHANGELOG.md) for previous changes.

actionmailer/lib/action_mailer/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def self.gem_version
88

99
module VERSION
1010
MAJOR = 8
11-
MINOR = 0
11+
MINOR = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "alpha"
1414

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

0 commit comments

Comments
 (0)