railties 6.1.4.3 → 6.1.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: c047cf2d8424a7138e25af8ea3ab96c30e10ed568f028c73916743e0675155d4
|
4
|
+
data.tar.gz: 42f1f038f067db4ac4e9f7e628a67ccdc92b491b899c549b1620214c9d78bec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f78e8e95fc43b6fa882209d584d3ab88cba6869bc663ec52a1289e6827efab4505415abe11532591d60b799b95dcb216e6c87f58a1e226b3b17134d448f8fd6
|
7
|
+
data.tar.gz: 849e950b54c876ed01833285faec6173cf2de7947e35551492c616ffb6da5bb4047dc56c89a2dbb7d3bbd90698ff407ea926262beb4e22ecc3a08f92fc6be1f5
|
data/CHANGELOG.md
CHANGED
@@ -34,7 +34,11 @@ module Rails
|
|
34
34
|
@filter_parameters = []
|
35
35
|
@filter_redirect = []
|
36
36
|
@helpers_paths = []
|
37
|
-
|
37
|
+
if Rails.env.development?
|
38
|
+
@hosts = ActionDispatch::HostAuthorization::ALLOWED_HOSTS_IN_DEVELOPMENT.dup
|
39
|
+
else
|
40
|
+
@hosts = []
|
41
|
+
end
|
38
42
|
@host_authorization = {}
|
39
43
|
@public_file_server = ActiveSupport::OrderedOptions.new
|
40
44
|
@public_file_server.enabled = true
|
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.1.4.
|
4
|
+
version: 6.1.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.1.4.
|
19
|
+
version: 6.1.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.1.4.
|
26
|
+
version: 6.1.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.1.4.
|
33
|
+
version: 6.1.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.1.4.
|
40
|
+
version: 6.1.4.4
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,14 +86,14 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 6.1.4.
|
89
|
+
version: 6.1.4.4
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 6.1.4.
|
96
|
+
version: 6.1.4.4
|
97
97
|
description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
|
98
98
|
email: david@loudthinking.com
|
99
99
|
executables:
|
@@ -426,11 +426,11 @@ licenses:
|
|
426
426
|
- MIT
|
427
427
|
metadata:
|
428
428
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
429
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.1.4.
|
430
|
-
documentation_uri: https://api.rubyonrails.org/v6.1.4.
|
429
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.1.4.4/railties/CHANGELOG.md
|
430
|
+
documentation_uri: https://api.rubyonrails.org/v6.1.4.4/
|
431
431
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
432
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.1.4.
|
433
|
-
post_install_message:
|
432
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.1.4.4/railties
|
433
|
+
post_install_message:
|
434
434
|
rdoc_options:
|
435
435
|
- "--exclude"
|
436
436
|
- "."
|
@@ -447,8 +447,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
447
447
|
- !ruby/object:Gem::Version
|
448
448
|
version: '0'
|
449
449
|
requirements: []
|
450
|
-
rubygems_version: 3.2.
|
451
|
-
signing_key:
|
450
|
+
rubygems_version: 3.2.32
|
451
|
+
signing_key:
|
452
452
|
specification_version: 4
|
453
453
|
summary: Tools for creating, working with, and running Rails applications.
|
454
454
|
test_files: []
|