Skip to content

Commit 37fd0e7

Browse files
committed
Development of Rails 8.0 starts now
🎉
1 parent a6e2bb0 commit 37fd0e7

File tree

58 files changed

+522
-236
lines changed

Some content is hidden

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

58 files changed

+522
-236
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
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-1-stable` branch or on `main`,
23+
If you can still reproduce this error on the `7-2-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

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ GIT
2727
PATH
2828
remote: .
2929
specs:
30-
actioncable (7.2.0.alpha)
31-
actionpack (= 7.2.0.alpha)
32-
activesupport (= 7.2.0.alpha)
30+
actioncable (8.0.0.alpha)
31+
actionpack (= 8.0.0.alpha)
32+
activesupport (= 8.0.0.alpha)
3333
nio4r (~> 2.0)
3434
websocket-driver (>= 0.6.1)
3535
zeitwerk (~> 2.6)
36-
actionmailbox (7.2.0.alpha)
37-
actionpack (= 7.2.0.alpha)
38-
activejob (= 7.2.0.alpha)
39-
activerecord (= 7.2.0.alpha)
40-
activestorage (= 7.2.0.alpha)
41-
activesupport (= 7.2.0.alpha)
36+
actionmailbox (8.0.0.alpha)
37+
actionpack (= 8.0.0.alpha)
38+
activejob (= 8.0.0.alpha)
39+
activerecord (= 8.0.0.alpha)
40+
activestorage (= 8.0.0.alpha)
41+
activesupport (= 8.0.0.alpha)
4242
mail (>= 2.8.0)
43-
actionmailer (7.2.0.alpha)
44-
actionpack (= 7.2.0.alpha)
45-
actionview (= 7.2.0.alpha)
46-
activejob (= 7.2.0.alpha)
47-
activesupport (= 7.2.0.alpha)
43+
actionmailer (8.0.0.alpha)
44+
actionpack (= 8.0.0.alpha)
45+
actionview (= 8.0.0.alpha)
46+
activejob (= 8.0.0.alpha)
47+
activesupport (= 8.0.0.alpha)
4848
mail (>= 2.8.0)
4949
rails-dom-testing (~> 2.2)
50-
actionpack (7.2.0.alpha)
51-
actionview (= 7.2.0.alpha)
52-
activesupport (= 7.2.0.alpha)
50+
actionpack (8.0.0.alpha)
51+
actionview (= 8.0.0.alpha)
52+
activesupport (= 8.0.0.alpha)
5353
nokogiri (>= 1.8.5)
5454
racc
5555
rack (>= 2.2.4)
@@ -58,35 +58,35 @@ PATH
5858
rails-dom-testing (~> 2.2)
5959
rails-html-sanitizer (~> 1.6)
6060
useragent (~> 0.16)
61-
actiontext (7.2.0.alpha)
62-
actionpack (= 7.2.0.alpha)
63-
activerecord (= 7.2.0.alpha)
64-
activestorage (= 7.2.0.alpha)
65-
activesupport (= 7.2.0.alpha)
61+
actiontext (8.0.0.alpha)
62+
actionpack (= 8.0.0.alpha)
63+
activerecord (= 8.0.0.alpha)
64+
activestorage (= 8.0.0.alpha)
65+
activesupport (= 8.0.0.alpha)
6666
globalid (>= 0.6.0)
6767
nokogiri (>= 1.8.5)
68-
actionview (7.2.0.alpha)
69-
activesupport (= 7.2.0.alpha)
68+
actionview (8.0.0.alpha)
69+
activesupport (= 8.0.0.alpha)
7070
builder (~> 3.1)
7171
erubi (~> 1.11)
7272
rails-dom-testing (~> 2.2)
7373
rails-html-sanitizer (~> 1.6)
74-
activejob (7.2.0.alpha)
75-
activesupport (= 7.2.0.alpha)
74+
activejob (8.0.0.alpha)
75+
activesupport (= 8.0.0.alpha)
7676
globalid (>= 0.3.6)
77-
activemodel (7.2.0.alpha)
78-
activesupport (= 7.2.0.alpha)
79-
activerecord (7.2.0.alpha)
80-
activemodel (= 7.2.0.alpha)
81-
activesupport (= 7.2.0.alpha)
77+
activemodel (8.0.0.alpha)
78+
activesupport (= 8.0.0.alpha)
79+
activerecord (8.0.0.alpha)
80+
activemodel (= 8.0.0.alpha)
81+
activesupport (= 8.0.0.alpha)
8282
timeout (>= 0.4.0)
83-
activestorage (7.2.0.alpha)
84-
actionpack (= 7.2.0.alpha)
85-
activejob (= 7.2.0.alpha)
86-
activerecord (= 7.2.0.alpha)
87-
activesupport (= 7.2.0.alpha)
83+
activestorage (8.0.0.alpha)
84+
actionpack (= 8.0.0.alpha)
85+
activejob (= 8.0.0.alpha)
86+
activerecord (= 8.0.0.alpha)
87+
activesupport (= 8.0.0.alpha)
8888
marcel (~> 1.0)
89-
activesupport (7.2.0.alpha)
89+
activesupport (8.0.0.alpha)
9090
base64
9191
bigdecimal
9292
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -95,23 +95,23 @@ PATH
9595
i18n (>= 1.6, < 2)
9696
minitest (>= 5.1, < 5.22.0)
9797
tzinfo (~> 2.0, >= 2.0.5)
98-
rails (7.2.0.alpha)
99-
actioncable (= 7.2.0.alpha)
100-
actionmailbox (= 7.2.0.alpha)
101-
actionmailer (= 7.2.0.alpha)
102-
actionpack (= 7.2.0.alpha)
103-
actiontext (= 7.2.0.alpha)
104-
actionview (= 7.2.0.alpha)
105-
activejob (= 7.2.0.alpha)
106-
activemodel (= 7.2.0.alpha)
107-
activerecord (= 7.2.0.alpha)
108-
activestorage (= 7.2.0.alpha)
109-
activesupport (= 7.2.0.alpha)
98+
rails (8.0.0.alpha)
99+
actioncable (= 8.0.0.alpha)
100+
actionmailbox (= 8.0.0.alpha)
101+
actionmailer (= 8.0.0.alpha)
102+
actionpack (= 8.0.0.alpha)
103+
actiontext (= 8.0.0.alpha)
104+
actionview (= 8.0.0.alpha)
105+
activejob (= 8.0.0.alpha)
106+
activemodel (= 8.0.0.alpha)
107+
activerecord (= 8.0.0.alpha)
108+
activestorage (= 8.0.0.alpha)
109+
activesupport (= 8.0.0.alpha)
110110
bundler (>= 1.15.0)
111-
railties (= 7.2.0.alpha)
112-
railties (7.2.0.alpha)
113-
actionpack (= 7.2.0.alpha)
114-
activesupport (= 7.2.0.alpha)
111+
railties (= 8.0.0.alpha)
112+
railties (8.0.0.alpha)
113+
actionpack (= 8.0.0.alpha)
114+
activesupport (= 8.0.0.alpha)
115115
irb (~> 1.13)
116116
rackup (>= 1.0.0)
117117
rake (>= 12.2)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.0.alpha
1+
8.0.0.alpha

actioncable/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
*Sebastian Pöll*, *Junichi Sato*
2020

21-
Please check [7-1-stable](https://github.com/rails/rails/blob/7-1-stable/actioncable/CHANGELOG.md) for previous changes.
21+
Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actioncable/CHANGELOG.md) for previous changes.

actioncable/lib/action_cable/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
end
1010

1111
module VERSION
12-
MAJOR = 7
13-
MINOR = 2
12+
MAJOR = 8
13+
MINOR = 0
1414
TINY = 0
1515
PRE = "alpha"
1616

actioncable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actioncable",
3-
"version": "7.2.0-alpha",
3+
"version": "8.0.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
*Chedli Bourguiba*
55

6-
Please check [7-1-stable](https://github.com/rails/rails/blob/7-1-stable/actionmailbox/CHANGELOG.md) for previous changes.
6+
Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actionmailbox/CHANGELOG.md) for previous changes.

actionmailbox/lib/action_mailbox/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def self.gem_version
77
end
88

99
module VERSION
10-
MAJOR = 7
11-
MINOR = 2
10+
MAJOR = 8
11+
MINOR = 0
1212
TINY = 0
1313
PRE = "alpha"
1414

actionmailbox/test/dummy/db/schema.rb

Lines changed: 1 addition & 1 deletion
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[7.2].define(version: 2018_02_12_164506) do
13+
ActiveRecord::Schema[8.0].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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
*Rafael Mendonça França*
88

9-
Please check [7-1-stable](https://github.com/rails/rails/blob/7-1-stable/actionmailer/CHANGELOG.md) for previous changes.
9+
Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actionmailer/CHANGELOG.md) for previous changes.

0 commit comments

Comments
 (0)