railties 6.0.4.3 → 6.0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/rails/application/configuration.rb +5 -1
- data/lib/rails/gem_version.rb +1 -1
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b19cde69c4e5af79c3d597905285434db5b33182680dc13ca86e0ce2d2f0ea3
|
4
|
+
data.tar.gz: ac03a5952d1a00d7b40ff018c5cefa368b1fef6826f974c18b042e967b6ab7b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3b0ec3c1ec54c0d44cb3f8070e6bd76cca093fc7d97b74343cbb1e3425122a59e519a76722e9c98a6db1b538d87b280f9fbe5a5578d2cb0cbba2637a4933b87
|
7
|
+
data.tar.gz: ce286d56954261c24fc2bfd59be39e2e60cbc9fe81fd40e427c93b3491dd61070e4194f62857fddd4322ca0700a7309c2d61b5e2e068072fcf332994693ece9f
|
data/CHANGELOG.md
CHANGED
@@ -31,7 +31,11 @@ module Rails
|
|
31
31
|
@filter_parameters = []
|
32
32
|
@filter_redirect = []
|
33
33
|
@helpers_paths = []
|
34
|
-
|
34
|
+
if Rails.env.development?
|
35
|
+
@hosts = ActionDispatch::HostAuthorization::ALLOWED_HOSTS_IN_DEVELOPMENT.dup
|
36
|
+
else
|
37
|
+
@hosts = []
|
38
|
+
end
|
35
39
|
@public_file_server = ActiveSupport::OrderedOptions.new
|
36
40
|
@public_file_server.enabled = true
|
37
41
|
@public_file_server.index_name = "index"
|
data/lib/rails/gem_version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: railties
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.4.
|
4
|
+
version: 6.0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 6.0.4.
|
19
|
+
version: 6.0.4.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 6.0.4.
|
26
|
+
version: 6.0.4.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: actionpack
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 6.0.4.
|
33
|
+
version: 6.0.4.4
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 6.0.4.
|
40
|
+
version: 6.0.4.4
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -92,14 +92,14 @@ dependencies:
|
|
92
92
|
requirements:
|
93
93
|
- - '='
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: 6.0.4.
|
95
|
+
version: 6.0.4.4
|
96
96
|
type: :development
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - '='
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: 6.0.4.
|
102
|
+
version: 6.0.4.4
|
103
103
|
description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
|
104
104
|
email: david@loudthinking.com
|
105
105
|
executables:
|
@@ -432,11 +432,11 @@ licenses:
|
|
432
432
|
- MIT
|
433
433
|
metadata:
|
434
434
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
435
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.0.4.
|
436
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.4.
|
435
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.4.4/railties/CHANGELOG.md
|
436
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.4.4/
|
437
437
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
438
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.4.
|
439
|
-
post_install_message:
|
438
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.4.4/railties
|
439
|
+
post_install_message:
|
440
440
|
rdoc_options:
|
441
441
|
- "--exclude"
|
442
442
|
- "."
|
@@ -453,8 +453,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
453
453
|
- !ruby/object:Gem::Version
|
454
454
|
version: '0'
|
455
455
|
requirements: []
|
456
|
-
rubygems_version: 3.2.
|
457
|
-
signing_key:
|
456
|
+
rubygems_version: 3.2.32
|
457
|
+
signing_key:
|
458
458
|
specification_version: 4
|
459
459
|
summary: Tools for creating, working with, and running Rails applications.
|
460
460
|
test_files: []
|