railties 8.0.3 → 8.0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68377cd052cfae70f162f56d5b93fc4eb20175a8ab34141b6eb2f1ef851ddd71
|
|
4
|
+
data.tar.gz: 15158832e5534684beaf2a1b090decf0bcdc81c4a757bc52663a0174c2082678
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dac3357f8a02ea7d9b065044e258173ea5288cf03e729b8520898d1e22097735c5d6a08b5cfe81302ab6361199f5af3aa01c688d1b1dabb57716c236b996b743
|
|
7
|
+
data.tar.gz: 6b4a61ac19fcc50a98729185a7ee9fdec8db664125979951113b95a57057ccffc1609c85caaae388de700221590064e34d653e14cc0e01d324d186e6c0bc68bb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## Rails 8.0.4.1 (March 23, 2026) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 8.0.4 (October 28, 2025) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## Rails 8.0.3 (September 22, 2025) ##
|
|
2
12
|
|
|
3
13
|
* Fix `polymorphic_url` and `polymorphic_path` not working when routes are not loaded.
|
data/lib/rails/gem_version.rb
CHANGED
|
@@ -112,7 +112,7 @@ module Rails
|
|
|
112
112
|
|
|
113
113
|
@features["ghcr.io/rails/devcontainer/features/activestorage"] = {} if options[:active_storage]
|
|
114
114
|
@features["ghcr.io/devcontainers/features/node:1"] = {} if options[:node]
|
|
115
|
-
@features["ghcr.io/devcontainers/features/docker-outside-of-docker:1"] = {} if options[:kamal]
|
|
115
|
+
@features["ghcr.io/devcontainers/features/docker-outside-of-docker:1"] = { moby: false } if options[:kamal]
|
|
116
116
|
|
|
117
117
|
@features.merge!(database.feature) if database.feature
|
|
118
118
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
// Features to add to the dev container. More info: https://containers.dev/features.
|
|
10
10
|
"features": {
|
|
11
|
-
<%= features.map { |key, value| "\"#{key}\": #{value.
|
|
11
|
+
<%= features.map { |key, value| "\"#{key}\": #{value.to_json}" }.join(",\n ") %>
|
|
12
12
|
},
|
|
13
13
|
|
|
14
14
|
<%- if !container_env.empty? -%>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: railties
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.0.
|
|
4
|
+
version: 8.0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -15,28 +15,28 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 8.0.
|
|
18
|
+
version: 8.0.4.1
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 8.0.
|
|
25
|
+
version: 8.0.4.1
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: actionpack
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 8.0.
|
|
32
|
+
version: 8.0.4.1
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 8.0.
|
|
39
|
+
version: 8.0.4.1
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rackup
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -133,14 +133,14 @@ dependencies:
|
|
|
133
133
|
requirements:
|
|
134
134
|
- - '='
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: 8.0.
|
|
136
|
+
version: 8.0.4.1
|
|
137
137
|
type: :development
|
|
138
138
|
prerelease: false
|
|
139
139
|
version_requirements: !ruby/object:Gem::Requirement
|
|
140
140
|
requirements:
|
|
141
141
|
- - '='
|
|
142
142
|
- !ruby/object:Gem::Version
|
|
143
|
-
version: 8.0.
|
|
143
|
+
version: 8.0.4.1
|
|
144
144
|
description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
|
|
145
145
|
email: david@loudthinking.com
|
|
146
146
|
executables:
|
|
@@ -505,10 +505,10 @@ licenses:
|
|
|
505
505
|
- MIT
|
|
506
506
|
metadata:
|
|
507
507
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
508
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.0.
|
|
509
|
-
documentation_uri: https://api.rubyonrails.org/v8.0.
|
|
508
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.0.4.1/railties/CHANGELOG.md
|
|
509
|
+
documentation_uri: https://api.rubyonrails.org/v8.0.4.1/
|
|
510
510
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
511
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.0.
|
|
511
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.0.4.1/railties
|
|
512
512
|
rubygems_mfa_required: 'true'
|
|
513
513
|
rdoc_options:
|
|
514
514
|
- "--exclude"
|
|
@@ -526,7 +526,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
526
526
|
- !ruby/object:Gem::Version
|
|
527
527
|
version: '0'
|
|
528
528
|
requirements: []
|
|
529
|
-
rubygems_version:
|
|
529
|
+
rubygems_version: 4.0.6
|
|
530
530
|
specification_version: 4
|
|
531
531
|
summary: Tools for creating, working with, and running Rails applications.
|
|
532
532
|
test_files: []
|